body {
	background-color: #464646;
	background-image: url(imagenes/fondo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 13px;
}

body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}

A {
	color: #ed1c24;
	text-decoration:none;
}

A:hover {
	color: #333333;
	text-decoration:none;
}

.pielinks {
	color: #cccccc;
	text-decoration:none;
}

.pielinks:hover {
	color: #eeeeee;
	text-decoration:none;
}

.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ed1c24;
	line-height: 20px;
}

.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
}

.titulosg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	color: #ed1c24;
}

.destacado {
	font-weight: bold;
	color: #af8f5a;
}

.epigrafes {
	font-size: 10px;
}

P {
	margin-top: 0px;
}

.textos-blancos {
	color:#eeeeee;
}

.textos-grises {
	color:#aaaaaa;
}

.boton {
	opacity:0.8;
	filter:alpha(opacity=80)
}

.boton:hover {
	opacity:1;
	filter:alpha(opacity=100)
}

	
/* FORMULARIO DE CONTACTO */

.form-corto {
	width: 229px; 
	height: 18px;
	font-family: Arial, Verdana; 
	font-size: 11px;  
	border:1px solid #aaaaaa;
}

.form-largo {
	width: 229px; 
	height: 18px;
	font-family: Arial, Verdana; 
	font-size: 11px;  
	border:1px solid #aaaaaa;
}
.form-alto {
	width: 254px; 
	height: 125px;
	font-family: Arial, Verdana; 
	font-size: 11px;  
	border:1px solid #959595;
	background-image:url(imagenes/boxes_fondo2.png);
}

.form-alto-corto {
	width: 229px; 
	height: 59px;
	font-family: Arial, Verdana; 
	font-size: 11px;  
	border:1px solid #aaaaaa;
}

.formbut {
	font-family: Tahoma, Arial, Verdana; 
	font-size: 11px; 
	color: #ffffff;
	width: 83px; 
	height: 20px;
	border:1px solid #f92630;
	background-color: #d12129;
}

/*   S L I D E R   */
#slider {
    position:relative;
    width:692px; /* Change this to your images width */
    height:385px; /* Change this to your images height */
    background:url(imagenes/contenedor_fondo.png) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

