.Estilo3 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Estilo4 {
	font-size: 11px;
	font-weight: bold;
}
.Estilo5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #275C98;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.altolinea {
	line-height: 14px;
}
body {
	background-color: #dcdcdc;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 0px;
}
a:link {
	color: #275C98;
	text-decoration: none;
}
a:visited {
	color: #275C98;
	text-decoration: none;
}
a:hover {
	color: #275C98;
	text-decoration: underline;

}
a:active {
	color: #3173BB;

}
a.mail:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3173BB;
	font-weight: bold;
}
a.mail:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #3173BB;
	font-weight: bold;
}
a.mail:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #3173BB;
	font-weight: bold;
	decoration: underline

}
a.mail:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #CC9900;
	font-weight: bold;
}
a.menu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #FFFFFF;
	font-weight: bold;
}
a.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #FFFFFF;
	font-weight: bold;
}
a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #FFFFFF;
	font-weight: bold;
	decoration: underline

}
a.menu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #FFFFFF;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
.textopequeno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

h1 {
	font-size: 14px;
	color: #006699;
}
.Estilo10 {
	font-size: 12px;
	font-weight: bold;
	color: #275C98;
}
.Estilo12 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #275C98;
}
.Estilo11 {
	font-size: 12px;
	color: #FFFFFF;
}
a.footer:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a.footer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a.footer:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.Estilo14 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #BC782E;
}
.titresaltar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
}

.Estilo18 {
	font-size: 12px;
	line-height: 16px;
}
.volada{
	font-family: verdana;
	font-size: 0.8em;
	color: #0C5D9E;
	width: auto;
	font-weight: normal;
	
}
.bajada{
	font-family: verdana;
	font-size: 0.8em;
	color: #0C5D9E;
	width: auto;
	font-weight: normal;
}
.noticia_imagen_contenedor{
   		margin:0 10px 10px 0;
   		text-align: center;
   		float:left;
}
.noticia_lead_imagen_container{
   		text-align: center;
   		float:left;
   		margin:0 10px 10px 0;
}
.noticia_lead_imagen{
		border: 1px solid #000000;

}
.noticia_lead_imagen_comentario{
   		text-align: center;
		font-size:0.85em;
		color:#666666;
		background-color: #EFEFEF;
		padding:3px 0 3px 0;
} 
/*
########################################################
#													   #
# 				    SLIDESHOW STYLES				   #
#													   #
########################################################
*/

	#dhtmlgoodies_slideshow{
		width:720px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 527px;	/* IE 5.x */
		height/* */:/**/515px;	/* Other browsers */
		height: /**/515px;
				
	}
	#previewPane img{
		line-height:515px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:1.2em;
		padding-top: 8px;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:250px;
		top:240px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:1.1em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
/*
########################################################
#													   #
# 				  END SLIDESHOW STYLES				   #
#													   #
########################################################
*/

