@charset "UTF-8";
/* CSS Document */

body{
	background-color:#EF8B01;
	background-image:url(imagenes/FONDO.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}


#hastaarriba{
	height:127px;
}

#hastarriba .jaguar{
}

table.navbar {
   border-collapse: collapse;
   text-align:center;
}
table.navbar td {
	text-align:center;
	font-size:12px;
	height:26px;
 
}
table.navbar td a{
   font-size:12px;
   text-decoration: none;
   height:26px;
   padding:2px;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #fff;
}
table.navbar td a:hover, table.navbar td a:active {
	color: #000;
	background-color:#FFF;
	text-align: center;
}

#arriba{
	width:581px;
	height:14px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:2px;
	color:#FEB334;
}

#cuerpo{
	width:800px;
	height:auto;
	margin:0 auto;
	padding-top:50px;
}

#cuerpo .regular{
	float:left;
	width:390px;
	text-align:center;
}

#cuerpo .premium{
	width:390px;
	float:left;
	text-align:center;
}

#cuerpo .divisor{
	float:left;
}

#fondop{
	font-size:12px;
	margin-top:400px;
}
