﻿div {
	margin: 0;
	padding: 0;
	/*border: 1px solid white;*/
}

#contenedor {
	margin: 0 auto;
	width: 960px;
	height: 600px;
	/* background-image: url('../img/fondomid.jpg'); */
	background-repeat: repeat-y;
}

#cabecera, #pie {
       width: 960px;
       height: 40px;
       margin: 0;
}       

#cabecera {
	margin-bottom: 5px;
	background-image: url('../img/barra_sup.gif');
	background-repeat: no-repeat;
}

#pie {
	margin-top: 5px;
	padding-top: 15px;
	text-align: center;
	background-image: url('../img/barra_inf.gif');
	background-repeat: no-repeat;	
}

#izquierda, #derecha {
	height: 510px;
	width: 150px;
	background-color: #fabb00;
}

#izquierda {
       float: left;     
}

#izquierda h2 {
	display: none;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	
       font: bold 11px Verdana, Arial, Helvetica, sans-serif;
       color:#586885;
}
#menu { height: 345px; }
#promotor { margin-top: 20px;  text-align: center;}

#derecha {
       margin: 0;
       float:right;
}

#derecha #presentacion {
	padding: 2px;
	text-align: center;
}

#derecha #informacion h4 {
	display: none;
}
#central {
       width: 640px;
       margin-left: 160px;
       padding: 0;	
}

#central #contenido { 
	height: 360px;
	border: 1px solid #FFF;
}


#central #contacto { 
	height: 140px; 
	margin-top: 10px;
	background-color: #fabb00;
}
#contacto label { display:none;}
#contacto table { width: 100%}
#contacto h3 {
	margin-left: 5px;
}
form input { 
	width: 150px;
	color: #777777;
	font-style:italic;
}

form #mensaje{ 
	width: 250px;
	height: 80px;
	color:#777777;
	font-style:italic;
}

form #botonEnviar {
	color: #000;
	background-color: #FFF;
	font-style:normal;
	border: 1px solid #7b9ebd;
}
form #botonEnviar:hover { background-color: #D5F1FF; }

#menu p {
	margin-top: 30px;
	text-align: center;
}