
#wrapper {
	width: 530px;
	margin: 0px;
	text-align: left;
}

#wrapper_670x308 {
	width: 670px;
	margin: 0px;
	text-align: left;
}
#content {
	font-size: 20px; 
	line-height: 12px;
}
.titular_principal {
  	font-family: Arial, Helvetica, sans-serif; 
  	font-size: 22pt; 
  	font-style: normal;
  	line-height: 22px;
  	font-weight: bolder;
  	font-variant: normal;
  	text-transform: none;
  	text-decoration: none;
  	color: #00004A;
}
	
.leyenda_foto { 
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 9pt;
  	font-weight: normal;
  	font-variant: normal;
 	text-transform: none;
 	text-decoration: none;
  	line-height: normal;
  	font-style: normal;
  	color: #666666}
	
.texto_resumen { 
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 10pt;
  	font-weight: normal;
  	font-variant: normal;
 	text-transform: none;
 	text-decoration: none;
  	line-height: normal;
  	font-style: normal;
  	color: #ffffff}
	
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: bolder; 
	font-variant: normal;
	text-transform: none; 
	text-decoration: none; 
	color: #00004A
}

#content h2 {
	font-size: 1.2em;
	margin-top: 0em;
}

div.cf_wrapper
{
	position: relative;
}
	
div.cf_element
{
	width: 530px;
	height: ;
	background-color: ;
	border: ;
}
	
div.cf_element div.content
{
	padding: 0px;
}

div.cf_element div.content h3
{
	padding-top: 0;
	margin-top: 0;
}
	
.centrar-imagen {
	text-align: left;
} 

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px;
	border-bottom-width: 0px;
	width: 530px; /*width of featured content slider*/
	height: 345px;
}

.sliderwrapper_670x308{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px;
	border-bottom-width: 0px;
	width: 670px; /*width of featured content slider*/
	height: 407px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 10px;
	background: white;
	width: 670px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.sliderwrapper_670x308 .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 10px;
	background: white;
	width: 670px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 530px;
	text-align: center;
	background-color: #FFFFFF;
	padding: 0px 0px;
	vertical-align: middle;
	text-align: center;

}
.pagination_670x308{
	width: 670px;
	text-align: right;
	background-color: #FFFFFF;
	padding: 0px 0px;
	vertical-align: middle;
	text-align: center;

}
.pagination a{
	padding: 0 5px;
	text-align: center; 
	color: #013366;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #013366;
	text-decoration: none;
}
.pagination_670x308 a{
	padding: 0 5px;
	text-decoration: none; 
	color: #013366;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #013366;
	text-decoration: none;
}
.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #CCCCCC;
}
.pagination_670x308 a:hover, .pagination_670x308 a.selected{
	color: #000;
	background-color: #CCCCCC;
}
