@charset "UTF-8";
/* CSS Document */


/* Con esto añadimos el css que resetea todos los estilos */

@import url("reset.css");

.div_loading {
	visibility:	visible;
	position: absolute;
	float:left;
	height:150px;
	background:#FFF;
	
}

.div_loading img {
	margin-top:65px;
	
	}


	
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003567;
	text-align:center;
	background: url(imgs/fondo-web.jpg) repeat-x #ebebeb top left;

}

a {
	text-decoration:none;
	color:#429ef6;
}
a:hover {
	text-decoration:underline;
}

strong {
	font-weight:bold;
}
	
#contenedor {
	width:950px;
	margin: 20px auto 20px auto;
	text-align:left;
	background:#FFF;
	border:#003567 solid 1px;
}

#cabecera {
	width:950px;
	background: url(imgs/fondo-cabecera.jpg) no-repeat top left;
	text-align:right;
	}

#menu {
	text-align:left;
	padding-top:120px;
	height:58px;
	
}

#menu a {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding: 0px 20px 0 20px;
	margin: 0px;
	display:block;
}

#menu a:hover {
	color:#fff;
	background:url(imgs/fondo-menu-hover.png) repeat-x;
	text-decoration:none;
	border-right:#003567 1px solid;
	border-left:#003567 1px solid;
	padding: 0px 19px 0 19px;
	
	
}

#menu li {
	line-height:58px;
	float:left;
	
}

#submenu {
	height:83px;
	background: url(imgs/fondo-submenu.png) repeat-x;
	border-top:#333 1px solid;
	border-bottom:#333 1px solid;
	
}

#submenu a {
	font-size:12px;
	color:#666;
	height: 20px;
	width:205px;
	line-height:20px;
	background:url(imgs/ico-submenu.gif) no-repeat;
	margin: 0 0 0 10px;
	padding-left:20px;
	display:block;
	border-bottom:#999 1px solid;
	
}

#submenu .no-line {

	border-bottom:0px solid;
	
}

#submenu a:hover {
	color:#333;
	text-decoration:none;
	background:url(imgs/ico-submenu-hover.gif) no-repeat;
	
}

#submenu li {
	line-height:20px;
	float:left;
	
}

#flash {
	width:950px;
	text-align:left;
}

#contenido_izquierda {
	width:300px;
	float:left;
	text-align:left;
}

#contenido_izquierda h1 {
	font-size:16px;
	font-weight:bold;
	margin-left:35px;
	margin-bottom:15px;
	margin-top:15px;
}

#contenido_izquierda h2 {
	font-size:14px;
	font-weight:bold;
	margin-left:35px;
	margin-bottom:10px;
}

#contenido #contenido_izquierda p {
	font-size:12px;
	margin-left:35px;
	color:#666;
	}

#pie {
	height:63px;
	width:950px;
	text-align:center;
	
}

#anuncios-pie {
	background:#666;
	width:950px;
	text-align:center;
	padding-top:20px;
}

#creditos {
	text-align:center;
	background:#003567;
	height:20px;
}

#creditos p {
	color:#fff;
	line-height:20px;
	font-size:11px;
	text-align:center;
	
}


#contenido p {
	font-size:12px;
	line-height:14px;
	margin:10px 25px;
	color:#666;
}

h2 {
	
}

h3 {
	
}


p {
	
	}
	
p+p {
	
	}

#bots-catalogo {
	margin: 0px 0px 10px 20px;
}

#bots-catalogo li {
	float:left;
	margin: 0px 5px 5px 0px;
}

/* stilos para contenido con una sola columna */

#contenido_derecha {
	width:650px;
	float:left;
	margin:0px;
}

#contenido_derecha h1 {
	font-size:16px;
	font-weight:bold;
	margin:15px;
}

#contenido_derecha .texto-form {
	font-size:12px;
	line-height:25px;
	color:#666;
	text-align:right;
	vertical-align:top;
	padding-top:5px;
	padding-right:10px;
	}

#contenido_derecha input {
	font-size:12px;
	line-height:14px;
	color:#429ef6;
	width:375px;
	height:20px;
	border:#429ef6 solid 1px;
	margin-top:5px;
}

#contenido_derecha textarea {
	font-size:12px;
	color:#429ef6;
	width:375px;
	border:#429ef6 solid 1px;
}

.asterisco {
	color:#429ef6;
	font-size:14px;
	font-weight:bold;
}

#contenido_derecha p {
	font-size:12px;
	line-height:14px;
	color:#666;
}


/* Código para limpiar la propiedad float */



  	.limpiar:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
    }
	
	.limpiar {
		display:inline-block;
	}
	
	.limpiar {
		display:block;
	}
	
	* html .limpiar {
		height:1px;
	}
