body {
	font-family: "Trebuchet MS", Verdana;
	scrollbar-arrow-color:#227257;
	scrollbar-base-color:#E6DEDE;
	scrollbar-darkshadow-color:#227257;
	scrollbar-face-color:#eeeeee;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color: #227257;
	scrollbar-track-color: #dddddd;
	scrollbar-shadow-color:#ffffff;
	background-color: #4E55AB;
}
/*Estilos comunes*/
h4{
	font-weight: bold;
	color: #666699;
	font-size: 100%;

}
table{
	width: 90%;
}
td{
	font-size: 75%;
}
th{
	color: #ffffff;
	background-color:#4E55AB;
	font-size: 75%;
}
caption{
color: #000000;
	font-size: 75%;
	font-weight: bold;


}
.linea{
	background-color:#FF3300;
	height: 2px;
	width: 100%;
	font-size: 1px;
	font-style: normal;
	line-height: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #666699;
	text-decoration: none;
	background-color: #FFFFFF;

}


a.home{
	color: #000000;
	text-decoration: none;
	border: 1px solid #f2f2f2;
	background-color: #f2f2f2;
	font-weight: bold;
	width: 100%;
}
a.home:hover{
	color: #4E55AB;
	text-decoration: none;
	border: 1px solid #4E55AB;
	background-color: #ffffff;
	font-weight: bold;
	width: 100%;

}

/*fin estilos comunes*/
#contenido{
	margin: 5px;
	width: 95%;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	min-width:300px;

}
#indice{
	width: 100%;
	font-size: 70%;
	border: 1px solid #FF3300;
	color: #000000;
	background-color: #FFFFFF;
}
#indice a{
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
	margin-left: 5px;
}
#indice a:hover{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-left: 5px;
}

#titulo {
	background-color:#ffffff;
	border: 1px solid #FF9900;
	padding: 5px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 90%;




}


/*Estilos  textos*/
.titulo{
	width: 100%;
	font-size: 75%;
	background-image:  url(../imagenes/cuadradoa.gif);
	background-repeat: no-repeat;
	min-height: 30px;
	font-weight: bold;
	color: #393F80;
	background-color: #FFFFFF;
	vertical-align: bottom;
	padding-top: 15px;
	margin-top: 5px;
}

.texto{
	width: 100%;
	font-size: 75%;
	border-top: 1px #000000;
	border-right: 1px dashed #000000;
	border-bottom: 1px #000000;
	border-left: 1px dashed #000000;
	background-color: #f2f2f2;
}
.textocontenido{
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;



}

/*Fin  estilos  textos*/
.recuadro {
	border: 1px solid #6666CC;
	width: 95%;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	background-color: #FFFFFF;





}
h5 {
	font-weight: bold;
	color: #FF0000;
	font-size: 100%;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sangrado {
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 20px;
	clip:  rect(auto auto auto 20px);


}
.supersangrado {
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 40px;
	clip:  rect(auto auto auto 40px);

}
.subrayado {
	text-decoration: underline;
}
.arriba {
	list-style-image: url(../imagenes/arriba.gif);
	list-style-position: inside;
	font-weight: bold;
	color: #000000;


}

