@charset "UTF-8";
/* CSS Document */

body {
	background-color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
	position: relative;
	height: 26px;
	width: 920px;
	padding: 4px 0;
	margin: 10px 0;
	overflow: hidden;
	border-bottom:solid 1px #CCC;
	border-top:solid 1px #CCC;
}


/* Force the list to flow horizontally */
.lavaLamp li {
	float: left;
	list-style: none;
}


/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
	background: url("imagenes/lava.gif") no-repeat right -26px;
	width: 9px; height: 26px;
	z-index: 8;
	position: absolute;
}


.lavaLamp li.back .left {
	background: url("imagenes/lava.gif") no-repeat top left;
	height: 26px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
	color: #FFF;
}

/* Styles for each menu-item. */
.lavaLamp li a {
	font: normal 12px arial;
	text-decoration: none;
	color: #333;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 14px;    
}



.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
	border: none;
}

#contenedor {
	margin: 48px auto;
	width: 920px;
	min-height:570px;
	background:#FFF;
	border:solid 1px #000;
	padding:15px;
	overflow:auto;
}

#leyenda {
}

#portada {
	float:left;
	margin-right:48px;
	width:730px;
}

#principal {
	float:left;
	margin-right:36px;
	width:682px;
	padding-right:48px;
	border-right:solid 1px #CCC;
	min-height:360px;
	margin-top:12px;
}

#lateral {
	padding:16px;
}

.columna {
	float:left;
	margin-right:36px;
	
}

p {
	text-align:justify;
	line-height:150%;
}

p.line {
	text-align:justify;
	line-height:150%;
	padding-left:50px;
	padding-bottom:18px;
	background:url(imagenes/bg-line.gif) repeat-x left bottom;
}

span.caps {
	color: #FFF;
	display: block;
	float: left;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 34px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	padding:2px 8px;
	margin-right:4px;
	background-color: #F90;
	
}

h3 {
	font-size:24px;
	font-weight:normal;
	color:#007234;
	margin-top:0px;
}

.columna p {
	color:#393;
	line-height:100%;
	margin-top:0px;
	margin-bottom:12px;
}

span.nombre {
	display:block;
	margin-top:4px;
	color:#444;
}

span.direc {
	display:block;
	margin-top:2px;
	font-size:11px;
}

#principal a {

}

a.decoracion {
	text-decoration:none;

	padding: 0px 4px;
	color:#007234;
	background-color:#FFF;
	border-bottom:dashed 1px #666;
}
a:hover.decoracion {
	background-color:#EFEFEF;
}

a img
{
      border: none;
}

