/* HOME.CSS */


/* CAJAS SUPERIORES ================ */
#cajas_superiores {
	clear: both;
	width: 960px;
	padding: 10px 0px;
	/* background: url(../../images/templatemo_content_top.jpg) top no-repeat; */
}

	#cajas_superiores h1 {
		color: #1b2308;
		font-size: 24px;
		margin: 0 20px 15px 20px;
		padding: 0 0 15px 0;
		border-bottom: 1px dotted #1b2308;
	}
	
	#cajas_superiores h2 {
		font-size: 14px;
		color: #1f1f1f;
		margin: 0;
		padding: 0 0 5px 0;
	}
	
	#cajas_superiores p {
		margin: 0px;
		padding: 0px;
	}

	#cajas_superiores .caja {
		float: left;
		width: 215px;
		margin-left: 20px;
	}
	
	#cajas_superiores .caja a {
		color:#333333;
		text-decoration:none;
		font-weight:normal;
	}
	#cajas_superiores .caja a:hover {
		text-decoration:none;
		background-color:#F5F5F5;
	}
	
	#cajas_superiores .caja img {
		margin-bottom: 5px;
		border: 5px solid #e1e0e0;
	}
	
	#cajas_superiores .caja .leermas {
		margin-bottom: 0px;
		border:none;
	}
/* ================================= */

/* CONTENIDO ======================= */

/* modif */
#contenido #contenido_interior_izq {
	background-color:#d9dadb;
	/* border:5px solid #9c9e9f; */
	padding:10px 15px 0;
	width:654px;
	height:264px; /* antes: height:auto; */
	min-height:255px;
	max-height:357px;
}
#contenido #contenido_interior_izq img {
	width:176px;
	height:232px;
	border:5px solid #aeafaf;
}
#contenido #contenido_interior_izq h1 {
	/* background-color:#FFFFFF; */
	color:#333333;
	padding:5px;
	font-size:20px;
	margin-bottom:5px;
}
#contenido #contenido_interior_izq h2 {
	font-family:Verdana,Arial;
	font-size:16px;
	color:#8a8b8b;
	margin-top:0px;
}
#contenido #contenido_interior_izq .leermas {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	border:none;
	/* position:absolute; */
}
 
/* modif */
#contenido #contenido_interior_der {
	background-color:#e9f0d8;
	/* border:2px solid #5e7428; */
	padding:10px 20px 0;
	width:175px;
	height:264px; /* height:auto; */
	min-height:255px;
	max-height:357px;
}
#contenido #contenido_interior_der img {
	max-width:189px;
	max-height:200px;
	margin-top:2px;
	margin-bottom:0px;
	border:5px solid #7b8959;
}
#contenido #contenido_interior_der h1 {
	/* background-color:#5e7428; */
	color: #5e7428; /* color:#FFFFFF; */
	padding:5px;
	font-size:20px;
	height:20px;
}
#contenido #contenido_interior_der .leermas {
	margin:0;
	padding:0;
	border:none;
}

/* ================================= */
