/* CSS Document */

body {margin:0px; background-image:url(../images/bg.jpg); background-repeat:repeat; background-position:left top;}
.fondo {background-image:url(../images/fondo.jpg); background-repeat:repeat-x; background-position:left top;}
.footer { background-color:#41270E; font-family:Verdana, Arial, Helvetica, sans-serif; color:#F1E1C9; font-size:10px;}

/*TEXTOS*/
.textos {font-family:Verdana, Arial, Helvetica, sans-serif; color:#333333; font-size:12px;}
.textoBlanco {font-family:Verdana, Arial, Helvetica, sans-serif; color:#ffffff; font-size:12px;}
.titulos{font-family:Georgia; color:#C90526; font-size:24px;}
.titulosSub { font-family:"Times New Roman", Times, serif; color:#6b462c; font-size:18;}
.textoSub { font-family:"Times New Roman", Times, serif; color:#39240F; font-size:18;}

/*ENLACES*/
.enlaceMenu  a { font-family:Verdana, Arial, Helvetica, sans-serif; color:#F1E1C9; font-size:12px; text-decoration:none; font-weight:bold;}
.enlaceMenu a:hover { font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:12px;  text-decoration:none; font-weight:bold;}
.enlaceFooter  a { font-family:Verdana, Arial, Helvetica, sans-serif; color:#F1E1C9; font-size:10px;}
.enlaceFooter  a:hover { font-family:Verdana, Arial, Helvetica, sans-serif; color:#FE0000; font-size:10px;}
.enlace a { font-family:Verdana, Arial, Helvetica, sans-serif; color:#700202; font-size:12px;}
.enlace a:hover { font-family:Verdana, Arial, Helvetica, sans-serif; color:#FE0000; font-size:12px; text-decoration:none;}

/*FONDOS Y ORNAMENTOS*/
.bgStandA {background-image:url(../images/stand_01.png); background-repeat:repeat-y; background-position:center top; }
.bgStandB {background-image:url(../images/stand_02.png); background-repeat:repeat-y; background-position:center top; }
.bgStandC {background-image:url(../images/stand_03.png); background-repeat:repeat-y; background-position:center bottom; }
.bgCreamTop{background-image:url(../images/bg-cream_03.png); background-repeat:repeat-x; background-position:center bottom; }
.bgCreamBot{background-image:url(../images/bg-cream_12.png); background-repeat:repeat-x; background-position:center top; }
.bgCreamLeft{background-image:url(../images/bg-cream_05.png); background-repeat:repeat-y; background-position:right bottom; }
.bgCreamRight{background-image:url(../images/bg-cream_07.png); background-repeat:repeat-y; background-position:left bottom; }
.bgCream {background-color:#f3e1c9;}
.bgSub{background-image:url(../images/bg-sub.jpg); background-repeat:repeat; background-position:center center; }
.borde { border:1px solid #39240F}