/* ESTILOS GENERICOS
*****************************/

* {
	padding: 0;
	margin: 0;
	}

body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	text-align: center;
	background-color: #666F78;
	}
	
#home_body {

	}

.clear_left {
	clear: left;
	}

.clear_both {
	clear: both;
	}

em {
	margin: auto;
	font-size: 16px;
	text-align: center;
	}

div .portada {
	font-size: 13px;
	text-align: center;
	padding: 5px;
	border: 1px solid #FF9966;
	background-color: #FFFF99;
	-moz-border-radius: 5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius: 5px; /*Para Konqueror y Safari */
	-webkit-border-radius: 5px;
	border-radius: 5px; /*Forma normalizada*/
	}
	
img {
	border: none;
	}

a {
	text-decoration: none;
	color: #003399;;
	}

a:hover {
	text-decoration: underline;
	}
	
.pass_recover {
	font-size: 12px;
	}

.hover {
	background-color: #66CC99;
	}

#wrapper_home {
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/body_bg_home.jpg);
	background-position: center;
	background-repeat: repeat-y;	
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/body_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}


/* TITULARES 
*******************************/

h2 {
	font-family: "Arial Narrow",Arial;
	font-size: 22px;
	color: #003399;
	margin-top: 8px;
	border-bottom: 1px solid #DCE1F3;
	text-align: left;
	font-weight: normal;
	}

h3 {
	font-family: "Arial Narrow",Arial;
	font-size: 16px;
	color: #999999;
	text-align: left;
	font-weight: normal;
	}
	
h4 {
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #003399;
	padding-left: 18px;
	background: url(/images/bullet_go.gif) left no-repeat;
	margin-bottom: 5px;
	}

h5 {
	background-color: #006699;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #666666;
	border-width: 0 1px 1px 0;
	padding: 3px;
	-moz-border-radius: 3px; /*Para que funcione en Mozilla*/
	-khtml-border-radius: 3px; /*Para Konqueror y Safari */
	-webkit-border-radius: 3px;
	border-radius: 3px; /*Forma normalizada*/
	}


/* HEADER
*****************************/
#header {
	position: relative;
	margin: auto;
	width: 1000px;
	height: 170px;
	z-index: 0;
	}
	
* html #header {
	margin-left: 1px;
	}

#header h1 {
	width: 1000px;
	height: 170px;
	background-image: url(../images/header_vademecum.jpg); /* Cambiar por el que toque */
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 0;
	}

#header h1 span {
	display: none;
	}

#header_home {
	position: relative;
	margin: 0 auto 0 auto;
	width: 1000px;
	height: 170px;
	}

#header_home h1 {
	width: 1000px;
	height: 170px;
	background-image: url(../images/header_vademecum_home.jpg); /* Cambiar por el que toque */
	background-position: top center;
	background-repeat: no-repeat;
	}

#header_home h1 span {
	display: none;
	}

/* BODY
****************************/

#body {
	margin: auto;
	width: 960px;
	height: auto;
	text-align: left;
	}

#body {
	margin-bottom: 20px;
	}

/*** Main ***/
#body #main {
	float: left;
	margin: 10px 20px 0 10px;
	*margin-left: 5px; /* Hack para IE6, sino queda 5px desplazados a la derecha por razones desconocidas */
	width: 600px;
	height: auto;
	padding-right: 5px;
	}

/* ANUNCIO
*****************************/

div#divStayTopLeft {
	width: 310px;
	background-color: #BFE5F9;
	padding: 10px;
	-moz-border-radius: 10px; /*Para que funcione en Mozilla*/
	-khtml-border-radius: 10px; /*Para Konqueror y Safari */
	-webkit-border-radius: 10px;
	border-radius: 10px; /*Forma normalizada*/
	border: 1px solid #999999;
	border-width: 0 1px 1px 0;
	z-index: 100;
	}


table#datos_anuncio {
	width: 100%;
	}

table#datos_anuncio th {
	background-color: #006699;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	border: 1px solid #666666;
	border-width: 0 1px 1px 0;
	padding: 3px;
	-moz-border-radius: 3px; /*Para que funcione en Mozilla*/
	-khtml-border-radius: 3px; /*Para Konqueror y Safari */
	-webkit-border-radius: 3px;
	border-radius: 3px; /*Forma normalizada*/
	}

table#datos_anuncio td {
	background-color: #FFFFCC;
	padding: 3px;
	border: 1px solid #333333;
	font-size: 11px;
	border-width: 0 1px 1px 0;
	-moz-border-radius: 5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius: 5px; /*Para Konqueror y Safari */
	-webkit-border-radius: 5px;
	border-radius: 5px; /*Forma normalizada*/

	}



/* CATEGORIA
****************************/

div.categoria {
	position: relative;
	width: 95%;
	background-color: #BFE5F9;
	padding: 10px; 
	-moz-border-radius: 10px; /*Para que funcione en Mozilla*/
	-khtml-border-radius: 10px; /*Para Konqueror y Safari */
	-webkit-border-radius: 10px;
	border-radius: 10px; /*Forma normalizada*/
	margin-bottom: 3px;
	border: 1px solid #999999;
	border-width: 0 1px 1px 0;
	}
	
div.categoria_novedades {
	position: relative;
	width: 95%;
	background-color: #e3cccc;
	padding: 10px; 
	-moz-border-radius: 10px; /*Para que funcione en Mozilla*/
	-khtml-border-radius: 10px; /*Para Konqueror y Safari */
	-webkit-border-radius: 10px;
	border-radius: 10px; /*Forma normalizada*/
	margin-bottom: 3px;
	border: 1px solid #999999;
	border-width: 0 1px 1px 0;
	}

div.categoria_even {
	position: relative;
	width: 95%;
	background-color: #F2F2F2;
	padding: 10px; 
	-moz-border-radius: 10px; /*Para que funcione en Mozilla*/
	-khtml-border-radius: 10px; /*Para Konqueror y Safari */
	-webkit-border-radius: 10px;
	border-radius: 10px; /*Forma normalizada*/
	margin-bottom: 3px;
	border: 1px solid #999999;
	border-width: 0 1px 1px 0;
	}

select {
	font-size: 10px;
	background-color: #666666;
	color: #FFFFFF;
	}

/*
* html select {
	text-transform: lowercase;
	}
*/

table.result_anuncio {
	width: 100%;
	font-size: 11px;
	}

table.result_anuncio th {
	background-color: #006699;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #666666;
	border-width: 0 1px 1px 0;
	padding: 3px;
	-moz-border-radius: 5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius: 5px; /*Para Konqueror y Safari */
	-webkit-border-radius: 5px;
	border-radius: 5px; /*Forma normalizada*/
	}

table.result_anuncio td {
	background-color: #FFFFCC;
	padding: 3px;
	border: 1px solid #333333;
	border-width: 0 1px 1px 0;
	-moz-border-radius: 5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius: 5px; /*Para Konqueror y Safari */
	-webkit-border-radius: 5px;
	border-radius: 5px; /*Forma normalizada*/

	}


/* LOADING
******************************/

.loading {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 15px;
	left: 500px;
	background-image: url(/images/ajax-loader.gif);
	background-repeat: no-repeat;
	}





/* LOGIN
******************************/

.border_login {
	float:left;
	margin: 45px auto;
	border: 1px solid #E8EEFA;
	padding: 5px;
	width: 290px;
	text-align: center;
	color: #003366;
	-moz-border-radius: 5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius: 5px; /*Para Konqueror y Safari */
	-webkit-border-radius: 5px;
	border-radius: 5px; /*Forma normalizada*/
	}

table#login {
	background-color: #E8EEFA;
	width: 290px;
	height: 100px;
	padding: 5px;
	-moz-border-radius: 5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius: 5px; /*Para Konqueror y Safari */
	-webkit-border-radius: 5px;
	border-radius: 5px; /*Forma normalizada*/
	}

table#login th {
	text-align: right;
	}


table#precios_vademecum {
	margin: auto;
	width: 50%;
	border: 1px solid #CCCCCC;
	text-align: center;
	}

table#precios_vademecum td.titulo {
	padding: 5px;
	background-color: #ADB9C7;
	text-align: center;
	}

table#precios_vademecum th {
	padding: 5px;
	background-color: #E8EEFA;
	}
	
div#escoje_pais {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -150px;
	width: 300px;
	height: 120px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-align: center;
	padding: 10px;
	}


span#registro {
	cursor: pointer;
	color: #003366;
	}

span#registro:hover {
	text-decoration: underline;
	}
	


/* TEXTO PORTADA
******************************/

table#texto_portada {
	line-height: 25px;
	}

table#texto_portada td#database {
	background-image: url(/images/database.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	}
	
table#texto_portada td#email {
	background-image: url(/images/email.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	}

/* FOOTER
******************************/

#footer {
	clear: both;
	margin: 0 auto;
	width: 1000px;
	height: 70px;
	padding-top: 60px;
	background-image: url(../images/footer_vademecum.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	color: #CCCCCC;
	}





/* MENU
*****************************/

#menu {
	margin: auto;
	width: 960px;
	height: 50px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	
	}
	
