
/* CSS Document */
<!--

html, body {
background-color: #CCCCCC; font-size: 1em; padding:5px; margin:0;}

* html body {
font-size: 1em;}

html, body a {color:#333333;}

table.contenedor {
background-color: #FFFFFF;
border: solid 4px #B2B2B2;
overflow:hidden;
min-width:760px;
}

a img {border:none;}

table {border:0px; margin:0px; padding:0px;}




/* AREA CENTRAL */

/* INICIO AREA CENTRAL DE NOTICIAS */

#noticias {
border-right: dashed 1px #CCCCCC;
border-left: dashed 1px #CCCCCC;
padding:0 8px;}


	/* AREA ULTIMAS NOTICIAS */
	#noticias table.ultimasnoticias {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#6F7D97;
	font-size:0.7em;}
	
	#noticias table.ultimasnoticias p.fecha {
	color:#6F7D97;
	text-align:right;
	margin:0px 10px 10px 0px;}

	#noticias table.ultimasnoticias h1{
	font-size:1em;
	text-align:justify;
	margin:0px 10px 10px 0px;}

	#noticias table.ultimasnoticias p{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:justify;
	margin:0px 10px 10px 0px;}

	#noticias table.ultimasnoticias p.verultimnoticia {
	text-align:right;
	margin:0px 3px 10px 0px;
	vertical-align:bottom;}

	#noticias table.ultimasnoticias p.verultimnoticia a {
	color:#6F7D97;
	font-size:0.9em;
	border:0px;}

	#noticias table.ultimasnoticias {}

	#noticias table.ultimasnoticias tbody tr td  {
	border-bottom: 2px solid #6F7D97;
	padding:1em 0;}

	#noticias table.ultimasnoticias tbody tr td hr {
	color:#6F7D97;
	height:2px;
	margin: 0.5em 0;
	clear:both;}
 
 		/*Mozilla opera*/
 		#noticias table.ultimasnoticias tbody tr td hr {
		margin-bottom:0.5em;
		border-top: 2px solid #6F7D97;
		clear:both;
 		}
		


	/* FIN AREA ULTIMAS NOTICIAS */


	/* INICIO AREA NOTICIAS GENERALES*/

	#noticias table.generales {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:0.7em;
	}

/*Solo para los titulares de campaņas y socios de la homepage*/

	#noticias table.generales H3.homemaintitle a{
	color:#FFFFFF;
	text-decoration: none;
	background: url(../img/ImgCAMP_titulares_column.gif) no-repeat top right;
	display: block;
	margin: 0px;
	padding: 8px 15px 10px 10px;
	}

	#noticias table.generales H3.homemaintitle{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-image:url(../img/FondoCAMP_titulares_column.gif);
	background-repeat:repeat-x;
	text-align:right;
	}

	#noticias table.generales H3{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-image:url(../img/Fondo_titulares_column.gif);
	background-repeat:repeat-x;
	text-align:right;
	}

	#noticias table.generales H3 a{
	color:#FFFFFF;
	text-decoration: none;
	background: url(../img/Img_titulares_column.gif) no-repeat top right;
	display: block;
	margin: 0px;
	padding: 8px 20px 10px 10px;
	}

	#noticias table.generales H4{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	margin-top: 1px;
	}
	
	#noticias table.generales img{
	border:solid 1px #D8D8D8;
	margin:2px 8px 8px 0px;}	

		#noticias table.generales hr {
		clear:both;
		color:#999;
		height:1px;
		margin: 8px 0px;}
 
 		/*Mozilla opera*/
 		#noticias table.generales hr {
		clear:both;
		height: 0px;
		margin: 8px 0px;
		border-top: 1px solid #999;
 		border-bottom: none;
		
		/*overflow: auto;*/
 		}
 
	
	#noticias table.generales p.masinfo{
	text-align:right;
	vertical-align:middle;
	padding:0px;
	margin:0px;
	clear:both;
	}
	
	#noticias table.generales p.masinfo a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#D72B00;
	font-size:0.9em;
	text-decoration:none;
	background: url(../img/masinfo.gif) no-repeat top right;
	display: block;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}
	
	
	#noticias table.generales p.masinfo a:hover {
	text-decoration:underline;
	}
	
	
	
	
	
	/* AREA SEPARACION ENTRE COLUMNAS */
	#noticias td.medianil {
	background-image:url(../img/Fondo_medianil.gif);
	background-repeat:repeat-y;
	width:13px; 
	margin:0px 5px;}
	/* AREA SEPARACION ENTRE COLUMNAS */

	/* INICIO AREA NOTICIAS GENERALES*/

.derecha { 
text-align:right; 
vertical-align:top;}

.izqda {
text-align:left; 
vertical-align:middle;
}

/* FIN AREA CENTRAL DE NOTICIAS */


/*AREA DERECHA BANNERS */

td.imgslaterales {
width:145px; 
font-family:Arial, Helvetica, sans-serif;
text-align:justify;
padding: 0px 5px;
}
td.imgslaterales img.banner{
margin-bottom:12px;
}

p.copy{
color:#999999;
padding:0px 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:0.7em;
text-align:justify;
}
/* FIN AREA DERECHA BANNERS */

/* ESTILOS DEL MENU DESPLEGABLE */
#popUpDiv {
 position: absolute;
 background-color: #eeeeee;
 top:25px;
 left:100px;
 width:600px;
 height:600px;
 z-index: 300;
}
#popCristal {
 display: block;
 position: absolute;
 zoom: 1;
 top:0px;
 left:0px;
 width:1024;
 height:1000;
 opacity: 0; /* Standards Compliant Browsers */
 filter: alpha(opacity=0); /* IE 7 and Earlier */
 /* Next 2 lines IE8 */
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 background-color: #EEEEEE;
 z-index: 1000;
}

/*Imagenes centrales de la Home*/
.capaimagen_izq { float:left; margin-right:1em; margin-bottom:1em; width:35%; text-align:left; }
.capaimagen_dcha{ float:right; margin-left:1em; margin-bottom:1em; width:35%; text-align:right;}

-->


/*CLEARFIX
----------*/


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {display: inline-block;}
      /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
      /* End hide from IE-mac */

a.ver_radio { background: url(../img/radio.png) 0 0 no-repeat; padding:0.1em 2em 0.1em 0.5em; padding-left:2em; color:#6F7D97; text-decoration:none; }
a.ver_video { background: url(../img/video2.png) 0 0 no-repeat; padding:0.1em 2em 0.1em 0.5em; padding-left:2em; color:#6F7D97; text-decoration:none;}
