body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	font-size: 15px;
	background-color: #F1F1F1;
	background-image: url(../graficos/fondo_scroll.jpg);
	background-repeat: repeat-y;
	background-position:center;
}

.tabla_body {
	background-image: url(../graficos/fondo_cuerpo.jpg);
	background-repeat: no-repeat;   
	background-position: left top;
}




h1 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	line-height: normal;
}






strong {
	font-weight: bold;
}






a:link{
	color: #660000;
}
a:visited{
	color: #660000;
}
a:hover{
	color: #660000;
}





a.liga_footer{
	font-weight: normal;
	text-decoration: underline;
	font-size: small;
}









.interlinea_mediana {
	vertical-align: baseline;
	line-height: 25px;
}

.orden {}





a.Boton_Top{
	font-weight: bold  ;
	text-decoration: none  ;
}
a.Boton_Top:link{
	color: #000000;
}
a.Boton_Top:visited{
	color: #000000;
}
a.Boton_Top:hover{
	color: #237887;
}






.row {
	color: #000000;
	text-decoration: none;
}








a.Seccion_Actual{
	color: #578F3F;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
}


a.Seccion_Actual:hover{
	color: #578F3F;
	background-color: #DAECD2;
}


a.Seccion_Otra{
	color: #660000;
	padding: 2px 5px 2px 5px;
	text-decoration: underline;
	font-weight: normal;
	line-height: 40px;
}


a.Seccion_Otra:hover{
	color: #660000;
	background-color: #DAECD2;
}






.Boton {
	border: 1px solid #000000;
	background-color: #66001A;
	color: #FFFFFF;
	font-weight: bold;
}


input {
	border: 1px solid #999999;
	background-color: #FFE6F3;
}


select {
	border: 1px solid #999999;
	background-color: #FFE6F3;
}

textarea {
	border: 1px solid #999999;
	background-color: #FFE6F3;
}

a.Boton_Galeria {
	font-weight: bold;
	color: #FFF;
	border: thin solid #600;
	background-color: #75B65A;
	padding: 5px;
	text-decoration: none;
	line-height: normal;
	width: auto;
	display: block;
	font-size: 12px;
}
a:hover.Boton_Galeria {
	background-color: #4E7E38;
}

