/*IMPORTO ESTILOS ------------------------------------------------- */

/* importo los estilos del blog */
@import url(blog.css);
/* importo los estilos del foro*/
@import url(foro.css);
/* importo los estilos de los formularios */
@import url(formularios.css);


/*ESTILOS HERDEZ COMUNIDAD ----------------------------------------- */

body {
margin:0px;
padding:0px;
font-family:"Trebuchet MS", Tahoma;
font-size:13px;
color:#666666;
background-image:url(../imagenes/background.jpg);
background-position:top;
background-repeat:repeat-x;
}


/*CENTRADO DE TODA LA PAGINA -----------------------------------------*/
#centrado {position:absolute; width:765px; margin-left:-383px; left:50%; top:0;}


/*CONTENEDOR DE INFORMACION DE LA PAGINA-----------------------------*/
#contenedor {width:745px; float:left; background-image:url(../imagenes/back-centro.gif);
background-repeat:repeat-y; padding:0 10px 0 10px;}

#header {width:765px; height:161px; background-image:url(../imagenes/back-header.jpg); 
background-repeat:no-repeat;}


/*ESTILOS GENERALES TEXTOS ----------------------------------------- */
p {margin:0; padding:0; font-family: "Trebuchet MS", Tahoma; font-weight:normal; font-size:12px; color:#666666; line-height:17px;}
h1 {margin:0; padding:0; font-family:"Trebuchet MS", Tahoma; font-size:20px; color:#7b9b69; 
line-height:14px;}
h2 {margin:0; padding:0; font-family:"Trebuchet MS", Tahoma;; font-weight:bold; font-size:13px; color:#7b9b69; 
line-height:14px;}
h3 {margin:0; padding:0; font-family:"Trebuchet MS", Tahoma; font-weight:bold; font-size:13px; color:#7b9b69; 
line-height:14px;}


/*ESTILOS LINKS ----------------------------------------- */
a, a:link {font-family:"Trebuchet MS", Tahoma; font-size:12px; color:#666; text-decoration:underline; font-weight:bold;}
a:hover {font-family:"Trebuchet MS", Tahoma; font-size:12px; color:#333;}


/*LISTADOS-----------------------------------------------------------*/
li {list-style-image:none; margin:0 0 0 15px; padding:0;}
ul li {list-style-image:none; margin:0 0 0 15px; padding:0;}


/*estilos de textos-------------------------------------------------*/
.titulos{font-family:"Trebuchet MS", Tahoma; font-weight:bold; 
font-size:16px; color:#669933; line-height:18px;}

.subtitulos1{font-family:"Trebuchet MS", Tahoma; font-weight:bold; 
font-size:14px; color:#669933; line-height:16px;}

.subtitulos2{font-family:"Trebuchet MS", Tahoma; font-weight:bold; 
font-size:15px; color:#669933; line-height:16px;}

.parrafo1{font-family:"Trebuchet MS", Tahoma; font-weight:lighter; 
font-size:13px; color:#669933; line-height:16px;}

.txt-mini{font-family:"Trebuchet MS", Tahoma; font-weight:lighter; font-size:9px; 
color:#666; line-height:16px;}

.txt-mini a{font-family:"Trebuchet MS", Tahoma; font-weight:bold; font-size:9px; 
color:#666; line-height:16px;}



/*PIE DEL SITIO------------------------------------------------------*/
#pie{width:765px; height:21px; clear:both; background-image:url(../imagenes/back-footer.gif);}

/*ELIMINAR BASURA---------------------------------------------------*/
.clearAll{display:block;line-height:1px;height:1px;font-size:1px;clear:both;width:100%;}
