@charset "utf-8";
*{
	margin:0px;
	padding:0px;
}
body {
	background-color: #FFFFFF;
	background-position: center top;
	margin: 0px;
	background-image: url(imagenes/fondo5.jpg);
	background-repeat: no-repeat;
}



/*
	////////////////////////////////
	//	parche png
	////////////////////////////////
*/
img, div { 
	behavior: url(Scripts/iepngfix.htc) 
}
/*
	////////////////////////////////
	//	DIV CABEZERA EMOL
	////////////////////////////////
*/
#div_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(imagenes/fondo_head.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 15px;
	margin: 0px;
	padding: 0px;
}
#div_head ul {
	margin: 0px;
	padding: 0px;
	width: 605px;
	position: relative;
	margin: 0px auto;
}
#div_head li {
	margin: 0px;
	padding-right: 7px;
	padding-left: 7px;
	list-style-type: none;
	display: inline;
}
#div_head li a{
	color: #003399;
	text-decoration: none;
}
#div_head li a:hover{
	color: #3C6ED0;
	text-decoration: none;
}
#div_full {
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: middle;
}
/*
	////////////////////////////////
	//	DIV CENTRO
	////////////////////////////////
*/
#div_centro {
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding-bottom:20px;
	background-color: #FFFFFF;
	background-image: url(imagenes/fondo2.jpg);
	background-repeat:  repeat-x;
}
#div_cabecera {
	height: 174px;
	width: 720px;
}

#div_izq{
	float:left;
	height:200px;
	width:236px;
}
#div_menu_izq{
	width:225px;
	background-color:#FFFFFF;
	height:200px;
	border:solid 1px #e1e1e1;
	margin-left:5px;
	color:#003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}
#div_menu_izq ul {
	margin-top:15px;
	margin-right:0px;
	margin-left:5px;
}
#div_menu_izq li{
	list-style-type: none;
	color:#0033CC;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:5px;
}

#div_menu_izq li a{
	color:#000033;
	text-decoration:none;
}
#div_menu_izq li a:hover{
	color:#003399;
}

#div_menu_palitroque{
	width:200px;
	height:230px;
	margin-left:17px;
	background-image: url(imagenes/monedas.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#div_der{
	float:left;
	width:484px;
	height:auto;
}
#div_cont_der{
	width:430px;
	background-color:#FFFFFF;
	height:auto;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 15px;
}

#div_pie{
	float:left;
	width:720px;
	height:auto;
}

/*
	////////////////////////////////
	//	ESTILOS DEL CONTENIDO
	////////////////////////////////
*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}
.img {
	float: left;
	border: 2px solid #729BBB;
	margin-right: 10px;
	margin-top: 5px;
}

p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}
p a:hover {
	color: #003399;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #729BBB;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #729BBB;
	text-align:left;
}
.terminosycondiciones a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6C4900;
	text-align:center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
