@charset "utf-8";
/* CSS Document */

* {margin:auto; padding:0;}

body {
	background-color:#393939;
	margin:10px;
}

#intro {
	width:980px;
	height:570px;
	border:1px solid #fff;
}
#pie_intro {
	clear:both;
	width:980px;
	text-align:right;
}

table.contenedor {
	width:980px;
	height:100%;
	background-color:#818181;
	background-image:url(images/fondo.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	border:1px solid #fff;
}

td.top {
	height:115px;
	text-align:left;
}

td.botonera {
	width:290px;
	background-color:#2B2B2B;
	height:100%;
	vertical-align:text-top;
}

td.contenidos {
	width:690px;
	height:100%;
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-align:justify;
	padding:10px 20px;
}

table.images img {
	border:1px solid #FFFFFF;
}

table.hyper {
	width:80%;
}
table.hyper td {
	background-color:#6A6A6A;
	border:1px solid #333333;
	padding:3px;
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:13px;
}

table.hyper a {
	color:#FFFFFF;
	text-decoration:none;
}
table.hyper a:hover {
	color:#FF0000;
	text-decoration:underline overline;
}

table.hyper img {border:0px;}

strong.titulos {
	font-size:16px;
	text-decoration:underline;
}

a.hyperlink {
	font-weight:bold;
	color:#FF0000;
	font-style:italic;
	background-color:#494949;
	padding:0px 2px;
}
a.hyperlink:hover {
	text-decoration:underline;
	color:#CCCCCC;
}

img.yadou {border:1px solid #FFFFFF;}

img.presionado {
	filter:alpha(opacity=25);
	-moz-opacity: .25;
	opacity: .25;
}

div.datos_ubicacion {
	color:#FFFFFF;
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:13px;
	padding-bottom:3px;
	margin-bottom:10px;
	border-bottom:1px solid #FFFFFF;
}

div.datos_contacto {
	color:#eaeaea;
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:13px;
	padding:5px 0px 2px 0px;
}

input, textarea {
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:13px;
	color:#CCCCCC;
	background-color:#666666;
	border:1px solid #FFFFFF;
	padding:2px;
	-moz-border-radius:3px;
	width:650px;
	}
	
div.descargar_folletos {
	padding-top:25px;
	text-align:center;
	width:646px;
}

span.obligatorio {color:#FF0000;}

td.ubicacion {
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-align:justify;
	padding:20px 20px;
}
