/*
Título:Grita Internet, estilos genéricos de página
Author: Grita internet.
Copyright:2008, Grita internet.  Todos los derechos reservados (Por favor, no usar sin nuestro premiso) 
*/


body {

	font-family: Arial, sans-serif;
	/*font-size: 1em;*/
	/*color:black;*/
	background-image: url(../img/fondoBase.jpg);
	background-repeat: repeat-x;
	background-color: #585858; /*#a4a3a3;*/
	margin-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	}

/* enlaces */

a:link, a:visited {
	color: #de3831;
	text-decoration:underline;
	}
a:hover {
	color: #104c68;
	}
	

/* Modificadores*/

/*.Tablacentral {
margin-left:11.5em;
float: center;
background:#ffffff;*/
/*esto es para evitar que el scroll desplace la tabla central y descoloque el diseño*/ 

.titulo {
	margin:2em 0em 0em 0em;
	padding: 0em;
    font-size: 1.4em;
	font-weight:bold;
	color:#de3831;
	font-family:Arial, sans-serif;
	/*modificación para que el título sea más grande y de otro color */
}

.texto{
	margin: 1em 1em 1em 4em;
	padding: 1em;
    color:black;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	text-align: left;
	/*valores para los bloques de texto normales*/
}

.textoForm{
    color:black;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	text-align: left;
	/*valores para los bloques de texto normales*/
}

.textoAlt{
    color:#FF6600;
	font-family: Arial, sans-serif;
	/*valores para los bloques de texto normales*/
}

.textoremarcado{
    font-weight:bold;
    color:#DD3310;
	font-family:Arial, sans-serif;
	/*valores para los textos remarcados*/
}

.TextoAvisoFlash {
color: #333333;
font-family:Arial, sans-serif;

}

.TextoAvisoFlashsobreNegro {
color: #ffffff;
font-family:Arial, sans-serif;
a:link, a:visited {
	color:#FFCC00
	text-decoration: none;
	}
a:hover {
	color: #104c68;
	}

}

.colorTit {

color: #DE3831;
text-align: justify;
/*propiedades para los títulos de las caja de enlace y de noticias */

}	

.enlace {

    background:#cccccc;
	margin: 0.1em 0.1em 0.1em 0.1em;
	padding: 0.7em;
    color:black;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	text-align: right;
	/*propiedades de las cajas de enlace y noticias */
	
}

/* ID de las capas */

#Botonera {
	position:relative;
	left:0px;
	top:165px;
	width:1000;
	height:19px;
	z-index:1;
}

#flash {
	position:static;
	width:1000px;
	height:175px;
	z-index:6;
}

#BotoneraInf {
	position:relative;
	left:0px;
	Top:30px;
	width:1000px;
	z-index:2;
}


#FlashBarraInf {
	position:relative;
	width:1000px;
	height:77px;
	z-index:7;
	
}
