@import "reset.css";
@import "menu.css";

/* GOOGLE */

iframe {
 width: 100% !important;
 background: none !important;
}

iframe table .t {
 background: none !important;
}

iframe body {
 background: none !important;
}

/* WEB */
@font-face {
	font-family: "bookmanOld";
	src: url("bookos.ttf");
}

body {
 background: url("imgs/fondo.gif");
 
 font-family: Verdana, Helvetica;
 font-size: 12px;
 line-height: 18px;
 text-align: center;
 color: #000;
}

h1 {
	font-family: Verdana, Helvetica;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	background: #CCCC33;
	color: #FFF;
	padding: 10px;
	margin: 10px 0px 20px 0px;
	text-shadow: #000 0px 0px 1px; 
}

h2 {
	font-family: Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	padding: 0px 10px 5px;
	margin: 10px 0px;
	border-bottom: 1px dotted #6666FF;
	text-shadow: #CCC 1px -1px 0px;
}

h2.sinTitulo {
	margin-top: 25px;
}

h3 {
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}

table {
	margin: 10px auto;
}

td {
	font-size: 12px;
	border-bottom: 1px solid #000;
	text-align: center;
}

hr {
	margin: 20px auto;
}

p {
	padding: 5px 10px;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
}

.transparente {
	 -moz-opacity:.65; 
	 filter:alpha(opacity=65); 
	 opacity:.65;
}



/* DISEÑO */

#banderas {
	float: right;	
}

#banderas img {
	float: left;
	margin: 10px;
	border: none;
}


.libro {
	position: relative;
	width: 1000px;
	height: 840px;
	margin: 0px auto;
	
	background: url("imgs/libro.png") no-repeat 10px 85px;
}

.logo {
	position: absolute;
	top: 0px;
	left: 30px;
}

.logo img {
	border: none;
}






#paginas {
	position: absolute;
	left: 171px;
	top: 110px;
	text-align: left;
}


#paginas ul {
	list-style: square;
	list-style-position: outside;
	margin: 10px 35px;
}


.foto {
	width: 310px;
	margin: 0px auto;
	background: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
}

.pieFoto {
	text-align: center;
	font-size: 10px;
	color: #666;
}

#pgPrev {
	position: absolute;
	top: 210px;
	left: -50px;
	z-index: 99;
	
	width: 37px;
	height: 85px;
	cursor: pointer;
	background: url("images/arrow-prev.png") left no-repeat;
	text-indent: -9999px;
}

#pgSgte {
	position: absolute;
	top: 210px;
	left: 822px;
	z-index: 99;
	
	cursor: pointer;
	width: 37px;
	height: 85px;
	background: url("images/arrow-next.png") right no-repeat;
	text-indent: -9999px;
}



/* MENU */

#menu {
	position: absolute;
	top: 78px;
	left: 210px;
	width: 950px;
	height: 52px;
	overflow: hidden;
}

#menu ul {
	list-style: none;
}

#menu li {
	list-style: none;
	float: left;
}

#menu li a {
	width: 110px;
	height: 52px;
	padding-top: 8px;
	text-align: center;
	display: block;
	margin-right: 15px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
}

#menu li a:hover {
	background: url("imgs/mn_activo.png") no-repeat;
}

.mnActivo {
	background: url("imgs/mn_activo.png") no-repeat;
}

.mnInactivo {
	background: url("imgs/mn_inactivo.png") no-repeat;
}

/* SUBMENU */

#submenu {
	position: absolute;
	top: 130px;
	left: 35px;
	width: 110px;
	height: 200px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
}

#submenu ul {
	font-size: 10px;
	list-style: disc;
	list-style-position: outside;
	
}

#submenu li {	
	cursor: pointer;
	padding: 0px;
}

#submenu .titulo {
	font-size: 10px;
	background: #CCCC33;
	color: #FFF;
	font-weight: bold;
	margin: 5px 0px 5px -15px;
	padding: 2px;
	text-align: center;
}

#submenu a {
	text-decoration: none;
}

#submenu .titulo a {
	
	color: #FFF;
}

.irPg:hover {
	cursor: pointer;
}



/*
-------------------------------------------------------------- 
PAGINADOR
--------------------------------------------------------------*/
ul.paginador {
	list-style: none;
	text-align: center;
	margin: 20px 0;
}

ul.paginador li {
	display: inline;
	border: 1px solid #666666;
	color: #6e4e51;
	background-color: #FFFF00;
	margin: 0 1px;
	padding: 5px;
	color: #000;
	font-weight: bold;
}

ul.paginador li:hover {
	display: inline;
	border: 2px solid #666666;
	padding: 4px;
}

ul.paginador li.inerte:hover {
	display: inline;
	border: 1px solid #666666;
	padding: 5px;
}

ul.paginador li.actual {
	background-color: #0100FE;
}

ul.paginador li a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

ul.paginador li.actual a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}


ul.paginador li a:hover {
	text-decoration: none !important;
}



#login {
	float: left;
	border: 2px solid #000;
	text-align: center;
	clear: both;
	width: 235px;
	padding: 5px;	
	font-size: .9em;
}

#login input, submit {
	font-size: .9em;
	margin: 0px;
}


.buscador {
	position: relative;
	left: 250px;
	width: 200px;
	border: 1px solid #000;
	text-align: center;
	background-color: #000;
	padding: 10px; 
	
}

object {
	width: 200px;
}

.logoClientes {
	margin-left: 15px;
}

.logoClientes img {
	float: left;
	margin: 10px;
	border: 1px solid #CCC;
	padding: 5px;
	background: #FFF;
}

#slider {
    position:relative;
    width:350px; 
    height:213px;
    margin: 10px auto;
    background:url(images/loading.gif) no-repeat 50% 50%;
    border: 10px solid #FFF;
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

#pie {
	margin-top: 30px;
	text-align: center;
}

#pie img {
	height: 60px;
	background: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
	
}
