/* PAGINAS INTERIORES */
/* INTERIORES.CSS */

#contenido #contenido_interior_izq {
	min-height:250px;
	height:auto;
}
#contenido #contenido_interior_izq p {
	/* border-left:10px solid #bac59a; */
	background-image:url(../../imgs/interior_pastilla_verde.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:30px;
}
#contenido #contenido_interior_izq p img {
	float:right;
	border:none;
	margin-left:1cm;
}
#contenido #contenido_interior_izq p a {
	background-image:url(../../imgs/leermas.jpg);
	background-repeat:no-repeat;
	background-position:100% 0;
	padding-right:25px;
}

#contenido #contenido_interior_der {
	min-height:250px;
	height:auto;
}

#cabecera_botones_der {
	float:right;
	line-height:1.1em;
	margin-top:-10px;
}
#cabecera_botones_der a {
	float:right;
	width:90px;
	color:#333333;
	text-align:left;
	font-size:10px;
}
#cabecera_botones_der img {
	border:5px solid #E1E0E0;
}

.con_linea_verde {
	background-image:url(../../imgs/interior_pastilla_verde.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:30px !important;
}

/* SUBMENU ============================ */
#submenu {
	clear: both;
	width: 960px;
	margin: 0;
	height: 20px;
	background-color:#000000;
}

	#submenu ul {
		padding: 0 0 0 25px;
		margin: 0 auto;
		height: 45px;
		list-style: none;
	}

	#submenu ul li {
		float:left;
		padding-right: 25px;
	}

	#submenu li a {
		float: left;
		display: block;
		color: #fff;
		font-size: 12px;
		height: 45px;
		/* line-height: 40px; */
		text-align: center;
		padding: 0px 0 0 0px;
		font-weight:normal;	
	}
	#submenu  li a b {
		float: left;
		display: block;
		padding: 0px 24px 0 10px;
	}
	#submenu  li.current a, #menu  li a:hover {
		color: #b4c927;
		text-decoration: none;
		background: url(../../imgs/menu_hover_right.jpg) right top no-repeat; 
	}
	#submenu  li.current a b, #menu li a:hover b {
		color: #b4c927;
		text-decoration: none;
		background: url(../../imgs/menu_hover_left.jpg) left top no-repeat;
	}
/* ================================= */
