body {	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
	margin:0 auto;
	font-size: 0.8em;
	margin:0px;
	background-image:url(../img/fondo.gif)
	
}
	
a { 
	color: #fff;
	font-size: 0.9em;
	text-decoration:none;
}

a:hover { 
	color: #ccc;
	text-decoration:none;
}


sangriaIza  {
	margin-left:100px;
	}
	
	

img {
	border:none;
	}
	

.titular {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #a4241c;
	font-size: 1.5em;
}


.destacar {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #a4241c;
	font-size: 1.1em;
}
.destacargris {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #666;
	font-size: 1.05em;
}
.destacarrojo{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #a4241c;
	font-size: 1em;
}



.pie {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #fff;
	font-size: 1em;
}
.pie2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #fff;
	font-size: 1.2em;
}


.menu a { 
	color: #000000;
	font-size: 0.9em;
	text-decoration:none;
	font-weight:normal;			
}

.menu a:hover { 
	color: #ccc;
	text-decoration:none;
	font-weight:normal;		
}

.menu { 
	color: #a4241c;
	font-size: 0.9em;
	font-weight:bold;	
}

/* CONTACTO!! estilos del contacto */

#formContenedor 
{
	text-align:center;
	position:absolute;
	width:400px;
	left:50%;
	margin-left:-200px;
}

input 
{
	width:220px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid;
}

textarea
{
	width:220px;
	height:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid;
}

button { width:100px; height:22px; font-family:Verdana; font-size:11px; }

.label { width:110px; text-align:left; }

.campo { width:240px; }

.ayuda { width:50px; text-align:center; }

.inputNormal { border:1px solid; }

.inputError
{
	border:1px solid #FF0000;
	background-color:#FFF4F0;
	color:#FF0000;
}

/* Capas de transparencia y mensajes de confirmacion */

#transparencia
{
	background-color:#FFFFFF; 
	z-index:1; 
	position:absolute;
	width:400px;
	height:260px;
	display:none;
	opacity:0.95; filter:alpha(opacity="95");
}

#transparenciaMensaje
{
	position:absolute;
	width:300px;
	height:100px;
	margin-top:-50px;
	margin-left:-150px;
	top:50%;
	left:50%;
}

/* Mensajes de ayuda */

#mensajesAyuda
{
	width:160px;
	font-family:Verdana;
	font-size:10px;
	border:1px solid #000000;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	text-align:center;
}

#ayudaTitulo
{
	background-color:#000000; 
	color:#FFFFFF; 
	padding:1px;
}

#ayudaTexto
{
	vertical-align:middle;
	padding:2px;
}