body{
	margin:0px;
	padding:0px;
	}

p{
	text-align:left;
	font-family:Verdana, Tahoma, Arial;
	font-size:11px;
	color:#333333;
	}
	
.contenedor{
	width:770px;
	margin: 0px auto 0px auto;
	padding:0px;
	}

.header{
	width:770px;
	height:385px;
	margin:0px 0px 0px 1px;
	padding:0px;
	background:url(../Images/header.jpg) top center no-repeat;
	}

.menu{
	width:720px;
	height:50px;
	margin:0px 0px 0px 1px;
	padding:0px 0px 0px 50px;
	background:url(../Images/bgmenu.jpg) top center repeat-y;
	text-align:center;
	}

.botonm{
	width:120px;
	height:20px;
	margin: 0px 3px 0px 3px;
	padding:5px 0px 5px 0px;
	background:url(../Images/boton2.jpg) top center no-repeat;
	float:left;
	}

.top{
	width:770px;
	height:35px;
	margin:0px;
	padding:0px;
	background:url(../Images/top.jpg) top center no-repeat;
	}
	
.contenido{
	width:710px;
	margin:0px;
	padding:30px;
	background:url(../Images/bg.jpg) top center repeat-y;
	}
	
.bloque{
	width:690px;
	margin:0px;
	padding:10px;
	border-style:dashed;
	border-width:1px;
	border-color:#B0518B;
	text-align:left;
	font-family:Verdana, Tahoma, Arial;
	font-size:11px;
	color:#333333;
	}

.bloquefotos{
	width:690px;
	margin:0px;
	padding:10px;
	text-align:center;
	font-family:Verdana, Tahoma, Arial;
	font-size:11px;
	color:#333333;
	}

.foto1{
	width:320px;
	margin:0px 25px 0px 0px;
	padding:0px;
	float:left;
	}
.foto2{
	width:320px;
	margin:0px 0px 0px 25px;
	padding:0px;
	float:left;
	}
	
.columnacontacto {
	float:left;
	width:355px;
	}


/*-------------------------------- Formulario ----------------------------------*/
/********************************************************************************/

.formulario{
	/*width:710px;*/
	margin:0px;
	padding:0px;
	background:url(../Images/bgform.jpg) bottom center no-repeat;
	}
	
.input {
    background: #fff url('../../images/form.gif') top left repeat-x;
	border: solid #7b2359;
	border-width: 1px;
	font: 300 11px Tahoma, Arial, Verdana;
	padding-left: 3px;
	color: #7b2359;
	}
	
.input:hover {
	background: #fff;
	border: solid #b0518b;
	border-width: 1px;
	font: 300 11px Tahoma, Arial, Verdana;
	padding-left: 3px;
	color: #7b2359;
	}
	
.input:focus {
	background: #fff2fa;
	border: solid #b0518b;
	border-width: 1px;
	font: 300 11px Tahoma, Arial, Verdana;
	padding-left: 3px;
	color: #7b2359;
	}		

.tdformcolorsitio { 
	font-family: Verdana; 
	font-size: 11px; 
	text-align: right; 
	white-space: nowrap; 
	background-color: #FFF; 
	}
	
.txtrotuloform {
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: 400; 
	color: #b0518b;
	}
	
.boton {
	width:100px;
	border: solid #7b2359; 
	border-width: 1px;
	font-family: Tahoma, Arial, Verdana; 
	font-size: 10px; 
	background-color: #b0518b; 
	color: #ffffff; 
	padding: 2px 2px 2px 2px; 
	letter-spacing: 1px; 
	}
	
/*---------------------------------- Links -------------------------------------*/
/********************************************************************************/
	
a.bot{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	}
a.bot:hover{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#F9CA3C;
	text-decoration:none;
	}
	
a.click{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#b0518b;
	text-decoration:none;
	border-bottom: 1px dotted #b0518b;
	}
a.click:hover{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#7b2359;
	text-decoration:none;
	border-bottom: 1px dotted #b0518b;
	}
