@charset "iso-8859-1";

/*******************************************************************************
*  seccion_$n.css : 2004-07-06 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  Especifica colores para cada una de las secciones de contenido 
*******************************************************************************/

#outerColumnContainer/* selector case hack to reset version 4 stylesheet setting */
{
	background-color: #EDF1F5;		/* this sets the background color on the center column */
	color: #000;
}

#contentColumn .inside  {
	padding-bottom: 5em;
	background: #EDF1F5 url("../img/mancha_agua_seccion2.gif") no-repeat 50% 50%;		/* this sets the background color on the center column */
	color: #000;
}
#contentColumn h1 {
	text-align: left;
	position: relative;
	background: #3CA6E6 url("../img/fondo_titulo_seccion2.gif") no-repeat 0.5% 50%;
	color: #fff;
	padding: 0.4em 0.4em 0.4em 1.8em;
	font-size: 1.6em;
}
#contentColumn .cajaTitularesFicha {
	position: relative;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	background-color: #ADCFEE;
	margin-top: 3em;	
	padding: 1em;
}
#cajaRefRapidaTitle {	
	background-color: #ADCFEE;
}
#contentColumn ul {
	list-style-image: url("../img/bolo_secc2.gif");
}
#contentColumn ul ul {
	list-style-image: url("../img/bolo1_secc2.gif");
}
#contentColumn ul li ul {
	list-style-image: url("../img/bolo1_secc2.gif");
}
#contentColumn ul ul ul{
	list-style-image: url("../img/bolo2_secc2.gif");
}
#contentColumn .cajaTitularesFicha ul
{	
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	font-size: 1.3em;
}
#fichaActiva {
	list-style-image: none;
	background: transparent url(../img/bolo_titular_2_o.gif) left center no-repeat;
	margin-left: 0;
	padding-left: 1.2em;
	text-align: left;
	text-decoration: none;	
	color: #fff;	
	font-weight: bold;
}
#contentColumn .cajaTitularesFicha ul li a {
	list-style-image: none;
	background: transparent url(../img/bolo_titular_2.gif) left center no-repeat;
	margin-left: 0;
	padding-left: 1.2em;
	text-align: left;
	text-decoration: none;	
	color: #000;	
	font-weight: bold;
}

#contentColumn .cajaTitularesFicha ul li a:hover	{
	list-style-image: none;
	background: transparent url(../img/bolo_titular_o.gif) left center no-repeat;
	color: #fff;
}

#contentColumn h3 {
	text-align: left;
	color: #3CA6E6;
	border-bottom: 1px solid #3CA6E6;
}
#contentColumn h4 {
	text-align: left;
}
#contentColumn table {	
	border: 2pt solid #fff;
	
}
#contentColumn td { 
	border: 1pt solid #fff;
	padding: 0.2em;
}
#contentColumn th { 
	border: 1pt solid #fff;
	padding: 0.2em;
	background-color: #ADCFEE;
	text-align: center;
	font-weight: bold;
}
