﻿*{
	margin: 0px;
	padding: 0px;
}

header, section, footer, aside, nav, article, figure, figcaption,hgroup{
	display: block;
}

body {
    width : 300px;
}
#agrupar {
	width : 1150px;
	margin : 0 auto;
	padding : 0px;
	/*background: #E4DCB2  url(imagenes/bgd.jpg) repeat;*/
    /*background: #E4DCB2;*/
    background: white;
}

#Cabecera {
    /*vertical-align:middle;*/
    height: 93px;
    border : solid black;
    border-width: 1px 1px 1px 1px;
    margin: 0px 0px 0px 5px;
	border-radius: 5px;
    background-color:#0E4B81

}

#LogoOR 
{
	background:url(imagenes/LogoOR.jpg) no-repeat left;
	height: 91px;
	float: left;
	width:86px;
	border : solid black;
    border-width: 0px 1px 0px 0px;
}


#LogoEmpresa 
{
	/*border-left: 0px solid black;
    border-right: 1px solid black;
    border-top: 0px solid black;
    border-bottom: 0px solid black;*/
    float:      left;
    height:     92px;
	width:      150px;
    text-align: center;
	}

#NombreEmpresa
{
    text-align:         center;
    position:           relative;
    top:                50%;
    -ms-transform:      translateY(-50%);
    -webkit-transform:  translateY(-50%);
    transform:          translateY(-50%);
    font-weight:		bold;
	color:				white;
    font-family:        Garamond;
	font-size:			60px;
}

#UsuarioLogueado
{
	clear: both;
	margin: 5px;
	background: #010459;
	border: 1px solid white;
	text-align: left;
	color: #FFFFFF;
     border-radius: 10px;
     font: bold 14px 'Exo', sans-serif;
     height: 20px;
}


#seccion 
{
	clear: both;
	margin:10px;
	/*border : 1px solid black;*/

}
#columna {
	float: left;
	width:220px;
	margin:20px 0px;
	padding: 20px;
	background:#CCCCCC;
}
#pie
{
	clear: both;
	margin: 5px auto;
	text-align: center;
	/*width: 420px;*/
    width: 0px;  
    height:0px;
	border: 1px solid #CC6600;
	background-color: #FFCC66;
	font-style: oblique;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	
}



#lblTituloIntranet
{
	font-weight:		bold;
	color:				#0E4B81;
	background-color:	transparent;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			25px;
	word-spacing:		normal;
	direction:			ltr;
}	

.lblCampo
{
	font-weight:		bold;
	color:				#0E4B81;
	background-color:	transparent;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
}

.lblInformativa
{
	font-weight:		normal;
	color:				#0E4B81;
	background-color:	transparent;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			10px;
}


.rblNegrita {
    font-weight: normal;
    color: #0E4B81;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #0E4B81;
}
.rblNormalSinMarco
{
	font-weight:		normal;
	color:				#0E4B81;
	background-color:   #dbdbf9;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	border-style:		none
}

.rblNormalConMarco {
	font-weight:		normal;
	color:				#0E4B81;
	background-color:   #dbdbf9;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	border-style:       solid;
    border-width:       1px;
    border-color:       #0E4B81;
    padding-left:       10px;
    padding-top:        5px;
}

.hplInterna	{	
	color:				#0E4B81;
	font-weight:		    normal;
	font-family:		    Arial, Helvetica, sans-serif;
	font-size:			13px;
	text-decoration:	    underline;
}	


.hplInterna:hover	{	
	text-decoration:	underline;
	color:				#0E4B81 ;
	}

.hplItem	{	
	color:				#0E4B81;
	font-weight:		normal;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	text-decoration:	underline;
}	
.hplItem:hover	{	
	text-decoration:	underline;
	color:				#0E4B81 ;
}
.hplItem:visited	{	
	text-decoration:	underline;
	color:				#0E4B81 ;
}


#lblTitulo
{
	font-weight:		bold;
	/*color:				#ffffcc;*/
    color:				#ffffff;
	background-color:	transparent;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			16px;
}
.lblTitulo2
{
	font-weight:		bold;
	/*color:				#ffffcc;*/
	background-color:	transparent;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			16px;
}
/* Estilos para DataGrid */
.dg_Grid 
{
	border:				solid 1px #999999;
	background-color:	Transparent;
}
.dg_Grid td
{
    border-left:solid 1px #999999;
    border-right:solid 1px #999999;
    border-bottom-style:none;
    border-top-style:none;
}
	
.dg_Header
{
	font-weight:		bold;
	text-align:			center;
	background-color:	#0E4B81;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			15px;
	color:				white;
}

.dg_Footer
{
	font-weight:		bold;
	text-align:			right;
	background-color:	#0E4B81;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			15px;
	color:				white;
}

.dg_Selected 
{
	background-color:	#008A8C;
	font-weight:bold;
}

.dg_Selected td
{
	background-color:	#008A8C;
	font-weight:        bold;
}


.dg_Header a
{
	font-weight:	bold;
	text-align:		center;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		15px;
	/*color:			#0E4B81;*/
    background-color:#0E4B81;
	color:White;
}

.dg_Header a:hover
{
	background-color:#0E4B81;
	color:White;
}

.dg_item 
{
	background-color:	#c4c5c8;
	font-weight:		normal;
	text-transform:		capitalize;
	color:				#0E4B81;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
}
.dg_alternatingItem
{
	/*background-color:	SandyBrown;*/
	background-color:	#e9e9ed;
	font-weight:		normal;
	text-transform:		capitalize;
	color:				#0E4B81;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
}

.dg_Hijo_item 
{
	background-color:	#FAFAD2;
	font-weight:		normal;
	text-transform:		capitalize;
	color:				#0E4B81;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
}
.dg_Hijo_alternatingItem {
    background-color: #EEE8AA;
    font-weight: normal;
    text-transform: capitalize;
    color: #0E4B81;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.txt_Normal_Izquierda
{
	background-color:	#dbdbf9;
	font-weight:		normal;
	color:				#0E4B81;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	text-align:			left;
	border-style:		solid;
	border-width:		1px;
	margin-bottom: 0px;
}
.txt_Normal_Derecha
{
	background-color:	#dbdbf9;
	font-weight:		normal;
	color:				#0E4B81;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	text-align:			right;
	border-style:		solid;
	border-width:		1px;
	margin-bottom: 0px;
}
.chk_Derecha
{
	font-weight:		bold;
	color:				#0E4B81;
	background-color:	transparent;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	text-align:			left;
}
.chkbox INPUT
{
	COLOR: #0E4B81;
	border-style: none;
	font-family: Tahoma;
	font-size: 11px;
	margin-right: 5px;
}

.ddl_Normal
{
    background-color:   #dbdbf9;
	font-weight:		normal;
	color:				#0E4B81;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	text-align:			right;
	border:             1px double #0E4B81;        /* Borde de la Tabla*/
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

#TableMadre {
	border-collapse:    collapse;
    border:             1px double #0E4B81;        /* Borde de la Tabla*/
    margin:             0 auto;                         /* Centra la Tabla*/
    background-color:   white;
}

#TableMadre th {
    /* Header de la Tabla*/
    background-color:   #0E4B81;
    color:			    #ffffcc;
    font-size:          20px;
    font-family:        sans-serif;
}

#TableMadre td {
    /*Celdas de la tabla*/
    border : 1px  solid #0E4B81;
    padding-top:3px;
    padding-left:3px;
    padding-right:3px;
    padding-bottom:3px;
    /*text-align:left;*/
}

#TablaSinBordes {
	border-collapse:    collapse;
    margin:             0 auto;                         /* Centra la Tabla*/
   background-color:    #eaedfc;
   border-radius:      8px;
   
}

#TablaSinBordes th {
    /* Header de la Tabla*/
    background-color:   #0E4B81;
    color:			    #ffffff;
    font-size:          20px;
    font-family:        sans-serif;
    border-radius:      8px;
}

#TablaSinBordes td {
    padding-top:3px;
    padding-left:3px;
    padding-right:3px;
    padding-bottom:3px;
}


.TablaServidor {
	border-collapse:    collapse;
    margin:             0 auto;                         /* Centra la Tabla*/
   background-color:    #eaedfc;
   border-radius:      8px;
}

.TablaServidor th {
    background-color:   #0E4B81;
    color:			    #ffffff;
    font-size:          20px;
    font-family:        sans-serif;
    border-radius:      8px;
}

.TablaServidor td {
    padding-top:3px;
    padding-left:3px;
    padding-right:3px;
    padding-bottom:3px;
}

.lblError
{
	font-weight:		bold;
	color:				red;
	background-color:	transparent;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			16px;
}

.Dialogo {
    margin: auto;
    width: 60%;
    border: 3px solid #0E4B81;
    padding: 10px;
}

.SubTitulo {
    /* Header de la Tabla*/
    background-color:   #0E4B81;
    color:			    #ffffcc;
    font-size:          16px;
    font-family:        sans-serif;
}
.lst_Normal
{
    background-color:   #dbdbf9;
	font-weight:		normal;
	color:				#0E4B81;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	text-align:			left;
	border:             1px double #0E4B81;        /* Borde de la Tabla*/
    margin:             0;
}
.FilaResaltada {
    background-color:   #0E4B81;
    color:			    #ffffcc;
    font-size:          12px;
    font-family:        sans-serif;
}
.hplMenuFijo
{
	font-weight:		normal;
	color:				white;
	background-color:	transparent;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
    text-decoration:    none;
}
fieldset {
		font-family:    sans-serif;
		border:         2px solid #1F497D;
		background:     #ddd;
		border-radius:  10px;
        -moz-border-radius:    10px;
        -webkit-border-radius:  10px;
		padding:        10px;
        margin:         0 auto;
}

fieldset legend {
    background-color:   #5A595A;
    color:			    #ffffcc;
    font-size:          20px;
    font-family:        sans-serif;
    border-radius:      8px;
     -moz-border-radius:    8px;
    -webkit-border-radius:  8px;
    text-align:         center;
    padding:            5px 10px ;
    vertical-align:     middle;
    text-align:center;
}
