body {
	margin: 0px;
	height:100%;
}
body,ul,li,ol,p,table,tr,td,form,h1,h2,h3,h4,h5,h6,input,textarea {
	padding:0;
	margin:0;
	font-family: "Lucida Sans Unicode","Lucida Grande","Eras Medium ITC","DejaVu Sans",Helvetica,Verdana,sans-serif;
	font-size:12px;
	color:#7A7A7A;
}
a{
	color:#3087F1;
	text-decoration:none;
	outline:none;
}
a:hover{color:#7CADE9;}
img{
	border:0px;
}
ul,li{
	list-style-image: none;
	list-style-type: none;
}
p{
	margin-bottom:20px;
	text-indent:0px;
}
input,textarea{
background:url(../img/input.gif) no-repeat -1px -1px;
border:1px solid #CCCCCC;
padding:4px;
}
input.hidden,.form_contacto input.hidden{display:none;}
input.enviar,.form_contacto input.enviar{
background: url(../img/menu_left.gif) no-repeat left -2px;
width:90px;
color:#FFFFFF;
text-transform:uppercase;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
cursor:pointer;
padding-bottom:3px;
}
input.enviar:hover,.form_contacto input.enviar:hover{
background: url(../img/menu_luz.gif) no-repeat center -2px;
}
/**/
body#contacto_columna{
background:#E2EEFC;
}
#contacto_columna p{
border: 1px dashed #599FF4;
border-top-width:4px;
border-top-style:solid;
background:#FFFFFF;
padding:8px;
margin-bottom:10px;
}
#contacto_columna .form_contacto{
width:250px;
margin:0 auto;
padding:30px 0px;
}
#contacto_columna div{
margin-bottom:8px;
overflow:hidden;
width:250px;
color:#002D5B;
font-size:11px;
}
#contacto_columna input,#contacto_columna textarea{
width:238px;
border:2px solid #B9D5F7
}
#contacto_columna .telefonos input{
width:110px;
}
#contacto_columna .telefonos span input{
position:relative;
left:1px;
}
#contacto_columna input.enviar{
width:90px;
border:0px;
position:relative;
left:160px;
}