body {
	font-family: Tahoma;
	font-size: 12px;
	color: #003399;
	background-color: #FFFFFF;
	list-style-image: url(../navegacion/vineta.gif);
	background-image: url(../index/fondo-body.gif);
	text-align: center;
	margin-top: 0px;
	line-height:16px
}

/* --------------------------- DIV DE DISEŅO -------------------------- */
#contenedor{
	margin: auto;
} 
#cabecera{
	width: 770px;
	background-image: url(../index/fondo-menu.gif);
}
#menu{ 
	left:0px; 
	top:100px;
	width:770px; 
	height:146px;;
}
#cuerpo{
	width:770px;
	background-image: url(../index/fondo-cuerpo.jpg);
	background-repeat: repeat-y;
	border-color: #CCCCCC;
    height:100%;
} 
#contIzq{
	width: 219px;
	float:left;
	padding-left: 12px;
	background-repeat: repeat-y;
	text-align: left;

}  
#contMedio{
	margin-left: 220px;
	margin-right: 20px;
	background-repeat: repeat-y;
	padding-right: 10px;
	text-align: left;
	vertical-align:top;

}
#contDer{
	width: 150px;
	float: right;
	background-image: url(../index/f-der-fondo.jpg);
	background-repeat: repeat-y;
	font-family: Tahoma;
	font-size: 10px;
	color: #0066CC;
	font-style: normal;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	text-align: left;
	
}  
#menuBajo{
	width:770px;
	height:37px;
	text-align:center;
	clear: both;
	background-image: url(../index/fondo-pie.jpg);

} 

/* -------------------------------- TEXTOS ------------------------- */
.texto {
	font-family: Tahoma;
	font-size: 10px;
	color: #003399;
}
.textoBlanco {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.textoNegrita {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.tituloApartado {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.textoNaranja {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	font-weight: bold;
}
.textoRojo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
}
.textoMarron {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC6600;
	font-weight: bold;
}

.fondotitular {
	background-color: #FFF8D9;
	font-size: 13px;
	font-weight: bold;
	color: #003399;
}
.aviso {
	color: #FF0000;
}

.azul{
	color:#FFFFFF;
	background-color:#3366CC;
	border-style:solid;
	border-width:1px;
	border-color:#003366;
	padding: 1px;
}

.ambar{
	color:#000000;
	background-color:#FFCC00;
	border-style:solid;
	border-width:1px;
	padding: 1px;

}
/* LISTADOS */
#foldheader{font-family:Tahoma; font-size:9; color:black;}
#foldinglist{
	font-family:Tahoma;
	font-size:10;
	color:#000099;
	padding: 20px;
	margin: 0px;
}
#foldheader2{font-family:Tahoma; font-size:10;}
#foldinglist2{font-family:Tahoma; font-size:10;}


/* -------------------------- ENLACES -------------------*/
a:link {  
	text-decoration:none;
}
a:visited {  
	text-decoration:underline;
}
a:hover {  
	text-decoration:underline;
}
a:active {  
	text-decoration:none;
}
/*
a:hover {
	color: #FF6600;
}
a:visited {
	color: #A2BCD8;
}
*/

/* -------------------------- FORMULARIOS -------------------------- */
.caja {
	font-family: Tahoma;
	font-size: 11px;
	color: #003399;
	border: 1px solid #006699;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;

}
.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFCC00;
	border-color: #000000;
	border-width: 1;
	cursor: hand;
}
.desplegable {
	width: 100px;
}
.desplegable2 {
	width: 200px;
}
.desplegable3 {
	width: 60px;
}
select {
	border-color:#FFCC00;
}
/* ETIQUETAS HTML*/
td {
	font-family: Tahoma;
	font-size: 11px;
	color: #003399;
}
ul{
	line-height:18px;
	margin-top:10;
}
ol{
	line-height:18px;
	margin-top:10;
}

a.link2:link
{
	font-family: Tahoma;
	font-size: 12px;
	color:#ff9900;
	font-weight:bold;
}
a.link2:visited
{
	font-family: Tahoma;
	font-size: 12px;
	color: #ff9900;
}
