/* CSS Document */
#contenedorCentro{
	position:relative;
	width:770px;
	height:400px;
	border-right:1px solid #f3f3f0;
	border-left:1px solid #f3f3f0;
}

#texto{
	width:590px;
	height:auto;
	float:left;
	margin-top:0px;
	padding-left:10px;
}

#menu{
	float:right;
	width:161px;
	margin-top:0px;
}


input, select, textarea{
	border:1px solid #992844;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#736C5E;
	margin-top:0px;
	margin-bottom:4px;
}

#formulario {
	width:230px;
	float:left;
	vertical-align:top;
	text-align:left;
	margin-left:40px;
}
 
#direcciones {
	width:300px;
	float:left;
}

h1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #9B2D48;
	margin-bottom:0px;
	margin-left:10px;
	margin-top:5px;
}
