/* CSS Document */
body {
	background-color: #F3F3F3;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.body_emergente {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
/* FORMATOS DE TEXTOS */
.titulo_log_superior{
  font-size: 24px;
  font-weight:bold;
  color: #D6D6D6;
  text-decoration: underline;
  text-transform:uppercase;
}
.titulo_log_eslogan{
  font-size: 20px;
  font-weight:bold;
  color: #C7E0E0;
   text-transform:capitalize;
}
.texto_entrada{
  font-size: 14px;
  font-weight:bold;
  color: #111111;
  text-transform:inherit;
}
.texto_entrada_titulo{
  font-size: 18px;
  font-weight:bold;
  color: #000000;
  text-transform:inherit;
}
.contenido_retornos{
  font-size: 16px;
  font-weight:bold;
  color: #00FFCC;
  text-decoration: blink;
  background-color: #232323;
  text-transform:uppercase;
}
.titulo_menu{
  font-size: 20px;
  font-weight:bold;
  color: #000000;
  text-transform:uppercase;
  border:double #000000;
}
.titulo_principal_opcion{
  font-size: 26px;
  font-weight: 600;
  color: #252624;
  text-transform:uppercase;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-style:italic;
  background-position:center;
  background-color:#DBDDE8;
  border: solid;
  border-width: 1px;
  border-color:#000000;
}
.titulo_contenidos{
 font-size: 12px;
 font-weight: 600;
 color: #252624;
 text-transform:uppercase;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-style:italic;
 background-color:#DBDDE8;
 border:solid #000000;
 border-width: 1px;
}
.contenidos{
 font-size: 12px;
 color: #000000;
 text-transform:capitalize;
 font-family:Georgia, "Times New Roman", Times, serif;
 background-color:#FFFFFF;
 border:solid #000000;
 border-width: 1px;
}
.botones{
	background-color:#EBEBEB;
}
.editores_texto_gris_claro{
	background-color:#F3F3F3;
}


/* FORMATOS DE TABLAS */
.tabla_contiene_menu{
	background-color: #666666;
	border:solid #999999;
}
.tabla_menu_principal{
	background-color: #8EA2B0;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	cursor: hand;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}
.tabla_menu_principal_mouse_out{
	background-color: #8EA2B0;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	cursor: hand;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}
.tabla_menu_principal_mouse_over{
	background-color: #282828;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	cursor: hand;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}


.tabla_submenu{
	background-color: #B2B2B2;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	cursor: hand;
	color:#000000;
}
.tabla_submenu_mouse_out{
	background-color: #B2B2B2;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	cursor: hand;
	color:#000000;
}
.tabla_submenu_mouse_over{
	background-color: #999999;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	cursor: hand;
	color:#FFFFFF;
}



/* LINKS */
a.link_mp:link { /*link normal*/
  color:#0033FF;   
  text-decoration:none; 
  font-size:12px;    
}
a.link_mp:visited { /*link visitado*/
  color:#0033FF; 
  text-decoration:none;   
  font-size:12px;  
}
a.link_mp:hover { /*al ponerme encima*/
  color:#CC6600; 
  background-color:#CCFF33;   
  text-decoration:none;   
  font-size:14px;  
}


/* BOTONES */
.boton_rojo{
background-color : #cc0000;
border : 1px solid #000000;
font-size : 16px;
padding-left : 5px;
padding-right : 5px;
cursor: hand;
}

.boton_negro{
background-color : #000000;
border : 1px solid #cc0000;
font-size : 14px;
padding-left : 5px;
padding-right : 5px;
cursor: hand;
}

.boton_gris{
background-color:#8EA2B0;
border:#000000 2px solid;
font-size : 14px;
padding-left : 5px;
padding-right : 5px;
cursor: hand;
color:#000000;
font:bold;
text-transform:uppercase;
}
/*.boton_gris{
background-color:#999999;
border:#000000 2px solid;
font-size : 14px;
padding-left : 5px;
padding-right : 5px;
cursor: hand;
}*/

/* BORDER */
.borde{
	border-color:#000000;
	border-style:solid;
	border-width:2px;
}
