﻿@charset "utf-8";


#contactar {}
#contactar #titulo {}
#contactar #titulo h2 { font-size:1.2em; font-weight:bold; border-bottom:solid 2px #1a364e; }
#contactar #titulo .num { color:#f0a541; }
#contactar #titulo .seccion { color:#1a364e; }
#contactar #titulo .subseccion { color:#059451; }

#contactar #submenu { height:45px; margin-top:4px; padding-top:5px; background:#e2e2e2; text-align:center; font-size:0.75em; color:#ccc; line-height:1.5; }
#contactar #submenu a { color:blue; font-weight:bold; }
#contactar #submenu a:hover { color:#059451; }


#contactar #contenido { margin-top:35px; font-size:0.75em; }
#contactar #contenido p { margin:10px; text-align:justify; }

#contactar #contenido form { margin-top:30px; }

#contactar #contenido .campo1 { float:left; width:100px; height:20px; margin-right:10px; text-align:right; font-weight:bold; }
#contactar #contenido .campo2 { float:left; width:350px; height:20px; }
#contactar #contenido .campo3 { float:left; width:350px; height:70px; }

#contactar #contenido .campo2 input { width:348px; border:solid 1px #999; }
#contactar #contenido .campo2 input.check { width:12px; border:none; vertical-align:middle; }
#contactar #contenido .campo2 label { font-size:0.9em; }
#contactar #contenido .campo2 input.btnSubmit { width:80px; margin-right:15px; border:solid 1px black; font-weight:bold; background:url(../img/boton.gif) repeat-x bottom; background-color:white; } 
#contactar #contenido .campo3 textarea { width:348px; height:60px; border:solid 1px #999; }