@charset "UTF-8";
/* CSS Document */
*{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

body{
	margin:0;
	padding:0;
	height:100%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#a48300;
}

#bg{
	position:fixed;
	background-image:url(../images/bg01.png);
	width:100%;
	height:100%;
	top:0;
	padding:0;
}

#bdy{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:2;
}

#foot{
	width:100%;
	height:60px;
	color:#FFFFFF;
	font-size:10px;
	padding-top:45px;
	color:#FFFFFF;
	text-align:center;
}
#intro{
       width:100%;
       height:480px;
       margin-top:150px;
       left:0;
       position:absolute;
       z-index:1;
}
.visitas{
	color:#D5CB61;
	font-size:11px;
}

.numero{
	color:#DDDE9F;
	font-size:11px;
}

.tabla{
	background-image:url(../images/body_topbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.bodyleft{
	background-image:url(../images/body_left.png);
	background-repeat:repeat-y;
}

.bodyright{
	background-image:url(../images/body_right.png);
	background-repeat:repeat-y;
}

.bodyfull{
	padding:0px 40px 30px 50px;
}

.boxcotiza{
	background-image:url(../images/box_cotiza.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding:30px 30px 0px 60px;
	color:#FFFFFF;
	font-size:10px;
}

.title{
	font-size:18px;
	font-weight:bold;
	color:#d6241c;
	padding-top:20px;
}

.subtitle{
	color:#fca14b;
	font-size:15px;
	font-weight:bold;
}
li.lista{
	list-style-image:url(../images/bullet2.gif);
}