/* CSS Document */

body {
background-image:url(../img/bg.jpg);
background-repeat:repeat-x;
background-color:#FFC977;
margin:auto;
margin-top:0;
}

a {
color:#A40907;
text-decoration:none;
}

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

#contenedor{
width:898px;
margin:auto;
margin-top:16px;
background-image:url(../img/bg_contenedor.jpg);
}

#menu{
background-image:url(../img/bg_menu.jpg);
height:47px;
width:898px;
margin:auto;
}

#header{
height:200px;
width:882px;
margin:auto;
margin-top:11px;
margin-left:7px;
margin-right:7px;
margin-bottom:27px;
}


#footer{
margin:auto;
background-image:url(../img/bg_footer.jpg);
width:898px;
height:110px;
clear:both;
}

.corte{
clear:both;}


/**** TEXTOS ****/
p{
font-family:Verdana;
font-size:12px;
color:#000000;
text-align:justify;
margin-left:18px;
margin-right:18px;
}

.p{
font-family:Verdana;
font-size:12px;
color:#000000;
}

.p2{
font-family:Verdana;
font-size:12px;
color:#A40907;
}

.p_small{
font-family:Verdana;
font-size:10px;
color:#000000;
}


.txt_menu{
font-family:Verdana;
font-size:12px;
color:#FFFFFF;
}

.subtit{
font-family:Verdana;
font-size:14px;
color:#A40907;
}

h2{
font-family:Verdana;
color:#A40907;
margin-left:18px;

}

h3{
font-family:Verdana;
color:#A40907;
margin-left:14px;

}

.small{
font-family:Verdana;
font-size:10px;
color:#FFFFFF;
}

.small2{
font-family:Verdana;
font-size:10px;
color:#E8C476;
}