@charset "utf-8";
/* CSS Estructura */

/* reset */
*{
	margin:0px;
	padding:0px;
}
/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe,  p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, table {
    border:0pt none;
    font-family:inherit;
    font-size:100%;
    font-style:inherit;
    font-weight:inherit;
    margin:auto;
    padding:0pt;
    vertical-align:baseline;
	font-family: Verdana, Calibri, Geneva, sans-serif;
	font-size:12px;
	line-height:25px;
}

body { width:100%; background:url(../images/bg.jpg); background-position: center top;  }

#cuerpo { width:980px; }
#top-menu { background:url(../images/bg-menu.jpg); height:26px; padding-top:10px;}
#menu-izq { width:376px; float:left;  }
#menu-der { width:200px;; float:right; }
#cabecera { width:980px; height:213px; background:url(../images/cabecera.jpg); }
#contenido{ width:980px; background:#FFF; overflow:hidden; text-align:justify; }
#contenido p , h2 	{ margin:6px; line-height:25px; font-size:14px }
#contenido li { list-style:inside; margin:6px; font-size:14px }

#servicios { width:960px;  text-align:center; margin-top:6px;}
#servicio1 { width:240px; float:left }
#servicio2 { width:240px; float:left }
#servicio3 { width:240px; float:left }
#servicio4 { width:240px; float:left }
#servicios a:link { color: #336799; text-decoration:none; }
#servicios a:hover { color: #FFB016; text-decoration:none; }
#servicios a:visited { color: #336799; text-decoration:none; }
#servicios a:active { color: #336799; text-decoration:none; }


h1 { background:url(../images/bg-titulo.jpg) repeat-y ; padding:2px; color:#FFF; font-family:Verdana, Geneva, sans-serif; font-size:16px;   font-style: italic;}
h2 { font-size:12px; color:#336799;}
h3 { font-size:12px; }

hr { height:5px; background-color:#FC0; border:0px; }

#sub-menu { width:100%; text-align:center; background:#336799; }
#sub-menu li{ display:inline; padding-left:10px; padding-right:10px; color:#FFB016;}
#sub-menu a:link { color: #fff; text-decoration:none; }
#sub-menu a:hover { color: #FC0; text-decoration:none; }
#sub-menu a:visited { color: #fff; text-decoration:none; }
#sub-menu a:active { color: #fff; text-decoration:none; }

#pie {  width:980px; background:#336799 ; height:100px;}
#pie p { color:#FFF; font-size:10px }

#pie a:link { font-size:10px; color: #fff; text-decoration:none; }
#pie a:hover { font-size:10px; color: #FC0; text-decoration:none; }
#pie a:visited { font-size:10px; color: #fff; text-decoration:none; }
#pie a:active { font-size:10px; color: #fff; text-decoration:none; }

.color1{ color:#FC0; font-weight:bold }
.color2{ color:#000; }
.color3{ color:#666; }

#documentos { width:950px; }