/*--COMÚN--*/
*{margin:0px; padding:0px; line-height: 150%}
p {padding-bottom:10px;}
body { margin:0; background-color:#227f38; text-align:center; font:11px Verdana, sans-serif; color: #333;}

.verde{width:100%; height:auto; margin:auto; background-color:#fff;}
.contenedor { width:1000px; margin:auto; overflow:hidden; }
.sepa_10 { width:100%; height:10px; }
.sepa_100 { width:100%; height:100px; }

/*--VÍNCULOS--*/
a{ text-decoration: underline; color:#000; }/*--común--*/
a:hover { color:#666; }
a.url-mapa { text-decoration:none; }/*--mapa-web--*/
a.url-mapa:hover {color:red;}

/*--COLORES TEXTOS--*/
.rojo-01 { color: red; } /* pie separador */
.gris-01 { color: #666; } /* pie */

/*--PIE--*/
.pie { float:left; width:100%; margin-top:40px; }
.mapa-web { font-size: 10px; float:left; width:100%; height:60px; text-align:center; }
.hierba { width:100%; height:88px; background:url(../img/hierba.jpg) bottom repeat-x; }