/*tambien lo utlizamos para el blog y para prensa*/
#newsletter {
		width:200px;
		height:51px;
		display:block;
		/*text-align:center;*/
		text-align:left;
		margin:0 auto 20px auto		
	}

/*Llamada en portada a SERVICIOS*/
#participa {
		width:330px;
		height:80px;
		display:block;
		/*text-align:center;*/
		text-align:center;
		margin:0 0 0px 20px		
	}


h2 {
	font-size:30px;
	font-weight:100;
}

h3 {
	font-size:18px;
	margin-bottom:10px;
	font-weight:100;
	margin-left:20px;
}

.titulo {
	margin:10px 10px 20px 10px;
	
	width:auto;
	clear:both;
	padding:0 10px 10px 10px;
	background:url(../imagenes/linea-titulo.png) bottom right no-repeat;
}

.columna320 {
	float:left;
	width:320px;
	*width:310px;
	padding:20px 30px 20px 10px;
	*background:#FFF;
	/*background: url(../imagenes/noticias-background.jpg) repeat-x 0 130px;*/
	}

	.columna320 p {
		margin-bottom:20px;
		margin-left:20px;
	}
	
	.columna320 h3 {
			font-size:18px;
	margin-bottom:10px;
	font-weight:100;
	margin-left:20px;
	}


.columna200 {
	float:left;
	width:200px;
	padding:20px 30px 20px 10px;
	/*background: url(../imagenes/noticias-background.jpg) repeat-x 0 130px;*/
	}
	.columna200 p {
		margin-bottom:20px;
		margin-left:20px;
		text-align:center;
	}
	
.columna600 {
	float:left;
	width:520px;
	_width:460px;
	padding:20px 10px 20px 20px;
	*padding:20px 10px 20px 20px;
	*margin-left:10px;
	}

.contenido-libre-hsu {
	padding:0 20px 20px 20px;
}

.contenido-libre-hsu img {
	margin: 20px auto;
	display: block

}

.contenido-libre-hsu h1 {
	font-size:30px;
	font-weight:100;
	padding:20px 0 10px 0;
	background:url(../imagenes/linea-titulo.png) bottom right no-repeat;
}

.contenido-libre-hsu h2 {
	font-size:24px;
	font-weight:100;
	padding:20px 0 10px 0;
	margin-bottom:10px;
}

.contenido-libre-hsu h3 {
	font-size:20px;
	font-weight:80;
	padding:20px 0 10px 0;
	margin-bottom:10px;
}

.contenido-libre-hsu p {
	margin:10px 0;
				text-align:justify;

}

.contenido-libre-hsu ul {
	margin:20px 10px;
	list-style:disc;
	padding-left:10px;
}

.contenido-libre-hsu ol {
	margin:20px 10px;
	list-style:decimal;
	
	padding-left:10px;
}

/*Desplegable*/

.trigger {
	margin:10px 20px 10px 40px;
}

.block p {
	margin:0 60px;
}

h2.trigger {
	width:80%;
	float:left;
	clear:both;
	padding-top:0;
	background: none;
	text-align:left;
	font-size:14px;
		color:#666666;
		height:36px;
		vertical-align:baseline;
		cursor:pointer;
		font-weight:bold;
}


h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}

h2.trigger a:hover {
	color: #ccc;
}


.toggle_cotainer {
	margin: 0 0 5px;
	padding: 0;

	overflow: hidden;
	width:100%;
	clear: both;
}
.toggle_cotainer .block {	
	
}

.toggle_cotainer h3 {
	font: 14px;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}

.toggle_cotainer img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}

.tercer-nivel ul {
	
	padding: 5px 10px 10px 50px;
	
	font-size: 1.2em;
}

.tercer-nivel ul li {
	margin:10px 0;
}

.tercer-nivel ul li a {
	color:#FFCA00;
}

.tercer-nivel ul li a:hover {
	color:#666666;
}

.tercer-nivel ul li a.selected {
	color:#666666;
}

#slider {
    width: 580px; /* important to be same as image width */
    height: 410px; /* important to be same as image height */
	_height: 0;
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 580px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}


.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 554px;
	*width:554px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.topie6 {
    _padding: 10px 13px;
    _width: 554px;
    _background-color: #000;
    _color: #fff;
}

.columna600 span strong {
    _font-size: 20px;
}

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 20px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}



