/* 
	VERDE OSCURO: 		#004029	
	MARRONCITO CLARO:	#c8ae5d
	MARRON OSCURO:		#d27818;
	COLOR DARRIBA:		#c07119;
*/

@import "fondosConcretosContenido.css";
@import "texto.css";
@import "cabecera.css";

body  {
	background: 	url("images/fondoIzquierda.jpg") repeat-y #8e993f;
}

html * {
	border:			none;
	padding:		0px;
	margin:			0px;	
	/*list-style: 	none;*/
}

#seccion {
	margin-left:	100px;
	margin-right: 	100px;
}

a#logo {
	display:		block;
	width:			152px;
	height:			48px;
	padding-top:	90px;
	padding-right:	15px;
	text-align:		right;
	text-decoration:none;
	color:			#004029;
	background: 	url('../imagenes/logo.png'); 
	font-family: 	Georgia;
	letter-spacing: -2px;
}



a#logo span {
	display:		none;
}

hr {
	border:		none;
	clear:		both;
}

#izquierda {
	width:			167px;
	position:		absolute;
	left:			0;
}

.subSeccion {
	margin-top: 	15px;
}

#contenido {
	width: 					833px;
	margin-left: 			167px;
	position: 				relative;
	min-height:				400px;
	height: 				auto !important;
	height: 				400px; 	
	background-color:		white !important;	
}

div.imagen {
	padding:		7px;
	margin-bottom:	10px;
}

div.imagen img {
	border:			3px solid #4c6c58;
}

div.imagen.derecha {
	float:			right;
	margin-left: 	10px !important;
	margin-left:	5px;	
	margin-right: 	-50px;
}

div.imagen.izquierda {
	float: 			left;
	margin-right: 	10px !important;
	margin-right:	5px;	
	margin-left: 	-50px;
}

a#botonPDF:hover {
	text-decoration: none !important;
	text-decoration: none;
} 

a#botonPDF {
	display: 		block;
	width: 			127px;
	height: 		18px;
	background: 	url("images/botonPDF.gif") no-repeat;
	text-align: 	center;
	color:			black;
	border:			none;
	font-weight: 	bold;
	font-size: 		1em;
}

.botonConBorde, .botonConBorde:hover {
	display: 		block;
	width: 			127px;
	height: 		18px;
	background: 	url("images/botonPDF.gif") no-repeat !important;
	text-align: 	center;
	color:			black !important;
	border:			none;
	font-weight: 	bold;
	font-size: 		1em;
	border:			none !important;
	line-height: 	18px;
	text-decoration: none !important;
}

div#columnaDerecha {
	width: 			147px;
	padding:		10px;
	background:		red;
	float:			right;
	background: 	#bbc28c;
}

.negrita {
	font-weight: 	bold;
}

/*
Cambio 10102008
*/
div#enlaces a:hover { 
		background: 		none !important; 
				}