/* CSS Once */
/* /////////////////////////////////////////////////////////////////// */
/* Estilos generales */
body {
	background-color:#FFFFFF;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
a {
	color:#0099FF;
	text-decoration:none;
	}
a:hover {
	color:#0099FF;
	text-decoration:underline;
	}
	
h1 {
	color:#26435F;
	font-size:14px;
	font-weight:bold;
	margin:4px 0px;
	}

.galeria {
	padding:5px;
	border:1px solid #CCCCCC;
	}
/* /////////////////////////////////////////////////////////////////// */	
/* HEADER */
#header {
	width:779px;
	margin:0 auto;
	vertical-align:middle;
	padding:6px 0px;
	text-align:right;
	font-size:11px;
	}
#header a {
	color:#000066;
	margin:0px 3px;
	}
#header a:hover {
	color:#000066;
	text-decoration:underline;
	}
	
/* /////////////////////////////////////////////////////////////////// */	
/* CONTENEDOR */
#contenedor {
	background:url(../images/bg_all.gif) repeat-y;
	background-color:white;
	width:779px;
	margin:0 auto;
	}
	
/* NAVEGACION IZQUIERDA ///////////////////////*/
#nav_izq {
	width:161px;
	padding:0px 7px 0px 7px;
	float:left;
	}	
#logo {
	border-top:7px solid white;
	margin:0px;
	padding:0px;
	background:#091B59;
	height:145px;

	overflow:hidden;
	}
#newsletter {
	width:161px;
	height:81px;
	margin:0px;
	padding:0px;
	background:#FF9900;
	overflow:hidden;
	}
#newsletter P {
	margin:4px 0px;
	padding:0px;
	font-size:10px;
	}
	
/* SUB MENU */
#sub_menu {
	background:url(../images/shadow_top.gif) repeat-x top left;
	background-color:white;
	margin:1px 0px 0px 0px;
	padding:0px;
	float:left;
	display:block;
	width:161px;
	font-size:11px;
	}
#sub_menu UL {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#sub_menu UL LI {
	margin:0px;
	padding:3px;
	border-bottom:1px solid #CCCCCC;
	}
#sub_menu UL LI a {
	background:url(../images/arrow_blue.gif) no-repeat left center;
	padding:0px 0px 0px 12px;
	}
#sub_menu UL LI a:hover {
	color:#2E7EBB;
	}
#sub_menu UL LI a:visited {
	color:#8BACC3;
	}

/* OTROS LINKS */
#otros_links {
	background:#FE9900;
	width:161px;
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	}
.otro_li {
	margin-bottom:0px;
	}
	
/* CONTENIDO /////////////////////////// */
#contenido {
	width:597px;
	float:left;
	padding:7px 7px 0px 0px;
	}
#banner_top {
	margin:0px;
	padding:0px;
	height:68px;
	overflow:hidden;
	background:#FFE2B8;
	}
#main_menu {
	background:#091B59;
	margin:0px 0px 7px 0px;
	height:31px;
	overflow:hidden;
	}
#main_image {
	background:#DCDFE4;
	height:225px;
	overflow:hidden;
	margin:0px 0px 7px 0px;
	}
#inner_image {
	background:#FFCC99;
	height:120px;
	overflow:hidden;
	margin:0px 0px 7px 0px;
	}
#main_content {
	background:url(../images/shadow_top.gif) repeat-x top left;
	margin:0px;
	padding:15px 25px 0px 25px;
	display:block;
	_height:600px;
	min-height:600px;
	overflow:visible;
	}
#main_content UL {
	margin:20px;
	}
.foto_inicio {
	float:left;
	margin:0px 10px 10px 0px;
	}
.foto_nov {
	float:right;
	margin:0px 0px 10px 10px;
	}

#bottom_menu {
	background:url(../images/shadow_foot.gif) repeat-x bottom left;
	text-align:right;
	padding:65px 5px 5px 5px;
	font-size:11px;
	}
#bottom_menu a {
	margin:0px 3px;
	}
#bottom_menu a:hover {
	color:#2E7EBB;
	}
#bottom_menu a:visited {
	color:#8BACC3;
	}

/* Galeria de imagenes */

.thumb {
	border:0px;
	}
.pie_foto {
	color:black;
	font-size:11px;
	padding:5px 0px 0px 0px;
	display:block;
	width:125px;
	line-height:11px;
	text-align:left;
	}
	
/* Sitemap */
.sub_item {
	margin:0px 0px 0px 10px;
	}

/* PRODUCTOS */

.rec_prod a {
	display:block;
	background:white;
	clear:both;
	margin:0 auto;
	vertical-align:middle;
	width:515px;
	border:1px solid #ededed;
	padding:15px 15px 40px 15px;
	/padding:15px;
	color:black;
	}
.rec_prod a img#log {
	float:left;
	margin-right:15px;
	}
.rec_prod a:hover  {
	background:#ededed;
	text-decoration:none;
	color:black;
	}
.turquesa {
	color:#0099FF;
	}
.turquesa a:hover {
	text-decoration:underline;
	}

/* FORM */
input, textarea, select {
	background:#CCCCCC;
	border:0px;
	border-bottom:1px solid #999999;
	padding:2px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	width:220px;
	}
#newslet {
	width:20px;
	background:#F7f7f7;
	}
#enviar, #borrar {
	width:95px;
	margin:0px 0px 0px 10px;
	background:#ededed;
	border-top:1px solid #f5f5f5;
	border-left:1px solid #f5f5f5;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}
.error {
	color:#FF0000;
	font-weight:bold;
	}
	
/* Extras */

.smaller { font-size:10px; }
.pie_foto { font-size:10px; }	
.cursiva { font-style:italic; }
#volver_arriba img { margin-bottom:3px; }

/* FOOTER /////////////////////////////////////////////////////////////// */
#footer {
	background:white;
	display:block;
	clear:both;
	padding:7px;
	margin:0px;
	text-align:right;
	font-size:11px;
	color:#333333;
	}
	
	
/* Newsletter */
#suscribe {
	margin:5px;
	padding:0px;
	}
#suscribe textarea, input {
	width:130px;
	border:0px;
	}
#anotarme {
	background:url(../images/suscribirse.gif) no-repeat left top;
	width:79px;
	height:10px;
	border:0px;
	margin:7px 0px 0px 50px;
	}	
.gracias {
	color:white;
	}

/* POP-UP */
#popup {
	background:#FF9900;
	margin:0px;
	padding:0px;
	}
	
	
/* Talleres */
.titulo_mes {
	background:#d7d7d7;
	display:block;
	padding:2px;
	}

.taller_nuevo, .taller_nuevo_dest, .taller_suspendido {
	display:block;
	margin:20px 0px;
	border-bottom:1px solid #CCCCCC;
	}
.taller_nuevo_dest { border:4px double #FF6600; padding:0px 5px; }

.taller_suspendido { border:4px double #CC0000; padding:0px 5px; color:#CC0000; } 
.taller_sinvacantes { color:#CC0000; font-weight:bold; display:block; margin:5px 0px; }

.taller_nuevo h1, .taller_nuevo_dest h1, .taller_suspendido h1 { font-size:13px; color:black; font-weight:bold; }
.taller_nuevo_dest strong { font-size:16px; color:black; font-weight:bold; margin-bottom:3px; }
.taller_suspendido strong { font-size:16px; font-weight:bold; margin-bottom:3px; }
.taller_nuevo p, .taller_nuevo_dest p, .taller_suspendido p { line-height:16px; }
.taller_nuevo p.dest { color:#003366; font-weight:bold; }

.taller_nuevo h2, .taller_nuevo_dest h2, .taller_suspendido h2 { font-size:13px; color:#000000; margin:0px; padding:0px; }

.taller_viejo { }

#banner_eldei { border-top:2px solid #FF9900; }