/* ====================================
      GTK - CSS - Libreria QUIDPROQUO
   ==================================== */

@import url(menu.css);
@import url(listashome.css);
@import url(fichas.css);
@import url(listados.css);
@import url(cestayfavoritos.css);
@import url(formularios.css);
@import url(eventos.css);

html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #3D4258;
	background: #FF9900 url(../images/BGmujer.gif) top center no-repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
}


a, a:hover, a:activa { 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color: #3D4258; 
	font-weight: bold; 
}

form, p, li, ul, h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}


.oculta {
	display:none;
}
.clear {
	clear: both;
}

#wrapper { 
	width: 770px;
	margin: 0px auto;
	padding: 0px;
}



#header {
	position: relative;
	display: block;
	width: 770px;
	height: 128px;
}
#header h1 {
	padding: 20px 0 8px 0;
}

#maincontent {
	display: block;
	overflow: auto;
	clear: both;
	width: 770px;
	height: auto;
	background: url(../images/fondoCentral.gif) repeat-y;
}


#leftcol {
	float: left;
	width: 178px;
	height: auto;
	background: url(../images/fondoIzquierdacol.gif) no-repeat;
	padding-top: 12px;
}

#centercontent {
	float: left;
	height: auto;
	width: 590px;
	background: url(../images/fondoCentralcont.gif) no-repeat;
}

#footer {
	clear: both;
	overflow: auto;
	width: 770px;
	height: 45px;
	background: url(../images/fondoPie.gif) no-repeat;
}




/* Cuadro de Estado de la cesta */

#cestaestado {
	position: absolute;
	float: left;
	top: 92px;
	right: 2px;
	height: 30px;
}

input {
	background: #FFFFFF url(../images/fondoCampoIzq.gif) top left no-repeat;
	border: solid 0px;
	font-size: 0.85em;
	padding: 3px 10px;
	margin: 0px;
	color: #FE6700;
	font-weight: bold;
	width: 25px;
}

*html input {
	background: #FFFFFF url(../images/fondoCampoIzq.gif) top left fixed no-repeat;
}

input.checksolo {
	background:none;
	padding: 3px 5px;
	width: auto; 
	margin-left: 4px;
}

#cestaestado input {
	padding: 2px 1px 2px 8px;
	width: 18px;
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;

}

#cestaestado input.euros {
	width: 34px;
	background: #FFFFFF url(../images/fondoCampoIzq2.gif) top left no-repeat;
}


.contieneInput {
	display: block;
	float: left;
	padding: 0px 10px 0 0;
	background: url(../images/fondoCampoDcha.gif) right no-repeat;
	margin-top: 4px;
}

#cestaestado .contieneInput {
	margin-top: 10px;
}



/* Buscador */

#buscador {
	display: block;
	width: 170px;
	background-color: #C8E069;
	padding-bottom: 10px;
	
}

#buscador input {
	width: 100px;
	background: #FFFFFF url(../images/fondoCampoIzdaV.gif) top left no-repeat;
}

*html #buscador input {
	background: #FFFFFF url(../images/fondoCampoIzdaV.gif) top left fixed no-repeat;
}

#buscador .contieneInput {
	background: url(../images/fondoCampoDchaV.gif) right no-repeat;
	padding-left: 10px;
}

#buscador input.botIr {
	border: 0px;
	background: url(../images/botSubmit.gif) no-repeat top;
	overflow: hidden;
	width: 20px;
	text-indent: -300px;
	cursor: pointer;
	margin: 5px 0 0 2px;
}

#buscador select {
	margin-left: 10px;
	clear: both;
	font-size: 0.9em;
	font-weight: bold;
}


.rotItem, .rotEuros  {
	display: block;
	float: left;
	height: 28px;
	width: 40px;
}

.rotItem {
	background: url(../images/rotulilloItems.gif) 4px 13px no-repeat;
}

.rotEuros {
	background: url(../images/rotulilloEuros.gif) 4px 13px no-repeat;
}

a.botCesta, a.botCesta:hover, a.botCesta:active  {
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	background: url(../images/bot_CarritoRedondo.gif) no-repeat;
}



/*  IZQ - Registro  */

#registro {
	display: block;
	width: 170px;
	background-color: #C8E069;
	padding: 10px 0; 
}

.rotUser, .rotPass  {
	display: block;
	float: left;
	height: 15px;
	width: 170px;
}

.rotUser {
	background: url(../images/rotulilloUsuario.gif) 5px 2px no-repeat;
}

.rotPass {
	background: url(../images/rotulilloContrasena.gif) 5px 2px  no-repeat;
}

#registro .contieneInput {
	background: url(../images/fondoCampoDchaV.gif) right no-repeat;
	padding-left: 10px;
}

#registro input {
	width: 100px;
	background: #FFFFFF url(../images/fondoCampoIzdaV.gif) top left no-repeat;
}

*html #registro input {
	background: #FFFFFF url(../images/fondoCampoIzdaV.gif) top left fixed no-repeat;
}

#registro input.botIr {
	border: 0px;
	background: url(../images/botSubmit.gif) no-repeat top;
	overflow: hidden;
	width: 20px;
	text-indent: -300px;
	cursor: pointer;
	margin: 5px 0 0 2px;
}


/*  IZQ - Estado Registrado:on  */

#registrao_on {
	display: block;
	width: 170px;
	background-color: #C8E069;
	padding: 10px 0; 
}

.rotUser_on  {
	display: block;
	float: left;
	height: 20px;
	width: 170px;
	background: url(../images/rotulillo_usuario.gif) 5px 2px no-repeat;
}

.rotUser_nombre  {
	display: block;
	float: left;
	height: 15px;
	width: 158px;
	background: url(../images/fondoUser.gif) 5px 2px no-repeat;
	padding: 5px 0 0 12px;
	font-size: 0.8em;
	color: #CCCCCC;
	overflow: hidden;
}

a.logout, a.logout:hover, a.logout:visited {
	display: block;
	width: 120px;
	text-align: right;
	padding: 1px 20px;
	text-decoration: none;
	color: #666666;
	font-size: 0.9em;
	font-weight: bold;
	background: url(../images/bot_loginsalir.gif) right 0 no-repeat;
}




/*  IZQ - No encuentras lo que buscas  */

#enlacesDestacado2  {
	display: block;
	width: 170px;
	background-color: #C8E069;
	padding: 0px;
}




/* IZQ - Logo con menú */

#datoscontacto {
	display: block;
	width: 170px;
	height: 300px;
	background: url(../images/izq_direlogo.gif) no-repeat;
}


/*  IZQ - Materias */

#materias {
	display: block;
	padding: 20px 0 0 0;
}

.rotMaterias {
	display: block;
	height: 21px;
	width: 170px;
	background: url(../images/rotulillo_materias.gif) no-repeat;	
}



/* pie */

#footer {
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding: 25px 0 0 0;
}

#footer a, #footer a:hover, #footer a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}



.franjasuelta {
	display: block;
	width: 552px;
	background: url(../images/franjaPuntos.gif) 0 center repeat-x;
	margin: 0px;
	padding: 0px;
	height: 30px;
	font-size: 1px;
}

.franjasuelta2 {
	display: block;
	float: left;
	width: 532px;
	background: url(../images/franjaPuntos.gif) 0 center repeat-x;
	margin: 0 0 0 30px;
	padding: 0px;
	height: 30px;
	font-size: 1px;
}
*html .franjasuelta2 {
	margin: 0 0 0 15px;
}
div#tooltip_capa
{
position:absolute;
top:0;
left:0;
text-align:center;
background:#FFF  no-repeat 6px 7px;
border:1px solid #E0E0E0;
padding:0px 0px 0px 0px;

}
div#tooltip_capa img
{
margin:2px;

}
div#tooltip_capa p
{margin:2px;
	text-align:left;
	font:bold 11px Arial;
	color:#26273C;
	width:90px;
}