body {
	margin: 0;
}
.contador {
	font-family:Verdana;
	color:#FFFFFF;
	font-size:30px;	
	font-weight:bold;
}
.tabla_bordes{
	border:1px solid #666666;
	}
.Nav {
	color:#474463;
	font-family:Verdana;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
.Nav a:link {
	color:#474463;
	font-family:Verdana;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
.Nav a:hover {
	color:#474463;
	font-family:Verdana;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
.Nav2 a {
	color:#474463;
	font-family:Verdana;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
.Nav2 a:link {
	color:#474463;
	font-family:Verdana;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
.Nav3 a {
	color:#474463;
	font-family:Verdana;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.Nav3 a:link {
	color:#474463;
	font-family:Verdana;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.fecha {
	font-family:Verdana;
	color:#666666;
	font-size:9px;
}

.Titulo {
	font-family:Verdana;
	color:#1A1452;
	font-size:19px;	
}
.Titulo2 {
	font-family:Verdana;
	color:#1B1749;
	font-size:14px;	
	font-weight:bold;
}
.tituloLibros {
	font-family:Verdana;
	color:#1B1749;
	font-size:12px;	
	font-weight:bold;
}
.fotosLibros {
	border:1px;
	border-color:#CCCCCC;
	border-style:solid;
}
.SubTitulo {
	font-family:Verdana;
	color:#1A1452;
	font-size:14px;	
}
.SubTitulo2 {
	font-family:Verdana;
	color:#588EAA;
	font-size:14px;	
}
.Texto {
	font-family:Verdana;
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
.Texto a {
	font-family:Verdana;
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
.Texto a:link {
	font-family:Verdana;
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
.Texto a:visited {
	font-family:Verdana;
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
.Texto a:hover {
	font-family:Verdana;
	color:#000000;
	font-size:12px;
	text-decoration:underline;
}
.txtLibros {
	font-family:Verdana;
	color:#000000;
	font-size:10px;
	text-decoration:none;
}
.Texto2 {
	font-family:Verdana;
	color:#588EAA;
	font-size:11px;
	text-decoration:none;
}
.Texto3 {
	font-family:Verdana;
	color:#588EAA;
	font-size:12px;
	text-decoration:none;
}
.Txt-footer {
	font-family:Verdana;
	color:#7A7879;
	font-size:9px;
	text-decoration:none;
}
.Txt-footer a:link {
	font-family:Verdana;
	color:#7A7879;
	font-size:9px;
	text-decoration:none;
}
.Txt-footer a:hover {
	font-family:Verdana;
	color:#7A7879;
	font-size:9px;
	text-decoration:none;
}
.Txt-footer a {
	font-family:Verdana;
	color:#7A7879;
	font-size:9px;
	text-decoration:none;
}
.txtfld {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #003366;
}
li {
list-style-type:upper-latin;
	text-align:left;
}
#fotis{



}

.texto_gris,
.texto_gris a:link,
.texto_gris a:active,
.texto_gris a:visited  {
	font-family:Verdana;
	color:#4B4B4B;
	font-size:10px;
	text-decoration:none;
}
.texto_gris a:hover  {
	text-decoration: underline;
}
/***********************************************************************************/

/*					ESTILOS PARA EL MENU DESPLEGABLE							  */

/**********************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	text-align:left;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin-top: 3px;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
	padding: 0.0em 0.0em;
}
/* ESTILO QUE HACE QUE APAREZCA ABAJO DE SU RESPECTIVO MENU*/
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* TEXTO Y TAMAŅO DE SUB MENU */
ul.MenuBarHorizontal ul li
{
	width: 20em;
	text-align:left;
	border-top:  1px solid white;
	margin-left:3px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: 25;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	background-color:#E6E7E9;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color:#E6E7E9;
	padding: 0.5em 0em;
	color:#474463;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color:#E6E7E9;
	color:#474463;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color:#E6E7E9;
	color:#474463;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

