/*
*
 {
	margin: 0;
}
*/

body 
{
	margin: 0;
	background: #F6F6F6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
}


h1, h2, h3, h4 {
	margin: 0;
	padding-bottom: 5px;
}

h1
{
	border-bottom: 1px solid #F2F2F2;
}
h2, h3, h4 
{
	padding-top: 10px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}
h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

ul, ol {
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 1.5em;
	padding-left:0;
}


blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #CE352C;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

.floatRight
{
	float: right;
}
.floatLeft
{
	float: left;
		
}

.floatLeftClearRight
{
	float: left;
	clear: both;
}

.padding0
{
	padding: 0;	
}

/* GENERAL */


#wrapperFondo 
{
	margin: auto;
	width: 1016px;
	background: url(images/sombra.jpg) repeat-y;
}


#wrapperTotal {
	width: 932px;
	margin: 0 auto;
	background-color: White;
}

/* CABECERA */
#Cabecera 
{
	background: url(images/fondocabecera.jpg);
	width: 932px;
	height: 135px;
}

#TituloWrapper
{
	float: none;
	margin: 0 auto 0;
	padding-top: 30px;
	width: 240px;
	height: 125px;
}

#CabeceraLoginWrapper
{
	float: right;
	vertical-align:bottom;
	padding: 60px 0 0 0;
	width: 190px;
	height: 68px;
}
/*
#CabeceraLogin input:text
{
	height: 10px;
	width: 30px;	
}
*/

/* CABECERA BARRA ABAJO*/
#CabeceraBarra 
{
	background: url(images/fondobarracabecera.jpg) repeat-x;
	width: 932px;
	height: 22px;
}
#breadcrumb 
{
	
	color: White;
	padding-top:2px;
	padding-left: 10px;
	float:left;
}
#opciones 
{
	color: White;
	padding-top:2px;
	padding-right: 10px;
	float:right;
}

#CabeceraBarra a
{
	font-weight:bold;
	color: White;
	text-decoration: none;
}


#CabeceraBarra a:visited
{
	color: White;
}

#CabeceraBarra a:hover
{
	color: #FFFF80;
}

/* FIN CABECERA */

/* MITAD */
#Medio
{
	display: block;
	background: url(images/fondocontenidoarriba.jpg) repeat-x;
	height: auto;
}



/* Barra izquierda */
#barraIzquierda
{
	vertical-align: top;
	width: 180px;
	color: Black;
	background-color: #E9E9E9;
	/*background: #444444 url(images/fondobarra.jpg) repeat-x;*/
	padding-left: 5px;
}

#Buscador
{
	padding-top: 10px; 	
	padding-left: 30px; 	
}

#menuizqdiv
{
	padding-top: 10px;	
	margin-left: 0px;	
}

.centrar
{
	width:100%;
	text-align: center;	
}
.centrarDIVCSS
{
	margin: 0 auto;
	text-align:left;
}

#logoregional
{
	margin: 5px auto;
	display: block;
	width: 161px;
	height: 102px;
	background: url(images/ctreig-logo.jpg) no-repeat;	
}
#logonacional
{
	margin: 5px auto;
	display: block;
	width: 136px;
	height: 88px;
	background: url(images/logonacional.jpg) no-repeat;
}

/* FIN Barra izquierda */
/*CONTENIDO*/
/* Panel completo con barra a la izquierda (menu) */
#ContenidoTD
{
	vertical-align: top;
}

#Contenido
{
	float: none;
	padding: 25px 0px 0;
	width: 722px;
	margin: 0 10px;
	vertical-align: top;
}

#Contenido th a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
}

#Contenido th a:hover
{
	color:Yellow;
	font-size: medium;
	font-weight: bolder;
	text-decoration: underline;
}

#Contenido div.bloquecontenido
{
	background: url(images/bloquecontenidoabajo.jpg) repeat-x bottom;
}

.panelError
{
	padding: 5px;
}

/*Panel medio con barra a la izquierda y derecha*/
#ContenidoCentroMaster2Wrapper
{
	vertical-align: top;
	width: 550px;
}

#Contenido .tablaGridView
{
	border: 2px solid #242B39;	
}

#contenidoHTMLDIV table
{
	border: 1px solid #242B39;	
}
#Contenido .bordo
{
	border: 1px solid #242B39;	
}
.cafe
{
	background-color: #F2ECDA;	
	border-bottom: solid 1px #242B39;
}

#Contenido th
{
	color: White;
	font-weight:bold;
	border-top: 1px solid #242B39;	
	border-left: 1px solid #242B39;	
	border-right: 1px solid #242B39;	
	background: url(images/cajacabecerafondo.jpg) repeat-x;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: 2px solid #242B39;	
}

#Contenido p
{
	margin:0;	
}

#contenidoOpcion
{
	font-size:larger;	
}

#contenidoHTMLDIV th
{
	/*
	color: White;
	font-weight:bold;
	border: 1px solid #242B39;	
	background: url(images/cajacabecerafondo.jpg) repeat-x;
	height: 29px;
	padding-left: 4px;
	padding-right: 4px;
	border-top: 1px solid #242B39;	
	border-left: 0;	
	border-right: 1px solid #242B39;
	border-bottom: 2px solid #242B39;	
*/
}

#Contenido .CabeceraTablaGridView
{
	color: White;
	font-weight:bold;
	/*border: 1px solid #242B39;	*/
	background: url(images/cajacabecerafondo.jpg) repeat-x;
	height: 29px;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: 2px solid #242B39;	
}

#Contenido td
{
	padding-right: 4px;
	padding-left: 4px;
	/*border:0;*/
	/*background-color: #F2ECDA;
	height: 26px;
	border-left: 0px #F2ECDA solid;
	border-right: 1px #F2ECDA solid;
	border-bottom: 1px #242B39 solid;
	height: 26px;
	/*border-color:white;	*/
}

#contenidoHTMLDIV td
{
	background-color: #F2ECDA;
	padding-right: 4px;
	padding-left: 4px;
	/*
	border-left: 1px #F2ECDA solid;
	border-right: 1px #F2ECDA solid;
	border-bottom: 1px #F2ECDA solid;
	border-color:white;	*/
	/*height: 26px;*/
}

#Contenido .rowGridView
{
	background-color: #F2ECDA;
	padding-right: 4px;
	padding-left: 4px;
	/*
	border-left: 1px #F2ECDA solid;
	border-right: 1px #F2ECDA solid;
	border-bottom: 1px #F2ECDA solid;*/
	border-color:white;	
	height: 26px;
}

#Contenido .alternateRowGridView
{
	background-color: White;
	padding-right: 4px;
	padding-left: 4px;
	border-color:white;	
	height: 26px;
}


/*Fin contenido*/

/*Barra derecha*/
#BarraDerecha
{
	vertical-align: top;
	width: 180px;
	padding: 0 10px 0;
}

#BarraDerecha table.Caja
{
	margin: 5px auto 10px;
	width: 170px;
	
}

#BarraDerecha th.Caja
{
	text-align: left;
	color: White;
	padding-left: 5px;
	border: 1px solid #242B39;	
	background: url(images/cajacabecerafondo.jpg) repeat-x;
	vertical-align: middle;
	margin: 0;
	height: 29px;
}

#BarraDerecha td.Caja
{
	background-color: #F2ECDA;
	padding: 2px 10px 2px 2px;
	border-right: 1px solid #242B39;	
	border-left: 1px solid #242B39;	
	border-bottom: 1px solid #242B39;	
	margin: 0;
}
#BannersDiv
{
	text-align: center;
}

/* FIN Barra derecha */
/* FIN MITAD*/
/* FOOTER */
#Footer
{
	width: 1016px;
	height: 97px;
	background: url(images/footer.jpg);
}
#Footer p
{
	padding-top: 15px;	
	text-align: center;
	font-size: 90%;
	color: Black;
}
#Footerright
{
	float:right;
	padding-top: 20px;
	padding-right: 50px;
}
/* FIN FOOTER */




#CabeceraAyuda
{
	text-align: left;
	padding: 3px;
	width: 100%;	
	background-color: #AC995F;
	color: White;
	font-weight: bold;
	font-size: 16pt;
}

#ContenidoAyuda
{
	background: url(images/fondocontenidoarriba.jpg) repeat-x;
	padding: 5px;
	background-color: White;
}

#BannerNoticias
{
	width: 526px;
	height: 27px;
	display: block;
	background: url(images/ban-noticias.jpg);
}

#BannerActualizaciones
{
	width: 526px;
	height: 27px;
	display: block;
	background: url(images/ban-actualizaciones.jpg);
}
