/* INICIALIZAMOS PARAMETROS */

*{margin:0; padding:0}
fieldset, a img{border:0}
.clear{clear:both;}

body{font-family: Arial, Helvetica, sans-serif; font-size:62.5%; padding:0;}
input, textarea, select{font-size:1em; font-family: Arial, Helvetica, sans-serif}
	html>body option{padding-right:10px}

#contenedor{width:700px; background:#fff; margin:0px auto;}

/* cabecera */

#cabecera {font-size:1.2em; position:relative; height:77px}
#cabecera a.ayuda{position:absolute; right:5px; bottom:0px; color:#395c7c; text-decoration:underline}
#cabecera a.ayuda:hover{color:#000; text-decoration:none}

#cabeceraInterior{font-size:1.2em; position:relative; padding-top:10px}
#cabeceraInterior h1{position:absolute; left:15px; top:0}

/* contenedor home */

#contenedorCuerpo { }

.headerContent {width:700px; background:#497ba8 url(/img/header_content.gif); height:55px;}
.headerContent h1{font-size:2.1em; color:#fff; text-align:right; font-weight:normal; padding-top: 15px; padding-right: 25px; margin:0;}

.bloqueContent {width:700px; background:#497ba8 url(/img/back_izda_content.gif) repeat-y;}

.bloqueContent h2{font-size:1.7em; color:#000; font-weight:bold; margin-right: 20px; margin-left: 30px; padding-top: 5px; padding-bottom: 5px;}
.bloqueContent h3{font-size:1.3em; color:#2f618b; font-weight:bold; text-decoration: underline; margin-right: 20px; margin-left: 30px;}
.bloqueContent h4{font-size:1.4em; color:#000; font-weight:bold; margin-right: 20px; margin-left: 30px;}
.bloqueContent p{font-size:1.3em; color:#000; font-weight:normal; margin-right: 20px; margin-left: 30px; padding-top: 5px; padding-bottom: 5px; }

.footerContent {width:700px; background: url(/img/down_izda_content.gif) no-repeat; height:8px;}

/* footer */
#footer{border-top:1px solid #E6E6E6; margin-top:10px; padding:15px 5px}
#footer ul{ list-style:none; font-size:1.1em; text-align:right}
#footer ul li{display:inline; }
#footer a{color:#395c7c; text-decoration:underline}
#footer a:hover {color:#000; text-decoration:none}

