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

body{
	background-color:#FFF;
	font-size:12px;
	font-family:Arial, Helvetica, Verdana;
	color: #333;
	padding-left:15px; }
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none; }
a:hover { text-decoration: underline; }

/* Encabezados */

h1, h2, h3, h4, h5, h6 { font-family: Arial,sans-serif;	margin: 0px; padding: 0px; }
h1{ font-family: Verdana,Arial,sans-serif; font-size: 120%; color: #006699; padding-top:10px; }
h2{ font-size: 114%; color: #334d55; }
h3{ font-size: 100%; color: #334d55; }
h4{ font-size: 100%; color: #333333; }

/* Listas Generales */
ul{ list-style-type: square; }
ul ul{ list-style-type: disc; }
ul ul ul{ list-style-type: none; }
label{	font: bold 100% Arial,sans-serif; color: #334d55; }

/**/
.Menubox {
	width:900px;
	height:28px;
	background-color:#fff;
 /* padding-left:20px; */
	border-color:#FC6;
	border-style:solid;
    border-width:2px;
	margin:2px;
	-webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 6px;
	text-indent:5px;
}
.Menubox:hover {
	width:900px;
	background-color:#fff;
	height:28px;
	border-color:#FC6;
	border-style:solid;
    border-width:2px;
}
.piepagina {
	background-color:#202020;
	color:#FFF;
	font-weight:bold;
	height:28px;
	border-color:#FC6;
	border-style:solid;
    border-width:2px;
	-webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 10px;
}
.headbox {
	background-color:#333333;
	color:#FFF;
	font-weight:bold;
	height:20px;
	border-style:solid;
    border-width:1px;
	text-align:center;

}
.Menuboxsm {
	width:180px;
	background-color:#ccc;
	height:25px;
	border-color:#fff;
	border-style:solid;
    border-width:1px;
	margin:2px;
	-webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 6px;
	text-indent:5px;
}
.Menuboxsm:hover {
	width:180px;
	background-color:#333;
	height:25px;
	border-color:#fff;
	border-style:solid;
    border-width:1px;
	color:#FFF;
}

.Menuboxsm a:hover{
	width:180px;
	background-color:#333;
	color:#FFF;
	height:25px;
	font-weight:bold;
	text-decoration:none;	
}
#contenido{
	border-top:1px #eee solid;	
	padding:10px;
	font-size:12px;
	color:#666;
	}
#destacado{
	color:#900;
	font-size:16px;
}
/*Extra Info y Recomendados sirven para indicar los menus de poca trascendencia como enlaces al pie y enlaces a version en ingles*/
.extrainfo{ font-size:11px; }
.recomendados:link, .recomendados:visited, .recomendados:hover{
	font-size:10px;
	color:#666;
	text-decoration:none;
}
.recomendados:hover{
	text-decoration:underline;
}
/*Extra Info y Recomendados sirven para indicar los menus de poca trascendencia como enlaces al pie y enlaces a version en ingles*/

.footerlink:link, .footerlink:visited, .footerlink:hover{
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
.footerlink:hover{
	text-decoration:underline;
}
/*Estilos para formulario lateral derecho*/
#form {
    width:290px;
	padding:40px;
	padding-top:3px;
	font-size:11px;
    margin:auto;
    background-color:#eeeeee;
    border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	-webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 6px;
}
#form ol{ list-style:none; padding-left:0px; padding-bottom:0px;}
#form ol li{ padding-left:0px; padding-bottom:0px; }
#form ol li label{ width:180px; text-align:left; color:#333; }
#form input[type=text] { border:solid 1px #CCC; background-image:url(../images/form.png); background-repeat:repeat-x; background-color:#fff; height:17px; width:245px; }
#form input.btn { padding:2px; color:#FFFFFF; background-color:#003366; border:1px solid #000000; }
/*Terminan estilos para formulario*/