/* CSS Document */
/*  --------------------------estilos del separador horizontal--------------------------------  */
#separador_horizontal{
	width:800px;
	height:31px;
	border-bottom:1px solid #6cbcbd;
	background-image:url(../images/sep_hor.jpg);
	background-repeat:no-repeat;
}
/*  ---------------------------------estilos de la seccion del separador-------------------------  */
#sep_central{
	width:1px;
	float:left;
	background-image:url(../images/sec_sep.jpg);
	background-repeat:no-repeat;
	height:538px;
}
/*  ----------------------------------estilos de la seccion de contenido--------------------------  */
#art_content{
	width:640px;
	float:left;
	margin-bottom:20px;
}
h2{
	font-family:"Arial Narrow", Arial, Verdana;
	color:#336666;
	margin:0px;
	font-size:16px;
	line-height:18px;
	padding:17px 0 8px 20px;
	text-transform:uppercase;
	.font-size:15px;
	.line-height:17px;
}
.art_sep{
	background:url(../images/sep_sec_d.jpg);
	background-repeat:no-repeat;
	width:640px;
	height:1px;
}
.art_imag{
	width:210px;
	padding:10px 0px 0 20px;
	float:left;
	_margin-top:-13px;
}
.art_text {
	float:left;
	width:620px;
}
.art_text p{
	margin:10px;
	paddingt:10px;
}
/*---------------estilos de la seccion de listados-------------------*/
h4, .elem_list a{
	margin:0px;
	padding:0px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:11px;
	color:#336666;
	text-decoration:none;
}
.elem_list a:hover{
	text-decoration:underline;
}
.elem_list p{
	margin:5px 0px 0px 0px;
	padding:0px;
}
.elem_list{
	width:600px;
	margin-top:10px;
	padding:0px 20px 10px 20px;
	background:url(../images/sep_art.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
/*---------------- estilos de contactos---------------*/
form {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px
}
#form_cont{
	margin:10px 20px;
	.margin:0px 20px;
}
.cajas{
	border:1px solid #336666;
}
#form_cont p{margin-top:0px;}
#nombre_err, #telef_err, #correo_err, #text_err{
	display:block;
	height:17px;
	color:#FF0000;}