@charset "utf-8";
/* CSS Document */
html{
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
.TablaGeneral{
	height:100%;
}
.fondoMenuTabla {

}

.fondoMenu{
	background-image: url(/images/plantilla/menu/fondo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color:#EAEAEA;
}
.fondoCabecera{
	background-image: url(/images/plantilla/cabecera/izq.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.fondoCabeceraPiedras{
	background-image: url(/images/plantilla/cabecera/piedras.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondoPerga{
	background-image: url(/images/plantilla/perga.jpg);
	background-repeat: no-repeat;
	background-position:top center;
}
.fondoCabecera2{
	background-image: url(/images/plantilla/cabecera/medio_der.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.fondoCabeceraFija{
	background-image: url(/images/plantilla/cabecera/cabeceraFija.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.contenido{
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	text-align:left;
	min-width:760px;
}

.TextoVia {
	font-family: Arial, sans-serif, Arial;
	font-size: 12px;
	color: #737372;
	text-decoration:none;
}
.TextoViaSel {
	font-family: Arial, sans-serif, Arial;
	font-size: 12px;
	color: #737372;
	text-decoration:none;
	font-weight:bold;
}

.TextoMenu {
	font-family: Arial, sans-serif, Arial;
	font-size: 12px;
	color: #737372;
	text-decoration:none;
}
.TextoMenuSel {
	font-family: Arial, sans-serif, Arial;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}
.TextoSubMenu {
	font-family: Arial, sans-serif, Arial;
	font-size: 12px;
	color: #737372;
	text-decoration:none;
	padding-left:15px;
}
.TextoSubMenuSel {
	font-family: Arial, sans-serif, Arial;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
	padding-left:15px;
}

.TextoMenuSup {
	text-decoration:none;
	font-family: Arial, sans-serif, Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight:300;
}

input{
	font-family: Arial, sans-serif, Arial;
	font-size: 12px;
	color: #36578c; 
}
select{
	font-family: Arial, sans-serif, Arial;
	font-size: 12px;
	color: #36578c;
}
.selectEventos{
	font-family: Arial, sans-serif, Arial;
	font-size: 14px;
	color: #36578c;
}
.Texto{
	font-family: Arial, sans-serif, Arial;
	font-size: 12px;
	text-decoration:none;
	color: #36578c; 
}
.TextoBanner{
	font-family: Arial, sans-serif, Arial;
	font-size: 12px;
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
}
.TextoEnlace{
	font-family: Arial, sans-serif, Arial;
	font-size: 12px;
	text-decoration:none;
	color: #36578c;
	font-weight:bold;
}
.TextoNegrilla{
	font-family: Arial, sans-serif, Arial;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	color: #36578c; 
}
.Titulo{
	font-family: Arial, sans-serif, Arial;
	font-size: 14px;
	font-weight:bold;
	color: #36578c;
}
.TituloPrimero{
	font-family: Arial, sans-serif, Arial;
	font-size: 14px;
	font-weight:bold;
	color: #36578c;
}
.Titulo2{
	font-family: Arial, sans-serif, Arial;
	font-size: 12px;
	color: #36578c;
	padding-left:30px;
}


.TablaDonativos {
	/* visibility:hidden; */
	display:none; 
	padding:5px;
}
