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


body{
	background-color:#FFF;
	background-image:url(../imagenes/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
}

/* Estios generales */

img{
	border:0px;
}

.titulo{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
}

.parrafo{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}


#contendio_general{
	width:900px;
	height:auto;
	margin:0px auto 0px auto;
	background-color:#FFF;	
	padding:0px 0px 20px 0px;
}

#pleca_seccion{
	width:900px;
	height:167px;
	overflow:hidden;
	background-color:#000;
}

#contenido_principal{
	width:840x;
	height:620px;
	padding:20px 20px 0px 20px;
}

#cont_formulario{
	width:490px;
	height:470px;
	float:left;
	padding-left:25px;
}

#cont_formulario p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin-left:12px;
	margin-bottom:0px;
}


#cont_formulario h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	margin-left:12px;
}

#cont_datos{
	width:319px;
	height:470px;
	float:right;
}

#cont_oficinas{
	width:319px;
	height:192px;
	float:right;
}

.cont_buzon{
	width:289px;
	height:270px;
	float:right;
	padding-left:29px;
	overflow:hidden;
}

.cont_buzon h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	margin:0px;
}

.cont_buzon p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0px 0px 5px 0px;
}

.formulario_buzon{
	width:270px;
	height:130px;
	background:#666;
	border:none;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

.formulario_campo{
	margin-left:10px;
	width:270px;
	height:23px;
	background:#666;
	border:none;
	color:#FFF;
}
.formulario_camentario{
	margin-left:10px;
	width:270px;
	height:50px;
	background:#666;
	border:none;
	color:#FFF;
}

#pie_pagina{
	width:855px;
	height:30px;
	margin:0px auto 0px auto;
	text-align:center;
}

#pie_pagina p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	color:#444;
}