/* CSS Document */
*{
margin:0;
padding:0;
}

body{
background:#3A2C1A url(img/bg.gif);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#3A2C1A;
}

#contendor{
margin:10px auto 0;
width:780px;
}

#contenidoh{
margin-left:21px;
border:solid 1px #3A2C1A;
background:#765A33 url(img/bg_contenido.jpg) right no-repeat;
height:470px;
}

#contenidoi{
margin-left:21px;
border:solid 1px #3A2C1A;
background:#765A33 url(img/bg_contenidoi.jpg) right top no-repeat;
height:100%;
}

#contenidoc{
margin-left:21px;
border:solid 1px #3A2C1A;
background:#765A33 url(img/bg_contenidoc.jpg) right top no-repeat;
height:100%;
}

#contenidot{
margin-left:21px;
border:solid 1px #3A2C1A;
background:#765A33 url(img/bg_contenidot.jpg) right top no-repeat;
height:100%;
}

#contenidog{
margin-left:21px;
border:solid 1px #3A2C1A;
background:#765A33 url(img/bg_contenidogal.jpg) left bottom no-repeat;
height:460px;
}

#contenidoflash{
float:right;
width:479px;
height:441px;
margin:10px;
}

#contenidocon{
margin-left:21px;
border:solid 1px #3A2C1A;
background:#765A33 url(img/bg_contenidocon.jpg) right bottom no-repeat;
height:100%;
}

#lateral{
float:right;
width:200px;
background:#fff2d3;
border:1px solid #3A2C1A;
padding:15px;
margin:10px 10px 10px 0;
}

.imghome{
padding:5px 20px;
}

.home{
width:200px;
background:#fff2d3;
border:1px solid #3A2C1A;
padding:15px;
margin:10px;
}

.inside{
width:450px;
background:#fff2d3;
border:1px solid #3A2C1A;
padding:15px;
margin:10px;
}

.insidecon{
width:300px;
background:#fff2d3;
border:1px solid #3A2C1A;
padding:15px;
margin:10px;
}

.negrita{
font-weight:bold;
}

/*Links*/

a:link, a:active{
color:#8e281e;
text-decoration:none;
}

a:visited{
color:#6c1e16;
text-decoration:none;
}

a:hover{
color:#bc3325;
text-decoration:underline;
}

/*List menu*/

ul li{
list-style-image:none;
}

.lateralli{
margin-left:10px;
padding:3px;
}

/*MENU*/
#mn{
float:left;
}


ul.mn {  
list-style:none;
}

ul.mn li {
margin-bottom:5px;
}

ul.mn li a {
display:block;
width:21px;
text-decoration:none;
}

ul.mn li a:hover {
background-position:bottom;
}

ul.mn li a span {
display:none; /*Oculto el texto.*/
}

#mnnews {
background-image:url(img/mn_news.gif);
height:44px;
}

#mnconsejos {
background-image:url(img/mn_consejos.gif);
height:61px;
}

#mntrayectoria {
background-image:url(img/mn_trayectoria.gif);
height:79px;
}

#mngaleria {
background-image:url(img/mn_galeria.gif);
height:50px;
}

#mncontacto {
background-image:url(img/mn_contacto.gif);
height:66px;
}

/*COPY*/

#copy{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
width:770px;
text-align:center;
margin:auto;
padding:5px;
}
