/* CSS Document */

*{ margin: 0; padding: 0; }* 

body {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 70%; text-align: left; line-height: 16px; 
	color: #333;
	background: url(imag/fondo.gif); 
	margin: 0; 
	padding: 0;
	text-align: center;
} 

a:link {text-decoration:none; color:#890805; font-weight:bold;}
a:visited {text-decoration:none; color:#890805; font-weight:bold;}
a:hover {text-decoration:none; color:#CE751D; font-weight:bold;}

/* Cabecera */


#cabecera{
background: url(imag/fondoblan.gif); 
text-align: left;
width: 900px;
height: 180px;
margin: auto;
}

#logo{
float:left;
padding-left:16px;
width: 290px;
height: 90px;
}

#menu{
color:#000;
float:right;
width: 560px;
}

#menu li {
	display: inline;
	float: left;
	font: 15px  Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
#menu a {
	
	color: #890805;
	margin: 0;
	padding: 0 5px 0 5px;
	text-decoration: none;
}
#menu a:hover {
	color: #CE751D;
	padding-bottom: 5px;	
}



#titulos{
clear:both;
width: 900px;
height: 90px;
}


/* Contenido */

#contenedor{
background: url(imag/fondoblan.gif); 
text-align: left;
overflow: hidden;
width: 900px;
margin: auto;
}


#contenido{
float:right;
width: 820px;
padding-left: 50x;
padding: 0px 40px 20px 10px;
}

#conteder{
float:right;
width: 470px;
margin: auto;
padding: 20px 40px 20px 0;
}

#conteizd{
float:left;
width: 350px;
height: 450px;
margin: auto;
padding-left:14px;
}




/* Firma */

.anotacion{font-size:9px; margin-bottom:10px;}


#aceptar{float:left; width:220px; font-size:9px;}

.submit {
	float:left;
	height: 20px;
	width: 50px;
	background: #9B1F2E;
	color: #ffffff;
	margin: 0px 5px 0 0;
	border:0px;
} 

#firma{
background: url(imag/fondofirma.gif) no-repeat bottom;
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; text-align:center; color:#333; line-height: 60px;
width: 900px;
height: 64px;
margin: auto;
}

#firma a{
	text-decoration: none;
	padding:20px 0 0 0;
	color: #890805;
}
#firma a:hover{
	padding:20px 0 0 0;
	color: #CE751D;
}
#contactotxt {
	float:left;
	width: 230px;
}

#contactar {
	float:right;
	background-color:#F9F1E9;
	width: 470px;
	height: 370px;
	margin-bottom: 20px;
}
	
	form {
	padding-top: 15px;
	padding-left:35px;
	width: 375px;
	height: 300px;
}

.col1 {
	
	text-align: right;
	width: 100px;
	height: 24px;
	margin: 4px;
	float: left;
	margin-right: 1px;
}

.col2 {
	width: 200px;
	height: 24px;
	display: block;
	float: left;
	margin: 0;
}

.col2comment {
	width: 300px;
	height: 110px;
	margin: 1px;
	display: block;
	float: left;
}

.datos {
	text-align:center;
	border-top: thin #990000;
    font-size: 10px;
	width: 400px;
	float: left;
}

.col1comment {
	text-align: right;
	width: 100px;
	height: 150px;
	float: left;
	display: block;
}


div.row {
	clear: both;
	width: 410px;

}



.input {
	background-color: #fff;
	font: 12px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	border: 1px solid #9B1F2E;
}

.textarea {
	border: 1px solid #9B1F2E;
	background-color: #fff;
	font: 12px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
}



#privacidad {
	padding: 15px;
	float:right;
	background-color:#F9F1E9;
	width: 470px;
	height: 420px;
	margin-bottom: 20px;
}
