/******************** HEAD BASIC ********************/
/******************** HEAD BASIC ********************/
/******************** HEAD BASIC ********************/
/* Cabecera básica */
#head_simple {
	background-color: #F0ECE3;
	background-image: url(cabecera.jpg);
	width: 850px;
	height: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/******************** ********************/
/******************** ********************/
/******************** ********************/



/******************** NAVEGADOR USER ********************/
/******************** NAVEGADOR USER ********************/
/******************** NAVEGADOR USER ********************/
/* Navegador user, para iniciar sesion */
#navega_user {
	float: right;
}
#navega_user #enlace{
	float: left;
	padding: 5px;
	color: #efe3cc;
}
#navega_user #enlace a{
	color: #efe3cc;
	font-weight: bold;
	text-decoration: none;
}
#navega_user #enlace a:hover{
	color: #993333;
	text-decoration: none;
}
/******************** ********************/
/******************** ********************/
/******************** ********************/



/******************** NAVEGADOR WEB ********************/
/******************** NAVEGADOR WEB ********************/
/******************** NAVEGADOR WEB ********************/
/* Navegador web nivel 1 */
#navega_web_1 {
	width: 850px;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F0ECE3;
	background-image: url(navega_web.jpg);
	vertical-align: middle;
}
#navega_web_1 #enlace{
	float: left;
}
#navega_web_1 #enlace #enlace_2{
	background-color: #000000;
	height: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
}
#navega_web_1 a{ 
	color: #FFFFFF;
	background-color: #000000;
	margin: 1px;
	font-weight: bold;
	text-decoration: none;
}
#navega_web_1 a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
#navega_web_1 .oculto{ 
	color: #FFFF00;
	font-weight: bold;
}
/* Navegador web nivel 2 */
#navega_web_2 {
	width: 850px;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F0ECE3;
	background-image: url(navega_web2.jpg);
	vertical-align: middle;
}
#navega_web_2 #enlaces{
	margin-left: 40px;
}
#navega_web_2 #enlace{
	float: left;
}
#navega_web_2 #enlace #enlace_2{
	background-color: #000000;
	height: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
}
#navega_web_2 a{ 
	color: #FFFFFF;
	background-color: #000000;
	margin: 1px;
	font-weight: bold;
	text-decoration: none;
}
#navega_web_2 a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
#navega_web_2 .oculto{ 
	color: #FFFF00;
	font-weight: bold;
}
/******************** ********************/
/******************** ********************/
/******************** ********************/




/******************** INFOBOX ********************/
/******************** INFOBOX ********************/
/******************** INFOBOX ********************/
/* Caja de información de exito, error o aviso */
#infobox {
	font-size: 100%;
	padding: 10px;
	background-color: #fffff0;
	border: 1px dotted #CCCCCC;
	margin: 10px;
}
#infobox #errorinfo {
	font-size: 90%;
	font-weight: bold;
	color: #990000;
	width: auto;
}
#infobox #errores {
	font-size: 90%;
	color: #CC0000;
	padding-left: 10px;
}
#infobox #error {
	font-size: 90%;
	margin-top: 4px;
	margin-bottom: 4px;
}
#infobox #avisoinfo {
	font-size: 90%;
	font-weight: bold;
	color: #FF6600;
	width: auto;
}
#infobox #avisos {
	font-size: 90%;
	color: #FF9900;
	padding-left: 10px;
}
#infobox #aviso {
	font-size: 90%;
	margin-top: 4px;
	margin-bottom: 4px;
}
#infobox #exitoinfo {
	font-size: 90%;
	color: #006600;
	padding-bottom: 5px;
	width: auto;
}
#infobox #exitos {
	font-size: 90%;
	color: #009900;
	padding-left: 10px;
}
#infobox #exito {
	font-size: 90%;
	margin-top: 4px;
	margin-bottom: 4px;
}
/******************** ********************/
/******************** ********************/
/******************** ********************/



/******************** FOOT BASIC ********************/
/******************** FOOT BASIC ********************/
/******************** FOOT BASIC ********************/
#foot_basic {
	width: 850px;
	height: 255px;
	background-color: #F0ECE3;
	background-image: url(pidepagina.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#foot_basic #texto{
	height: 10px;
	color: #4f2f0a;
	font-size: 80%;
	padding: 10px;
	text-align: right;
	position: relative;
	top: 225px;
}
#foot_basic #texto a{
	color: #4f2f0a;
	text-decoration: none;
}
#foot_basic #texto a:hover{
	color: #F0ECE3;
	text-decoration: none;
}
/******************** ********************/
/******************** ********************/
/******************** ********************/