﻿body
{
	background: #B9CCE2;
	font-family: Tahoma;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding:0;
}

#general
{
	width: 1024px;
	margin: 0 auto 0 auto;
	padding: 10px;
}

#encabezado
{
	width: 1024px;
	height: 142px;
	background-image: url('Imagenes/cabezalValidezDocumentos.png');
	position:relative;
}
#subEncabezado
{
	width: 980px;
	height: 20px;
	background-color: #8392A3;
	margin: auto;
	position: absolute;
	top: 122px;
	left: 22px;
}

#contenido
{
	width: 1024px;
	min-height:480px;
	margin: auto; 
	float: left;
    background-image: url('Imagenes/backCentral.png');
}

#pie
{
	width: 1024px;
	height: 90px;
	clear:both;
	background-image: url('Imagenes/finHoja.png');
}

#contenidoPagina
{
	width: 880px;
	min-height:480px;
	margin: auto;
	background-image: url('Imagenes/ImagenCentralNombramientos.png');
	background-repeat: no-repeat;
	background-position:center;
}


#menu 
{
	margin-top:80px;
	width:350px;
	float:left;
	text-align:left;
}

#menu h3
{
	color: #0366aa;
	border-bottom-style: solid;
	border-bottom-width:  thick;
	border-bottom-color: #CCCCCC;
    padding-left: 20px; 
	background: url(Imagenes/group.png) no-repeat left center;
}

#menu a:link
{
	color: #8392A3;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	/*
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	*/
}
#menu a:visited
{
	color: #8392A3;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	font-size:12px;
	/*
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	*/
} 

#menu a:hover
{
	color: #FFF;
	background-color:#8392A3;
	font-weight: bold;
	text-decoration: none;
	font-size:12px;
	/*
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	*/
} 
#menu a:active
{
	color: #FFF;
	background-color:#8392A3;
	font-weight: bold;
	text-decoration: none;
	font-size:12px;
	/*
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	*/
} 

#menu ul
{
	text-indent: 0px;
	list-style-image: none;
	list-style-type: none;
	
} 

#ContenidoPaginaNormal
{
	width: 950px;
	min-height:480px;
	margin: auto;
	text-align:center;
}

#ingreso
{
	width: 920px;
	min-height:25px;
	text-align: right;
}


.fila tr:hover 
{
	 background-color:#f2e8da;
}

.obligatorio
{
	color: #FF3300;
}

#frase
{
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.modalBackground {
            background-color:Gray;
            filter:alpha(opacity=70);
            opacity:0.7;
}

h4
{
	color: #FFFFFF;
	display: inline;
}

a:link
{
	color: #8392A3;
	background-color: transparent;
	text-decoration: none;
	font-size: 13px;
}
a:visited
{
	color: #8392A3;
	background-color: transparent;
	text-decoration: none;
	font-size:13px;
} 

a:hover
{
	color: #FFF;
	background-color:#8392A3;
	text-decoration: none;
	font-size:13px;
} 
a:active
{
	color: #FFF;
	background-color:#8392A3;
	text-decoration: none;
	font-size:13px;
} 

caption
{
	background-color: #8AA33E;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
}

.modalBackground {
            background-color:Gray;
            filter:alpha(opacity=70);
            opacity:0.7;
}

.etiquetaIzq
{
	text-align:left;
}

.etiquetaCen
{
	text-align: center;
}

.etiquetaDer
{
	text-align:right;
}

.imagen
{
	width: auto;
	height: auto;
	max-height:150px;
	max-width:200px;
}

.botonIngresar {
	padding-left: 30px;
	background: url('Imagenes/printer.png') no-repeat left center;
}

.ayuda
{
	border: solid 1px #8392A3;
	padding:5px;
	text-align:justify;
	font-size: 10px;	

}

.fraseInicial 
{
	  font-size: 11px;
	  font-weight:bold;
}

.textoAyuda
{
	background-color:#8392A3;
	color:White;
	text-align:justify;
	padding:5px;	
}

.tabla 
{
	 border: solid 2px #8392A3;
}