body{
	margin:0;
	background:#182849;
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.txt_intro{
	font-size:12px;
}
.boton_menu, .boton_menu:link, .boton_menu:visited, .boton_menu:hover, .boton_menu:active{
	display:inline-block;
	color:#0A0B89;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.boton_menu .izquierda{
	display:inline-block;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:12px;
	padding-right:12px;
	background:url(img/izquierda_boton_menu.png) center right no-repeat;
}
.boton_menu .centro{
	display:inline-block;
	padding-top:10px;
	padding-bottom:10px;
	background:url(img/fondo_boton_menu.png) center repeat-x;
}
.boton_menu .derecha{
	display:inline-block;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:7px;
	padding-right:7px;
	background:url(img/derecha_boton_menu.png) center left no-repeat;
}
.boton_submenu, .boton_submenu:link, .boton_submenu:visited, .boton_submenu:active{
	display:block;
	width:200px;
	text-align:center;
	color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
	font-size:14px;
	background:#E6050B;
}
.boton_submenu:hover{
	background:#A70307;
}
.boton_submenu_sub, .boton_submenu_sub:link, .boton_submenu_sub:visited, .boton_submenu_sub:active{
	display:block;
	width:200px;
	text-align:center;
	color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
	font-size:14px;
	background:#C6040A;
}
.boton_submenu_sub:hover{
	background:#A70307;
}
#main{
	float:left;
	width:585px;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
}
#submenu{
	clear:left;
	float:left;
}
.footer{
	font-size:10px;
}
.footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#buubles_1{
	position:fixed;
	width:150px;
	height:300px;
	left:50%;
	margin-left:-562px;
	bottom:0px;
}
#buubles_2{
	position:fixed;
	width:150px;
	height:300px;
	left:50%;
	margin-left:412px;
	bottom:0px;
}
.opcion, .opcion:link, .opcion:visited, .opcion:hover, .opcion:active{
	display:inline-block;
	color:#FFFFFF;
	width:227px;
	padding-left:23px;
	padding-top:18px;
	padding-bottom:18px;
	margin:10px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
}