/*
	To create a new color scheme, 
	find => replace following values with new color codes
	#efefef
	#f5f5f5
	#ddd
	#8f8f8f;
	#E64135
	
Table of Content
*******************************************
- HEADLINES
  -- Headlines in entries
  -- Mainpage headlines
  -- Other headlines
- MASTHEAD 
  -- Subscribe links, date and searchbox
- HEADER
  -- Right and left Quotes
  -- Site Name/logo
- NAVIGATION BARS
  -- Category list navigation
  -- Page list navigation
- PRIMARY TOP WRAPPER
  -- Main Content
     -- Featured Slider
	 -- The block below featured slider
  -- MidColPosts (Block between featured slider and 120*600 ad)
  -- 120-600 Ad Spot
- SECONDARY CONTENT WRAPPER
  -- Breaking News
  -- Secondary Content Mid Column
  -- Secondary Content Right Column
- MAIN PAGE PHOTO GALLERY BAR
- SUBNEWS (8 Block vertical posts)
- SIDEBAR (Main page sidebar)
- FOOTER

- GLOBALS and CLASSES
- INNER PAGE CONTENT
- INNER PAGE SIDEBARS
  -- Wide Sidebar
  -- Narrow Sidebar
- COMMENT STYLE
- COMMENT FORM ELEMENTS

- Image Size Adjustments * Some sections (eg, featured slider, featured slider thumbs, p.gallery...) requires certain size of images. To get exact values, some css rules are applied for those thumbnails
*/
@import url('font.css');
body {
	font: 15px "FuturaStdBook", arial, verdana, tahoma, sans-serif;
	color:#333333;
	background-color: #f0f0f0;
}
#wrapper {
	padding:5px 10px 5px;
	width:970px;
	margin:0 auto;
	font-size:.75em;
	background-color: #F0F0F0;
}
/* MENU
============================================================== */



/* FIN MENU
============================================================== */
/* HEADLINES
============================================================== */
h1,h2,h3,h4,h5,h6 { /*Global values for headings*/
	color:#666666;
	font-weight:normal;
	font: 1em/1.3em "FuturaStdBook", arial, "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}
/*HEADLINES IN POST */
.post h1 {
	font-size:18px;
	font-family: "FuturaStdBook", arial, "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
}
.post h2 {
	font-size:18px;
	font-family: "FuturaStdBook", arial, "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
}
.post h3 {
	font-size:18px;
	font-family:"FuturaStdBook", arial, verdana, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
}
.post h4 {
	font-size:16px;
	font-family: "FuturaStdBook", arial, verdana, tahoma, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
}

/* Style of titles for single post pages */
h1.singlePageTitle { 
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	color:#000000;
	font-size:24px;
	font-family: "FuturaStdExtraBold", arial, "Trebuchet MS", Helvetica;
	padding-top:2px;
	padding-bottom:4px;
	padding-left:6px;
	margin-bottom:10px;
/*
		background:url(../img/bgr_shadow.png) repeat-x; 	
*/
	background:url(../img/filete_puntos.png) no-repeat bottom left; 	
}
/* Style of titles for single post pages */
.singlePageTitle_izq { 
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	color:#000000;
	font-size:24px;
	font-family: "FuturaStdExtraBold", arial, "Trebuchet MS",Helvetica;
	padding-top:2px;
	padding-bottom:4px;
	padding-left:6px;
	margin-bottom:10px;
	background:url(../img/filete_puntos.png) no-repeat bottom left;
	float:left; 
	
}
.fecha_noti { 
	display:block;
	font-weight:bold;
	color:#666666;
	font-size:13px;
	font-family: "FuturaStdBook", "Trebuchet MS",Helvetica;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	margin-bottom:5px;
	float:left; 
}
.titular_noti { 
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	color:#333333;
	font-size:20px;
	font-family: "FuturaStdExtraBold", "Trebuchet MS",Helvetica;
	padding-top:2px;
	padding-bottom:4px;
	padding-left:6px;
	margin-bottom:5px;
	float:left; 
}
.antetit_noti { 
	display:block;
	font-weight:bold;
	color:#E20025;
	font-size:13px;
	font-family: "FuturaStdBook", "Trebuchet MS",Helvetica;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	margin-bottom:5px;
	float:left; 
}
.res_noti { 
	display:block;
	font-weight:bold;
	color:#666666;
	font-size:13px;
	font-family: "FuturaStdBook", "Trebuchet MS",Helvetica;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	margin-bottom:5px;
	float:left; 
}
.txt_noti { 
	display:block;
	font-weight:bold;
	color:#000000;
	font-size:13px;
	font-family: "FuturaStdBook", "Trebuchet MS",Helvetica;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	margin-bottom:5px;
	float:left; 
}
.singlePageTitle_der { 
	display:block;
	padding-top:2px;
	padding-bottom:4px;
	padding-left:6px;
	margin-bottom:10px;
	background:url(../img/filete_puntos.png) no-repeat bottom right; 	
	float:right;
}
.singlePageTitle_der_arri { 
	display:block;
	
	background:url(../img/filete_puntos.png) no-repeat bottom right; 	
	float:right;
}

/* MAIN PAGE HEADLINES */
/* Title of featured post on slider */
h2.featuredTitle { 
	font-size:20px;
	line-height:1.1em;
	font-family: "Trebuchet MS", Helvetica,Jamrul,sans-serif;
	display:block;
}
h2.featuredTitle a {
	color:#fff;
	display:block;
	padding:6px 5px 3px 6px;
}
h2.featuredTitle a:hover {
	text-decoration:underline;
}
/* Post titles for the top half (above photo gallery bar) on main page (except featured slider's title) */
h2.postTitle_gr {
	font-weight:bold;
	letter-spacing: normal;
	color:#069;
	font-size:24px;
	line-height:28px;
	margin-bottom:15px;
	margin-top:5px;
}
h2.postTitle_gr a {
	color:#069;
}
h2.postTitle_gr a:hover {
	color:#000;
}
h2.postTitle_gr2 {
	font-weight:bold;
	letter-spacing: normal;
	color:#069;
	font-size:20px;
	line-height:24px;
	margin-bottom:15px;
	margin-top:5px;
}
h2.postTitle_gr2 a {
	color:#069;
}
h2.postTitle_gr2 a:hover {
	color:#000;
}
h2.postTitle {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:16px;
	line-height:20px;
	margin-bottom:5px;
	margin-top:5px;
	color:#069;
}
h2.postTitle a {
	color:#069;
}
h2.postTitle a:hover {
	color:#000;
}
h2.postTitle_roja {
	font-weight:normal;
	letter-spacing:normal;
	margin: 5px;
	font-size:16px;
	line-height:20px;
	margin-bottom:5px;
	margin-top:5px;
	color:#E20025;
}
h2.postTitle_roja a {
	color:#E20025;
}
h2.postTitle_roja a:hover {
	color:#000;
}


h2.postTitle_con {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:14px;
	line-height:18px;
	margin-bottom:5px;
	margin-top:5px;
	color:#069;
}
h2.postTitle_con a {
	color:#069;
}
h2.postTitle_con a:hover {
	color:#000;
}
h2.postTitle_se {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:18px;
	line-height:20px;
	margin-bottom:5px;
	margin-top:5px;
	color:#069;
}
h2.postTitle_se a {
	color:#069;
}
h2.postTitle_se a:hover {
	color:#000;
}
h2.postTitle_con_pq {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:12px;
	line-height:16px;
	margin-bottom:5px;
	margin-top:5px;
	color:#069;
}
h2.postTitle_con_pq a {
	color:#069;
}
h2.postTitle_con_pq a:hover {
	color:#000;
}
h2.postTitle_blanco {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:13px;
	line-height:18px;
	margin-bottom:5px;
	margin-top:5px;
	color:#fff;
}
h2.postTitle_blanco a {
	color:#1a171b;
}
h2.postTitle_blanco a:hover {
	color:#fff;
}


/* Post titles for the top half (above photo gallery bar) on main page (except featured slider's title) */
h2.fecha {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:15px;
	line-height:17px;
	margin-bottom:5px;
	margin-top:5px;
	color:#666;
}
h2.fecha a {
	color:#E20025;
}
h2.fecha a:hover {
	color:#666;
}
/* Post titles for the top half (above photo gallery bar) on main page (except featured slider's title) */
p.postTitle_gris_conmargen {
	font-family: "FuturaStdBook", "Trebuchet MS",Helvetica;
	font-weight:normal;
	letter-spacing:-1px;
	font-size:15px;
	line-height:20px;
	margin-bottom:5px;
	margin-top:5px;
	padding: 5px 0px 5px 60px;
	color:#999999;
}
p.postTitle_gris_conmargen_aviso {
	font-family: "FuturaStdBook", "Trebuchet MS",Helvetica;
	font-weight:normal;
	letter-spacing:-1px;
	font-size:20px;
	line-height:30px;
	margin-bottom:0px;
	margin-top:30px;
	padding: 5px 0px 5px 60px;
	color:#999999;
}
.postTitle_aviso_rojo{
	font-weight:normal;
	font-family: "FuturaStdBook", "Trebuchet MS",Helvetica;
	letter-spacing:-1px;
	font-size:20px;
	line-height:30px;
	margin-bottom:5px;
	margin-top:5px;
	color:#E20025;
}
p.postTitle_gris {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:15px;
	line-height:17px;
	margin-bottom:5px;
	margin-top:5px;
	padding: 5px 0px 5px 0px;
	color:#999999;
}
.postTitle_rojo{
	
	font-weight:normal;
	letter-spacing:-1px;
	font-size:15px;
	line-height:17px;
	margin-bottom:5px;
	margin-top:5px;
	color:#E20025;
}
.postTitle_rojo_pq {
	font-family: "FuturaStdBook", "Trebuchet MS",Helvetica;
	font-weight:normal;
	letter-spacing:-1px;
	font-size:13px;
	line-height:15px;
	margin-bottom:5px;
	margin-top:5px;
	color:#E20025;
}
.form_txt {
	padding:0 0 0 1px;
	color:#999999;
	font-size:15px;
	font-family: "FuturaStdBook", "Trebuchet MS",Helvetica;
	width:350px;
	height:20px;
	border:#999999 solid 1px;	
}
.form_tex {
	padding:0 0 0 1px;
	color:#999999;
	font-size:15px;
	font-family: "FuturaStdBook", "Trebuchet MS",Helvetica;
	width:350px;
	height:200px;
	border:#999999 solid 1px;	
}
.form_bot {
	font-size:13px;
	font-family: "FuturaStdBook", "Trebuchet MS",Helvetica;
	color:#FFF;
	width:80px;
	height:24px;
	text-align:center;
	background-color:#999999;
	border:#999999 1px solid;
	text-transform:uppercase;	
}
h2.postTitle_rojo {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:15px;
	line-height:17px;
	margin-bottom:5px;
	margin-top:5px;
	color:#E20025;
}
h2.postTitle_rojo a {
	color:#E20025;
}
h2.postTitle_rojo a:hover {
	color:#000;
}


h2.postTitle_rojo_may {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:24px;
	line-height:26px;
	margin-bottom:5px;
	margin-top:5px;
	color:#E20025;
	text-transform:uppercase;
}
h2.postTitle_rojo_may a {
	color:#E20025;
}
h2.postTitle_rojo_may a:hover {
	color:#000;
}
h2.postTitle_rojo_may_2 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:24px;
	line-height:26px;
	margin-bottom:5px;
	margin-top:5px;
	color:#E20025;
	text-transform:uppercase;
	font-family: "FuturaStdExtraBold", "Trebuchet MS",Helvetica;
}
h2.postTitle_rojo_may_2 a {
	color:#E20025;
}
h2.postTitle_rojo_may_2 a:hover {
	color:#000;
}

/* The title of 8 vertical cols at the very bottom of main page */
h2.subnewsEntryTitle {
	font-size:13px;
	line-height:15px;
	margin-top:5px;
	margin-bottom:10px;
}
h2.subnewsEntryTitle a {
	color:#666666;
}
h2.subnewsEntryTitle a:hover {
	color:#e20025;
}
/* Title for the archive entries */
h2.archiveTitle {
	display:block;
	color:#8f8f8f;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:3px;
	padding-left:5px;
	margin-bottom:7px;
	letter-spacing:-1px;
	font-size:18px;
	font-weight:bold;
	background: url(../img/bgWriteComment.gif);
	border-left: 5px solid #e20025;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
}
h2.archiveTitle a{
	color:#666666;
}
h2.archiveTitle a:hover {
	color:#e20025;
}

h2.archiveTitle_ini {
	font-family: "FuturaStdBook", "Trebuchet MS",Helvetica;
	display:block;
	color:#356AA0;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:3px;
	padding-left:5px;
	margin-bottom:7px;
	letter-spacing:normal;
	font-size:18px;
	background: url(../img/bgWriteComment.gif);
	border-left: 5px solid #356AA0;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
}
h2.archiveTitle_ini a{
	color:#356AA0;
}
h2.archiveTitle_ini a:hover {
	color:#e20025;
}
h2.titlePhotoCat { /* Title for photo category archive posts */
	font-size:15px;
	font-weight:bold;
	line-height:14px;
	height:30px;
}
h2.titlePhotoCat a, h2.titlePhotoCat a:hover{
	color:#666666;
}
h2.titlePhotoCat_video { /* Title for photo category archive posts */
	font-size:15px;
	font-weight:bold;
	line-height:14px;
	height:40px;
}
h2.titlePhotoCat_video a, h2.titlePhotoCat_video a:hover{
	color:#666666;
}
h2.pageTitle { /* Title for the static pages */
	display:block;
	color:#666666;
	padding-top:6px;
	padding-bottom:6px;
	margin-bottom:5px;
	font-size:1.4em;
	background: url(../img/bgWriteComment.gif);
	padding-left:10px;
	border-left: 10px solid #e20025;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
}
/* Title for Breaking News, Tag Cloud and inner page widgets */
h3.widgetbgTitle {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background:#e20025;
	padding-left:7px;
	padding-top:4px;
	padding-bottom:3px;
	margin-bottom:5px;
}
h3.widgetbgTitle a, h3.widgetbgTitle a:hover {
	color:#fff;
}
h3.narrowSidebarTitle { /* Title of Photo Gallery on narrow sidebar */
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background:#e20025;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:10px;
}
h3.archiveTitle {
	font-weight:bold;
	font-size:15px;
	margin-bottom:3px;
}
h3#leaveComment{ /* Leave  a rely text above the comment form */
	font-weight:bold;
	text-transform:uppercase;
	font-size:.85em;
	color:#fff;
	clear:both;
	border-left:6px solid #efefef;
	background:#e20025;
	padding-left:7px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
}
h3#comments { /* Style that holds the number of comments made for the article below the article on single post page */
	display:block;
	font-size:1.7em;
	font-weight:normal;
	clear:both;
	display:block;
	color:#666666;
	margin-bottom:10px;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:0;
	background:url(../img/bgRespond.gif) no-repeat;
	height:74px
}
h3#comments span.respondEntryTitle { /* Style for the name of post that stands below the number of comments on single post page */
	display:block;
	color:#898989;
	font-size:14px;
	line-height:16px;
}

/* MASTHEAD - SUBSCRIBE, DATE, AND SEARCH BOX
============================================================== */
#topad { /* If 728x90 ad is activated to be displayed on header, this ID will be used to wrap advertisement */
	width:728px;
	margin:5px auto;
	display:block;
}
#masthead { /* The very top line where subscribe and search in site objects are kept */
	height:31px;
	background: #fff url(../img/bg_buscador.png);
	border:1px solid #CCC;
	/*
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
	*/
	margin: 5px 0px 5px 0px;
	font-size:.9em;
	clear:both;
	position:relative;
	z-index:1100;
}
#masthead ul{
	float:right;
margin: 5px 10px 0px 0px;	
}
#masthead ul li {
	position: relative;
	display: inline;
	float:left;
	padding:4px 5px 3px 10px;
	color:#666;
	font:9px "FuturaStdExtraBold", georgia, arial, tahoma, verdana, sans-serif;
	background:url(../img/filete_ver_puntos.png) right no-repeat;
}
#masthead ul li.first{}
#masthead ul li.first a{}
#masthead ul li a{
	display: block;
	color:#666;
}
* html #masthead ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #masthead ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#masthead ul li a:link, #masthead ul li a:visited{
	text-decoration:none;
}

#masthead ul li a:hover, #masthead .select a{
	color:#666;
	text-decoration:none;
}
/*1st sub level menu*/
#masthead ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0;
	padding:0;
	border-bottom:1px solid #afafaf;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#masthead ul li ul li{
	display: list-item;
	float: none;
	font-weight:normal;
	font-size:1.0em;
	background:none;
	padding:0;
	margin:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#masthead ul li ul li ul{
	top: 0;
	margin:0;
}
/* Sub level menu links style */
#masthead ul li ul li a, #masthead .select ul li a{
	width: 160px;
	height:auto;
	font-weight:500;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:10px;
	padding-left:23px;
	margin: 0;
	background: #e9e9e9;
	text-align:left;
	text-decoration:none;
	color: #010d37;
}
#masthead ul li ul li a.gab_rss{background: #e9e9e9 url(../img/ico_rss.png) no-repeat 3px center;}
#masthead ul li ul li a:hover.gab_rss{background: #ddd url(../img/ico_rss.png) no-repeat 3px center;}

#masthead ul li ul li a.gab_email{background: #e9e9e9 url(../img/ico_email.png) no-repeat 3px center;}
#masthead ul li ul li a:hover.gab_email{background: #ddd url(../img/ico_email.png) no-repeat 3px center;}

#masthead ul li ul li a.gab_facebook{background: #e9e9e9 url(../img/ico_facebook.png) no-repeat 3px center;}
#masthead ul li ul li a:hover.gab_facebook{background: #ddd url(../img/ico_facebook.png) no-repeat 3px center;}

#masthead ul li ul li a.gab_twitter{background: #e9e9e9 url(../img/ico_twitter.png) no-repeat 3px center;}
#masthead ul li ul li a:hover.gab_twitter{background: #ddd url(../img/ico_twitter.png) no-repeat 3px center;}

/*search*/
#search{
	float:right;
	width:190px;
	height:21px;
	border:1px solid #efefef;
	background:#fff;
	margin: 5px 25px 0px 0px;
}
#search form, #search fieldset{
	float:left;
}
#search fieldset{
	padding:0px 0 0 0px;
}
#s {
	float:left;
	background:#fff;
	border:0;
	padding:0 0 0 1px;
	color:#bcbcbc;
	font-size:10px;
	font-family:verdana,Arial, Helvetica, sans-serif;
	width:164px;
	height:12px;
}
#searchsubmit {
	float:left;
	margin:2px 0 0 0;
}
/* HEADER - RIGHT AND LEFT QUOTES + SITE NAME
============================================================== */
#header { /*Wraps quotes and site name*/
	min-height:73px;
	height: auto !important; /* IE6 Min height hack */
	height: 73px;	
	border:1px solid #CCC;
	background:#FFF;
	margin:5px 0 5px 0;
	background-image:url(../img/bg_banner.png)
}
#header span.quoteCaption {
	display:block;
	color:#e20025;
	font-weight:bold;
}
#header_ultima_hora { /*Wraps quotes and site name*/
	min-height:24px;
	height: auto !important; /* IE6 Min height hack */
	height: 24px;	
	border:1px solid #CCC;
	background:#FFF;
	margin:5px 0 5px 0;
}
#header_ultima_hora span.quoteCaption {
	display:block;
	color:#e20025;
	font-weight:bold;
}
#leftQuote {
	width:225px;
	float:left;
	height:70px;
	display:block;
	position:relative;
}
#leftEspacio {
	width:220px;
	float:left;
	display:block;
	position:relative;
}
#menu_2 {
	width:600px;
	float:left;
	display:block;
	position:relative;
	height:28px;
}
#menu_2 ul{
	float:left;
}
#menu_2 ul li{
	width: 130px;
	display: inline;
	float:left;
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 5px 0px;
}
#menu_2 ul li.first{
}
#menu_2 ul li.first a{
}
#menu_2 ul li a{
	font:14px "FuturaStdBook", impact, "arial black", sans-serif;
	font-weight:200;
	display: block;
	color:#FFFFF;
	text-transform:uppercase;
}
#menu_2 ul li.olopez{}
#menu_2 ul li.olopez a{height:28px; background:#E20025 url(../img/bot_oscarlopez.png) no-repeat center;}
#menu_2 ul li.olopez a:hover{ height:28px; background: #e0e0e0 url(../img/bot_oscarlopez.png) no-repeat center;}

#menu_2 ul li.listas{}
#menu_2 ul li.listas a{height:28px; background:#E20025 url(../img/bot_listas.png) no-repeat center;}
#menu_2 ul li.listas a:hover{height:28px; background:#e0e0e0 url(../img/bot_listas.png) no-repeat center;}

#menu_2 ul li.programa{}
#menu_2 ul li.programa a{height:28px; background:#E20025 url(../img/bot_programa.png) no-repeat center;}
#menu_2 ul li.programa a:hover{height:28px; background:#e0e0e0 url(../img/bot_programa.png) no-repeat center;}

#menu_2 ul li.habla{}
#menu_2 ul li.habla a{height:28px; background:#E20025 url(../img/bot_habla.png) no-repeat center;}
#menu_2 ul li.habla a:hover{height:28px; background:#e0e0e0 url(../img/bot_habla.png) no-repeat center;}

#RightEspacio {
	width:200px;
	float:right;
	display:block;
	position:relative;
}
#leftQuote p.leftQuoteWording {
	width:200px;
	position:absolute;
	font-size:17px;
	color:#aaa;
	letter-spacing:-1px;
	bottom:4px;
	text-align:right;
}
#leftQuote p.leftQuoteWording a{
	color:#999;
}
#leftQuote p.leftQuoteWording a:hover{
	color:#888;
}
#leftQuote img {
	position:absolute;
	left:20px;
	bottom:0px;
}
#rightQuote {
	width:150px;
	float:right;
	height:70px;
	display:block;
	position:relative;
}
#rightQuote img {
	position:absolute;
	right:15px;
	top:10px;
}
#rightQuote p.rightQuoteWording {
	width:195px;
	position:absolute;
	font-size:17px;
	color:#aaa;
	letter-spacing:-1px;
	bottom:4px;
	left:95px;
}
#rightQuote p.rightQuoteWording a{
	color:#999;
}
#rightQuote p.rightQuoteWording a:hover{
	color:#888;
}
#sitename {
	width:920px;
	float:left;
	font-family: "FuturaStdBook", georgia,"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	margin:2px;
	text-align:center;
}
#sitename_ultima_hora {
	width:920px;
	float:left;
	font-size:16px;
	text-transform:uppercase;
	font-family: "FuturaStdBook", georgia,"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	margin:2px;
	text-align:center;
}


#sitename_pq {
	width:625px;
	float:right;
	font-family: "FuturaStdBook", georgia,"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	margin-top:295px;
	margin-right:20px;
	text-align:right;
}
#name1stRow_pq {
	font-size:26px;
	line-height:30px;
	color:#ffffff;
	display:block;
	font-family: 'FuturaStdExtraBold', georgia,"Trebuchet MS",Helvetica,Jamrul,sans-serif;
}
#name1stRow_pq {

	color:#fff;

}

#name1stRow_pq a{
	color:#fff;

}

/*Div CON FIX*/
.contenido, .sin_opacidad{font-size:26px;color:#FF0;}
.confix{
		/*Importante*/
		position:relative;/*Importante para el FIX*/
	}
/*Div con opacidad Fix*/
.confix .contenido{width:100%;height:100%;padding:10px;
		/*Importante*/
		background:#fff;
		-moz-opacity:.5;	/*Para Firefox, opera y similares*/
		opacity:.5;	/*Para IE8*/
		filter:alpha(opacity=50);/*Para el resto de IE*/
	}
/*Div posicion absoluta FIX*/
.sin_opacidad{
		/*Importante*/
		position:absolute;
		z-index:1;
		top:10px;
		left:10px;
	} 



#name1stRow_pq1 {
	font-size:26px;
	line-height:30px;
	color:#ffffff;
	display:block;
	font-family: 'FuturaStdExtraBold', georgia,"Trebuchet MS",Helvetica,Jamrul,sans-serif;
}
#name1stRow_pq1 {

	color:#e20025;

}

#name1stRow_pq1 a{
	color:#e20025;

}
a.name_pq {
	color:#666666;
}

#name1stRow {
	font-size:36px;
	display:block;
	line-height:26px;
	color:#ED1C2E;
	margin-left: 100px;
}
a.name {
	color:#666666;
}
#name2ndRow {
	color:#ED1C2E;
	font-size:40px;
	display:block;
	font-weight:bold;
	font-stretch:ultra-expanded;
	padding-top:14px;
	margin-left: 100px;
	padding-bottom:10px;
}
#ad468x60 {
	width:468px;
	height:60px;
	float:right;
	margin-top:20px;
}



/* NAVIGATION BARS
============================================================== */
/* CATEGORIES */



#navcats_cris {
	width:970px;
	background: #E20025;
	border-bottom:1px solid #efefef;
	position:relative;
	z-index:1000;
	height: 63px;
}
#navcats_cris ul{
	float:left;
	z-index:999;
	margin-left: 45px;
	margin-top: 10px;


}
#navcats_cris ul li{
	width:145px;
	position: relative;
	display: inline;
	float:left;
}





#navcats_cris ul li.first{
}
#navcats_cris ul li.first a{
}
#navcats_cris ul li a{
	font:22px impact, "arial black", sans-serif;
	display: block;
	color:#010d37;
	text-transform:uppercase;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	padding-left:10px;	
}
* html #navcats_cris ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #navcats_cris ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#navcats_cris ul li a:link, #navcats_cris ul li a:visited{
	text-decoration:none;
}
#navcats_cris ul li a:hover, #navcats_cris .current-cat a, #navcats_cris .current-cat-parent a, #navcats_cris .select a{
	color:#cd1713;
	text-decoration:none;
}
/*1st sub level menu*/
#navcats_cris ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0;
	padding:0;
	border-bottom:1px solid #afafaf;
	z-index:995;
}

/**/
#navcats_cris ul li.ofi a{height:28px; background:#E20025 url(../img/bot_oficina_candidato.png) no-repeat center bottom;}
#navcats_cris ul li.ofi a:hover{ height:28px; background: #F51938 url(../img/bot_oficina_candidato.png) no-repeat center bottom;}

#navcats_cris ul li.agenda a{height:28px; background:#E20025 url(../img/bot_la_agenda.png) no-repeat center bottom;}
#navcats_cris ul li.agenda a:hover{ height:28px; background: #F51938 url(../img/bot_la_agenda.png) no-repeat center bottom;}

#navcats_cris ul li.dicen a{height:28px; background:#E20025 url(../img/bot_lo_q_dicen.png) no-repeat center bottom;}
#navcats_cris ul li.dicen a:hover{ height:28px; background: #F51938 url(../img/bot_lo_q_dicen.png) no-repeat center bottom;}

#navcats_cris ul li.destacado a{height:28px; background:#E20025 url(../img/bot_destacado_dia.png) no-repeat center bottom;}
#navcats_cris ul li.destacado a:hover{ height:28px; background: #F51938 url(../img/bot_destacado_dia.png) no-repeat center bottom;}

#navcats_cris ul li.despierta a{height:28px; background:#E20025 url(../img/bot_dipuprov.png) no-repeat center bottom;}
#navcats_cris ul li.despierta a:hover{ height:28px; background: #F51938 url(../img/bot_dipuprov.png) no-repeat center bottom;}

#navcats_cris ul li.salaprensa a{height:28px; background:#E20025 url(../img/bot_sala_prensa.png) no-repeat center bottom;}
#navcats_cris ul li.salaprensa a:hover{ height:28px; background: #F51938 url(../img/bot_sala_prensa.png) no-repeat center bottom;}
/* Sub level menu links style */
#navcats_cris ul li.ofi ul li a, #navcats_cris .select ul.ofi li a{	width: 175px; height: auto;	font: 14px "FuturaStdBook", arial, tahoma, verdana, sans-serif;	padding-top:5px; padding-bottom:2px; padding-right:10px; padding-left:10px;	margin:0; background: url(../img/bg_trans_rojo.png) repeat ; text-align:left; text-decoration:none; text-transform:capitalize; color: #fff; border-top: 1px solid #fff;}
#navcats_cris ul li.ofi ul li a:hover{ background: #efefef;	color:#333;	text-decoration:none;}

#navcats_cris ul li.agenda ul li a, #navcats_cris .select ul.agenda li a{	width: 175px; height: auto;	font: 14px "FuturaStdBook", arial, tahoma, verdana, sans-serif;	padding-top:5px; padding-bottom:2px; padding-right:10px; padding-left:10px;	margin:0; background: url(../img/bg_trans_rojo.png) repeat ; text-align:left; text-decoration:none; text-transform:capitalize; color: #fff; border-top: 1px solid #fff;}
#navcats_cris ul li.agenda ul li a:hover{ background: #efefef;	color:#333;	text-decoration:none;}

#navcats_cris ul li.salaprensa ul li a, #navcats_cris .select ul.salaprensa li a{	width: 175px; height: auto;	font: 14px "FuturaStdBook", arial, tahoma, verdana, sans-serif;	padding-top:5px; padding-bottom:2px; padding-right:10px; padding-left:10px;	margin:0; background: url(../img/bg_trans_rojo.png) repeat ; text-align:left; text-decoration:none; text-transform:capitalize; color: #fff; border-top: 1px solid #fff;}
#navcats_cris ul li.salaprensa ul li a:hover{ background: #efefef;	color:#333;	text-decoration:none;}

#navcats_cris ul li.dicen ul li a, #navcats_cris .select ul.dicen li a{	width: 175px; height: auto;	font: 14px "FuturaStdBook", arial, tahoma, verdana, sans-serif;	padding-top:5px; padding-bottom:2px; padding-right:10px; padding-left:10px;	margin:0; background: url(../img/bg_trans_rojo.png) repeat ; text-align:left; text-decoration:none; text-transform:capitalize; color: #fff; border-top: 1px solid #fff;}
#navcats_cris ul li.dicen ul li a:hover{ background: #efefef;	color:#333;	text-decoration:none;}

#navcats_cris ul li.destacado ul li a, #navcats_cris .select ul.destacado li a{	width: 175px; height: auto;	font: 14px "FuturaStdBook", arial, tahoma, verdana, sans-serif;	padding-top:5px; padding-bottom:2px; padding-right:10px; padding-left:10px;	margin:0; background: url(../img/bg_trans_rojo.png) repeat ; text-align:left; text-decoration:none; text-transform:capitalize; color: #fff; border-top: 1px solid #fff;}
#navcats_cris ul li.destacado ul li a:hover{ background: #efefef;	color:#333;	text-decoration:none;}

#navcats_cris ul li.despierta ul li a, #navcats_cris .select ul.despierta li a{	width: 175px; height: auto;	font: 14px "FuturaStdBook", arial, tahoma, verdana, sans-serif;	padding-top:5px; padding-bottom:2px; padding-right:10px; padding-left:10px;	margin:0;background: url(../img/bg_trans_rojo.png) repeat ; text-align:left; text-decoration:none; text-transform:capitalize; color: #fff; border-top: 1px solid #fff;}
#navcats_cris ul li.despierta ul li a:hover{ background: #efefef;	color:#333;	text-decoration:none;}



/*Sub level menu list items (undo style from Top level List Items)*/
#navcats_cris ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navcats_cris ul li ul li ul{
	top: 0;
	margin:0;
	z-index:990;
}
/* Sub level menu links style */
#navcats_cris ul li ul li a, #navcats_cris .select ul li a{
	width: 180px;
	height:auto;
	font:bold 12px 'FuturaStdExtraBold', arial, tahoma, verdana, sans-serif;
	padding-top:3px;
	padding-bottom:2px;
	padding-right:10px;
	padding-left:10px;
	margin: 0;
	background:#E20025;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	color: #fff;
	border-top: 1px solid #afafaf;
}
#navcats_cris ul li ul li a:hover{ /*sub menus hover style*/
	background: #ddd;
	color:#222;
	text-decoration:none;
}





/* NAVIGATION BARS
============================================================== */
/* CATEGORIES */
#navcats {
	background: #E20025;
	position:relative;
	clear:both;
	z-index:1000;
	height:63px;
}
#navcats ul{
	float:none;
	z-index:999;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 85px;
	
}
#navcats ul li{
	width:165px;
	display: inline;
	float:left;
}

#navcats ul li.first{
}
#navcats ul li.first a{
}

#navcats ul li.ofi{
	
}
#navcats ul li.ofi a{height:28px; background:#E20025 url(../img/bot_oficina_candidato.png) no-repeat center bottom;}
#navcats ul li.ofi a:hover{ height:28px; background: #F51938 url(../img/bot_oficina_candidato.png) no-repeat center bottom;}
#navcats ul li.ofi ul li a{
	background-image:none;
	height:auto;
	width:150px;
	font-family: 'FuturaStdExtraBold', georgia,"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:10px;
	text-transform:uppercase;

	
}
#navcats ul li.ofi ul li a:hover{
	background-image:none;
	height:auto;
	background-color:#F51938;
	width:150px;
	font-family: 'FuturaStdExtraBold', georgia,"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:10px;
	text-transform:uppercase;	
}

#navcats ul li.agenda{}
#navcats ul li.agenda a{height:28px; background:#E20025 url(../img/bot_la_agenda.png) no-repeat center bottom;}
#navcats ul li.agenda a:hover{ height:28px; background: #F51938 url(../img/bot_la_agenda.png) no-repeat center bottom;}
#navcats ul li.agenda ul li a{
	background-image:none;
	height:auto;
	width:100px;
	font-family: 'FuturaStdExtraBold', georgia,"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:12px;
	text-transform:uppercase;
}
#navcats ul li.agenda ul li a:hover{
	background-image:none;
	height:auto;
	background-color:#F51938;
	width:100px;
	font-family: 'FuturaStdExtraBold', georgia,"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:12px;
	text-transform:uppercase;	
}

#navcats ul li.dicen{}
#navcats ul li.dicen a{height:28px; background:#E20025 url(../img/bot_lo_q_dicen.png) no-repeat center bottom;}
#navcats ul li.dicen a:hover{ height:28px; background: #F51938 url(../img/bot_lo_q_dicen.png) no-repeat center bottom;}
#navcats ul li.dicen ul li{
	background-image:none;
	height:auto;
	width:150px;
	font-family: 'FuturaStdExtraBold', georgia,"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:10px;
	text-transform:uppercase;
}
#navcats ul li.dicen ul li a{
	background-image:none;
	height:auto;
	width:150px;
	font-family: 'FuturaStdExtraBold', georgia,"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:10px;
	text-transform:uppercase;
}
#navcats ul li.dicen ul li a:hover{
	background-image:none;
	height:auto;
	background-color:#F51938;
	width:150px;
	font-family: 'FuturaStdExtraBold', georgia,"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:10px;
	text-transform:uppercase;	
}


#navcats ul li.destacado{}
#navcats ul li.destacado a{height:28px; background:#E20025 url(../img/bot_destacado_dia.png) no-repeat center bottom;}
#navcats ul li.destacado a:hover{ height:28px; background: #F51938 url(../img/bot_destacado_dia.png) no-repeat center bottom;}

#navcats ul li.despierta{}
#navcats ul li.despierta a{height:28px; background:#E20025 url(../img/bot_despierta.png) no-repeat center bottom;}
#navcats ul li.despierta a:hover{ height:28px; background: #F51938 url(../img/bot_despierta.png) no-repeat center bottom;}

#navcats ul li.salaprensa{}
#navcats ul li.salaprensa a{height:28px; background:#E20025 url(../img/bot_sala_prensa.png) no-repeat center bottom;}
#navcats ul li.salaprensa a:hover{ height:28px; background: #F51938 url(../img/bot_sala_prensa.png) no-repeat center bottom;}

#navcats ul li a{
	font:14px "FuturaStdExtraBold", impact, "arial black", sans-serif;
	display: block;
	color:#FFFFF;
	text-transform:uppercase;
}
* html #navcats ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #navcats ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#navcats ul li a:link, #navcats ul li a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
#navcats ul li a:hover, #navcats .current-cat a, #navcats .current-cat-parent a, #navcats .select a{
	color:#FFFFFF;
	text-decoration:none;
}
/*1st sub level menu*/
#navcats ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0;
	padding:0;
	border-bottom:1px solid #fff;
	z-index:995;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#navcats ul li ul li{
	display: list-item;
	float:left;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navcats ul li ul li ul{
	top: 0;
	margin:0;
	z-index:990;
}
/* Sub level menu links style */
#navcats ul li ul li a, #navcats .select ul li a{
	width: 180px;
	height:auto;
	font:bold 12px arial, tahoma, verdana, sans-serif;
	padding-top:3px;
	padding-bottom:2px;
	padding-right:10px;
	padding-left:10px;
	margin: 0;
	background:#E20025;
	text-align:left;
	text-decoration:none;
	text-transform:capitalize;
	color: #FFF;
	border-top: 1px solid #fff;
}
#navcats ul li ul li a:hover{ /*sub menus hover style*/
	background: #ddd;
	color:#666666;
	text-decoration:none;
}

/* PAGES */
#navpages {
	width:970px;
	background: #f5f5f5;
	border-bottom:1px solid #efefef;
	margin-bottom:10px;
	clear:both;
	position:relative;
	z-index:985;
}
#navpages ul{
	float:left;
}
#navpages ul li{
	position: relative;
	display: inline;
	float:left;
}
#navpages ul li.first{
}
#navpages ul li.first a{
}
#navpages ul li a{
	font:bold 11px arial, tahoma, verdana, sans-serif;
	display: block;
	color:#010d37;
	text-transform:uppercase;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	padding-left:10px;	
}
* html #navpages ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #navpages ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#navpages ul li a:link, #navpages ul li a:visited{
	text-decoration:none;
}
#navpages ul li a:hover, #navpages .current_page_item a, #navpages .select a{
	background: #E20025;
	color:#666666;
	text-decoration:none;
}
/*1st sub level menu*/
#navpages ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0;
	padding:0;
	border-bottom:1px solid #afafaf;
	z-index:984;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#navpages ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navpages ul li ul li ul{
	top: 0;
	margin:0;
	z-index:983;
}
/* Sub level menu links style */
#navpages ul li ul li a, #navpages .current_page_item ul li a,#navpages .current_page_parent ul li a, #navpages .select ul li a{
	width: 160px;
	height:auto;
	font:bold 11px arial, tahoma, verdana, sans-serif;
	padding-top:3px;
	padding-bottom:2px;
	padding-right:10px;
	padding-left:10px;
	margin: 0;
	background:#E20025;
	text-align:left;
	text-decoration:none;
	text-transform:capitalize;
	color: #010d37;
	border-top: 1px solid #afafaf;
}
#navpages ul li ul li a:hover{ /*sub menus hover style*/
	background: #ddd;
	color:#666666;
	text-decoration:none;
}
/* PRIMARY TOP WRAPPER wraps three main div #featuredContent, #midColPosts and #rightColAd
============================================================== */
#primaryTopWrapper { /* Wraps Featured Slider, entries below and on right hand of slider and 120+600 ad on main page */
	border:1px solid #CCC;
	background:#FFF;
	margin-bottom:10px;
	/*background-image:url(../img/ol_grande_cabce.png)*/
}

/* MAIN CONTENT (LEFT BLOCK ABOVE THE PHOTO GALLERY ON MAIN PAGE)
============================================================== */
/* /Features Slider - There are two featured slider in */
#featuredContent {
	float:left;
	width:745px;
	margin-right:0px;
	display:inline;
	
}
#featured-slider {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 745px; /*width of featured content slider*/
	height: 415px;
}
#featured-slider .sliderPostInfo { /* Post title and if enabled excerpt wrapper for featured slider */
	position:absolute;
	bottom:0px;
	width:495px;
	min-height:55px;
	height: auto !important; /* IE6 Min height hack */
	height: 55px;	
	background: url(../img/bgTransparent.png);
}
#featured-slider .sliderPostInfo p { /* Post excerpt style on featured slider */
	color:#fff;
	font-size:1.1em;
	padding:3px 5px 5px 6px;
}
#featured-slider .contentdiv{ /* do not change the name of class - The size of contentdiv is 495x270 (after excluding padding value) */
	visibility:visible; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	z-index:1;
}
#paginate-featured-slider{ /* do not change the name of class - used to wrap thumbnails for featured area */
	display:block;
	background-color: #efefef;
	padding:0 0 5px 10px;
	margin-bottom:10px;
}
#paginate-featured-slider ul {
	width:505px;
	padding-bottom:0;
	list-style: none;
}
#paginate-featured-slider ul li {
	display: inline;
	width:75px;
	float:left;
	margin-left:0;
	padding:0 0 0 0;
	margin-right:9px;
	margin-bottom:3px;
}
#paginate-featured-slider img{ 
	padding-top:5px;
	background: #efefef;
}
#paginate-featured-slider a img{
	border-top:4px solid #fff;
}
#paginate-featured-slider a:hover img, #paginate-featured-slider a.selected img{
	border-top:4px solid #e20025;
} 
/* // Features Slider  */

.featuredPost2 { /*Posts displayed below the featured section */
	padding-top:5px;
	padding-bottom:5px;
}
.featuredPost2Meta {
	clear:both;
	display:block;
	font-style:normal;
	font-size:.8em;
	padding-top:3px;
	padding-bottom:5px;
	border-bottom:1px solid #efefef;
}
.featuredPost2Meta a{
	color:#e20025;
}
.featuredPost2Meta a:hover {
	text-decoration:underline;
}

/* BLOCK BETWEEN FEATURED SLIDER AND 120*600 AD ON MAIN PAGE
============================================================== */
#midColPosts { /* Wraps the entries on rigt hand of featured slider */
	width:200px;
	float:left;
}
.midColPost_sinborde { /* Wraps the entries posted in #midColPosts, add a padding-top:5px if you define bgcolor */
	padding-left:9px;
	padding-right:15px;
	padding-bottom:10px;
}
.midColPost { /* Wraps the entries posted in #midColPosts, add a padding-top:5px if you define bgcolor */
	border-left:0px solid #efefef;
	padding-left:9px;
	padding-right:15px;
	padding-bottom:10px;
	background:url(../img/bg_trans.png) repeat;
}
.midColPostMeta {
	display:block;
	clear:both;
	font-style:normal;
	font-size:.8em;
	padding-top:2px;
	padding-bottom:5px;
	float:right;
}
.midColPostMeta a{
	color:#e20025;
}
.midColPostMeta a:hover {
	text-decoration:underline;
}

/* BLOCK BETWEEN FEATURED SLIDER AND 120*600 AD ON MAIN PAGE
============================================================== */

.foto_destacado {
	width:425px;
	font-style:normal;
	font-size:.8em;
	float:left;
}
.foto_destacado a{
	color:#e20025;
}
.foto_destacado a:hover {
	text-decoration:underline;
}
/*============================================================== */


.texto_destacado {
	width: 200px;
	clear:both;
	font-style:normal;
	font-size:.8em;
}
.texto_destacado a{
	color:#e20025;
}
.texto_destacado a:hover {
	text-decoration:underline;
}
.mas_izq {
	padding:5px;

}
.mas_izq a{
	color:#e20025;
}
.mas_izq a:hover {
	text-decoration:underline;
}


/* 120-600 AD ON THE RIGHT COLUMN ABOVE THE PHOTO GALLERY
============================================================== */
#rightColAd { /*Wraps the 120*600 ad spot on mainpage */
	float:left;
	width:120px;
	padding-bottom:7px;
}

/*Cuarto Bloque
============================================================== */
#cuartoContentWrapper { /*Wraps secondary content [Breaking News and two other blocks on the right hand of breaking news] */
	margin-bottom:15px;
	background:#FFF;
	border:#CCC solid 1px;
	height:142px;
	background:url(../img/bgGradientLines.gif); 	

}


/*SECONDARY CONTENT WRAPPER
============================================================== */
#secondaryContentWrapper { /*Wraps secondary content [Breaking News and two other blocks on the right hand of breaking news] */
	margin-bottom:15px;
}
/*Curriculum Bloque
============================================================== */
#curriculumContentWrapper { /*Wraps secondary content [Breaking News and two other blocks on the right hand of breaking news] */
	margin-bottom:15px;
	background:#FFF;
	border:#CCC solid 1px;
}
/*Curriculum
============================================================== */
#curriculum {
	width:312px;
	float:left;
	border: solid 1px #e0e0e0;
	background-color:#FFF;	
}

/*BREAKING NEWS 
============================================================== */
#breakingNews {
	width:312px;
	float:left;
	border: solid 1px #e0e0e0;
	background-color:#FFF;	
}
#breakingNews li {
	margin-bottom:6px;
	margin-left:2px;
}
#breakingNews li a {
	color:#666666;
}
#breakingNews li a:hover {
	color:#e20025;
}




/* SECONDARY CONTENT IZQ COLUMN - RIGHT SIDE OF BREAKING NEWS
============================================================== */
#secondaryIZQColumn_tit {
	width:362px;
	float:left;
	display:inline;
	background-color:#e20025;
	height: 28px;
	margin-left: 0px;
	margin-right:0px;
	
}

#secondaryMEDColumn_tit {
	width:362px;
	float:left;
	display:inline;
	background-color:#e20025;
	height: 28px;
	margin-left: 11px;
	margin-right: 13px;
	
}
#secondaryDERColumn_tit {
	width:212px;
	float:left;
	display:inline;
	background-color:#e20025;
	height: 28px;
	margin-left: 0px;
	pmargin-right:0px;

}
#secondaryIZQColumn {
	width:362px;
	margin:0px 5px 5px 0px ;
	float:left;
	display:inline;
	border: solid 1px #e0e0e0;
	background-color:#FFF;
}
.secondaryIZQColPost {
	padding-left:9px;
	padding-right:9px;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	padding-bottom:10px;
}

.secondaryIZQColPostMeta {
	padding-bottom:0px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:inormal;
	line-height: .95em;
	margin-top:15px;
}
.secondaryIZQColPostMeta a{
	color:#e20025;
}
.secondaryIZQColPostMeta a:hover {
	text-decoration:underline;
}
/* FOTO DESTACADO IZQ
============================================================== */
#destacadoIZQColumn {
	width:425px;
	padding:5px 5px 5px 5px ;
	float:left;
	display:inline;
	background-color:#FFF;
}
.destacadoIZQColPost {
	padding-left:2px;
	padding-right:2px;
	padding-bottom:5px;
	padding-top: 5px;
}
.destacadoIZQColPost img{
	border:none;
}

/* FOTO DESTACADO DERECHA
============================================================== */
#destacadoDERColumn {
	width:500px;
	height:300px;
	padding:5px 5px 5px 5px ;
	float:left;
	display:inline;
	background-color:#FFF;
}
.destacadoDERColPost {
	padding-left:2px;
	padding-right:2px;
	padding-bottom:10px;
}
.destacado_fecha{
	color:#666;
	padding-bottom:2px;
	display:block;
	clear:both;
	font-size:15px;
	font-style:normal;
	margin-top:2px;
}
.destacado_texto {
	font-family: "FuturaStdBook", Arial, Verdana, Geneva, sans-serif;
	color:#333;
	padding-bottom:2px;
	display:block;
	clear:both;
	font-size:15px;
	font-style:normal;
	margin-top:2px;
}
.destacado_titulo {
	font-family: "FuturaStdBook", Arial, Verdana, Geneva, sans-serif;
	color:#000;
	padding-bottom:2px;
	display:block;
	clear:both;
	font-size:15px;
	font-style:normal;
	margin-top:2px;
}
.destacado_titulo a, a:vidited{
	color:#000;
}
.destacado_titulo a:hover{
	color:#E20025;
}
.destacadoDERColPostMeta a:hover {
	text-decoration:underline;
}


/* FOTO noticia IZQ
============================================================== */
#noticiaIZQColumn {
	width:490px;
	padding:5px 5px 5px 5px ;
	float:left;
	display:inline;
	background-color:#FFF;
}
.noticiaIZQRColPost {
	padding-left:2px;
	padding-right:2px;
	padding-bottom:10px;
}
.noticia_fecha{
	color:#666;
	padding-bottom:2px;
	display:block;
	clear:both;
	font-size:15px;
	font-style:normal;
	margin-top:2px;
}
.noticia_texto {
	font-family: "FuturaStdBook", Arial, Verdana, Geneva, sans-serif;
	color:#333;
	padding-bottom:2px;
	display:block;
	clear:both;
	font-size:15px;
	font-style:normal;
	margin-top:2px;
}
.noticia_pie {
	font-family: "FuturaStdBook", Arial, Verdana, Geneva, sans-serif;
	color:#333;
	padding:5px;
	display:block;
	clear:both;
	font-size:13px;
	font-style:normal;
	margin:0px;
	border: solid 1px #e0e0e0;
	background-color:#efefef;
	
}
.noticia_documentos {
	font-family: "FuturaStdExtraBold", Arial, Verdana, Geneva, sans-serif;
	color:#E20025;
	padding:5px 0px 5px 0px;
	display:block;
	clear:both;
	font-size:13px;
	font-style:normal;
	margin:0px;

	
}
.noticia_titulo {
	font-family: "FuturaStdBook", Arial, Verdana, Geneva, sans-serif;
	color:#000;
	padding-bottom:2px;
	display:block;
	clear:both;
	font-size:15px;
	font-style:normal;
	margin-top:2px;
}
.noticia_titulo a, a:vidited{
	color:#000;
}
.noticia_titulo a:hover{
	color:#E20025;
}
.noticiaIZQColPostMeta a:hover {
	text-decoration:underline;
}


/** TWITTER **/
#twitter_update_list span {
color: #333;
font-size: 12px;
list-style-image:url(../img/ico_twitter_16.png);
list-style:none;
}

#twitter_update_list ul{ 
padding:0; 
margin:0px 0px 0px 20px; 
} 

#twitter_update_list li {
list-style-image:url(../img/app_twitter.gif);
display:list-item;
margin-left: 5px;
margin-top: 2px;
}
#twitter_update_list span a {
display: inline;
color: #E20025;

}
#twitter_update_list span a:hover {
text-decoration: underline;
color: #666666;
}



/*****/

/* FOTO noticia DER
============================================================== */
#noticiaDERColumn {
	width:205px;
	margin:5px 0px 5px 5px ;
	float:left;
	display:inline;
	border: solid 1px #e0e0e0;
	background-color:#FFF;
}
.noticiaDERColPost {
	padding:5px;
	margin: 5px;
}

.noticiaDERColPost img{
	border:none;
	text-align:center;
	padding:5px;

}
.secundariaDERColDocumentos {
	border:1px solid #efefef;
	padding:5px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:inormal;
	margin: 10px 0px;
}
.secundariaDERColDocumentos img {
	border:5px solid #efefef;
	clear:both;
	font-size:.85em;
	font-style:inormal;
	padding:0px;
	margin: 5px;
}
/* FOTO calendario IZQ
============================================================== */
#calendarioIZQColumn {
	width:250px;
	padding:5px 5px 5px 5px ;
	float:left;
	display:inline;
	background-color:#FFF;
}
.calendarioIZQColPost {
	padding-left:2px;
	padding-right:2px;
	padding-bottom:5px;
	padding-top: 5px;
}
.calendarioIZQColPost img{
	border:none;
}


/* FOTO calendario DERECHA
============================================================== */
#calendarioDERColumn {
	width:350px;
	padding:5px 10px 5px 10px ;
	float:left;
	display:inline;
	background-color:#FFF;
	font-family: "FuturaStdBook", Arial, Verdana, Geneva, sans-serif;

}
.calendarioDERColPost {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
}
.calendario_fecha{
	color:#666;
	padding-bottom:2px;
	display:block;
	clear:both;
	font-size:15px;
	font-style:normal;
	margin-top:2px;
	text-transform:uppercase;
}
.calendario_texto {
	font-family: "FuturaStdBook", Arial, Verdana, Geneva, sans-serif;
	color:#333;
	padding-bottom:2px;
	display:block;
	clear:both;
	font-size:15px;
	font-style:normal;
	margin-top:2px;
}
.calendario_texto_rojo {
	font-family: "FuturaStdBook", Arial, Verdana, Geneva, sans-serif;
	color:#E20026;
	padding-bottom:2px;
	display:block;
	clear:both;
	font-size:15px;
	font-style:normal;
	margin-top:2px;
}
.calendario_titulo {
	font-family: "FuturaStdBold", Verdana, Geneva, sans-serif;
	color:#000;
	padding-bottom:2px;
	display:block;
	clear:both;
	font-size:15px;
	font-style:normal;
	margin-top:2px;
}
.calendario_titulo a, a:vidited{
	color:#000;
}
.calendario_titulo a:hover{
	color:#E20025;
}
.calendarioDERColPostMeta a:hover {
	text-decoration:underline;
}
.altn  {
	font-family: 'FuturaStdBook', Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666666;
}
.altn_v2  {
	font-family: 'FuturaStdBook', Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#666666;
}

.tit  {
	font-family: 'FuturaStdBook', Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666666;
}
.tit_v2  {
	font-family: 'FuturaStdBook', Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#333;
}

.hoy {
	font-family: 'FuturaStdBook', Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666666;
	border: solid 2px #E20025;
}
.hoy_v2 {
	font-family: 'FuturaStdBook', Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	border: solid 1px #E20025;
}

.domingo {
	font-family: 'FuturaStdBook', Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666666;
}

.domingo_v2 {
	font-family: 'FuturaStdBook', Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#333;
}

.diario {
	font-family: 'FuturaStdBook', Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666666;
}
.diario_v2 {
	font-family: 'FuturaStdBook', Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#333;
}
.tform {
	border-width: 1px;
	border-color: 75263C;
	border-style: solid;
}
/* cuarto CONTENT IZQ COLUMN - RIGHT SIDE OF BREAKING NEWS
============================================================== */
#cuartoIZQColumn {
	width:312px;
	margin:5px 5px 5px 0px ;
	float:left;
	display:inline;
	/*background-color:#FFF;*/
	height: 100px;
}
.cuartoIZQColPost {
	padding-left:9px;
	padding-right:9px;

	padding-bottom:10px;
}
.cuartoIZQColPostMeta {
	padding-bottom:5px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:inormal;
	margin-top:5px;
}
.cuartoIZQColPostMeta a{
	color:#e20025;
}
.cuartoIZQColPostMeta a:hover {
	text-decoration:underline;
}

/* SECONDARY CONTENT MID COLUMN - RIGHT SIDE OF BREAKING NEWS
============================================================== */
#secondaryMidColumn {
	width:362px;
	margin:0px 5px 5px 5px;
	float:left;
	display:inline;
	border: solid 1px #e0e0e0;
	background-color:#fff;
	
}
.secondaryMidColPost {
	padding-left:9px;
	padding-right:9px;
	padding-bottom:10px;
}
.secondaryMidColPostMeta {
	padding:5px 5px 2px 5px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:inormal;
	margin-top:5px;
}
.secondaryMidColPostMeta a{
	color:#e20025;
}
.secondaryMidColPostMeta a:hover {
	text-decoration:underline;
}

/* SECONDARY CONTENT MID COLUMN - RIGHT SIDE OF BREAKING NEWS
============================================================== */
#listaMidColumn {
	width:312px;
	margin:5px ;
	float:left;
	display:inline;
	border: solid 1px #e0e0e0;
	background-color:#FFF;
	
}
.listaMidColPost {
	padding-left:9px;
	padding-right:100px;
	padding-bottom:10px;
}
.listaMidColPostMeta {
	padding:5px 5px 2px 5px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:inormal;
	margin-top:5px;
}
.listaMidColPostMeta a{
	color:#e20025;
}
.listaMidColPostMeta a:hover {
	text-decoration:underline;
}

/* CUARTO CONTENT MID COLUMN - RIGHT SIDE OF BREAKING NEWS
============================================================== */
#cuartoMidColumn {
	width:312px;
	margin:5px ;
	float:left;
	display:inline;
	/*background-color:#FFF;*/
	height: 100px;
	
}
.cuartoMidColPost {
	padding-left:9px;
	padding-right:9px;
	padding-bottom:10px;
}
.cuartoMidColPostMeta {
	padding:5px 5px 2px 5px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:inormal;
	margin-top:5px;
}
.cuartoMidColPostMeta a{
	color:#e20025;
}
.cuartoMidColPostMeta a:hover {
	text-decoration:underline;
}



/* CUARTO CONTENT DER COLUMN - RIGHT SIDE OF BREAKING NEWS
============================================================== */
#cuartoDERColumn {
	width:312px;
	margin:5px 5px 5px 5px ;
	float:left;
	display:inline;
	/*background-color:#FFF;*/
	height: 100px;
	
}
.cuartoDERColPost {
	padding-left:9px;
	padding-right:9px;
	padding-bottom:10px;
}
.cuartoDERColPostFACE {
	padding:10px 5px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:inormal;
	margin: 5px 0px;
}
.cuartoDERColPostMeta {
	border-bottom:1px solid #efefef;
	padding-bottom:5px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:inormal;
	margin-top:5px;
}
.cuartoDERColPostMeta a{
	color:#e20025;
}
.cuartoDERColPostMeta a:hover {
	text-decoration:underline;
}

/* CUARTO CONTENT RIGHT COLUMN - RIGHTEST COLUMN ON SAME ROW OF BREAKING NEWS
============================================================== */




/* SECONDARY CONTENT DER COLUMN - RIGHT SIDE OF BREAKING NEWS
============================================================== */
#secondaryDERColumn {
	width:212px;
	margin:0px 0px 5px 5px ;
	float:left;
	display:inline;
	border: solid 1px #e0e0e0;
	background-color:#FFF;
	height: auto;
	
}
.secondaryDERColPost {
	padding-left:9px;
	padding-right:9px;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	padding-bottom:10px;
}
.secondaryDERColPostFACE {
	border:1px solid #efefef;
	padding:10px 5px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:inormal;
	margin: 5px 0px;
	height: 75px;

}
.secondaryDERColPostFACE_100 {
	border:1px solid #efefef;
	padding:10px 5px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:inormal;
	margin: 5px 0px;
	height: 125px;

}
.secondaryDERColPostAUDIO {
	font-size:.65em;
	font-style:inormal;
	height: 75px;
	width: 140px;
	padding:5px 5px;
	float:left;

}
.secondaryDERColPostTWITERR {
	border:1px solid #efefef;
	padding:10px 5px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:inormal;
	margin: 5px 0px;
	height:50px;
}
.redesFACE {
	border:1px solid #efefef;
	padding:10px 10px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:inormal;
	margin: 5px 5px;
}
.redesFACE_fondo {
	border:1px solid #efefef;
	padding:10px 10px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:inormal;
	margin: 5px 5px;
	background-color:#efefef;
}
.transparencia_fondo {
	border:1px solid #efefef;
	padding:10px 10px;
	display:block;
	clear:both;
	font-size:1.1em;
	font-weight:900;
	margin: 5px 5px;
	background-color:#efefef;
}


.PostREDES {
	padding:10px 10px;
	margin: 5px 5px;
	width:275px;

}
.PostREDES ul{}
.PostREDES ul li{height:32px;display: inline-block; margin:10px 5px;}



.secondaryDERColPostREDES {
	padding:10px 5px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:inormal;
	width:310px;
	display: inline-block;
}
.secondaryDERColPostREDES ul{}
.secondaryDERColPostREDES ul li{height:32px;display: inline-block; margin:10px 5px;}

.secondaryDERColPostMeta {
	border-bottom:1px solid #efefef;
	padding-bottom:5px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:inormal;
	margin-top:5px;
}
.secondaryDERColPostMeta a{
	color:#e20025;
}
.secondaryDERColPostMeta a:hover {
	text-decoration:underline;
}

/* SECONDARY CONTENT RIGHT COLUMN - RIGHTEST COLUMN ON SAME ROW OF BREAKING NEWS
============================================================== */



#secondaryRightColumn {
	width:312px;
	margin:5px 0px 5px 5px;
	float:right;
	display:inline;
	border: solid 1px #e0e0e0;
	background-color:#FFF;
}
.secondaryRightColPost {
	padding-bottom:10px;
}
.secondaryRightColPostMeta {
	border-bottom:1px solid #efefef;
	padding-bottom:5px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:normal;
	margin-top:5px;
}
.secondaryRightColPostMeta a{
	color:#e20025;
}
.secondaryRightColPostMeta a:hover {
	text-decoration:underline;
}

/* MAIN PAGE PHOTO GALLERY BAR
============================================================== */
#photoGalleryBar { /*Do not change the name of ID */
	width: 875px;
	height: 235px;
	left: 30px;  
	margin-bottom:10px;
	margin-top: 10px;
	position: relative;  
	display:block;
}
#photoGalleryBar .container { /*Do not change the name of class */
	position: absolute;
	width: 775px;
	height: 235px;
	overflow:hidden;
	background:url(../img/bgGradientLines.gif) repeat;
}
#photoGalleryBar #previous_button { /*Do not change the name of class */
	position: absolute;
	width: 27px;
	height: 235px;
	background: url(../img/fle_izq_100.png);
	z-index: 100;    
	cursor:pointer;
}
#photoGalleryBar #previous_button_disabled { /*Do not change the name of class */
	background: url(../img/fle_izq_100_off.png);
	cursor:default;
}

#photoGalleryBar #previous_button.disabled { /*Do not change the name of class */
	background: url(../img/fle_izq_100_off.png);
	cursor:default;
}
#photoGalleryBar #next_button { /*Do not change the name of class */
	position: absolute;
	right: 0;
	width: 27px;
	height: 235px;
	background: url(../img/fle_der_100.png);
	z-index: 100;
	cursor:pointer;
}
#photoGalleryBar #next_button_disabled { /*Do not change the name of class */
	background: url(../img/fle_der_100_off.png);
	cursor:default;
}
#photoGalleryBar #next_button.disabled { /*Do not change the name of class */
	background: url(../img/fle_der_100_off.png);
	cursor:default;
}
#photoGalleryBar ul { /* Main page photo gallery is displayed in a list format */
	width: 100000px;
	position: relative;
	margin-top:5px;
	font-family: "FuturaStdBook", Arial, Verdana, Geneva, sans-serif;
}
#photoGalleryBar ul li {
	display:inline;
	float:left;
	text-align:left;
	font-weight:normal;
	font-size:.9em;
	line-height:1em;
	width:253px;
	margin-left:4px;
	margin-right:4px;
}
#photoGalleryBar ul li a.photogallery_fecha{
	font-size:13px;
	color:#666666;
	display:block;
	margin-top:5px;
}
#photoGalleryBar ul li a.photogallery_fecha:hover {
	color:#e20025;
}
#photoGalleryBar ul li a.photogallery_title{
	font-size:13px;
	color:#333333;
	display:block;
	margin-top:5px;
}
#photoGalleryBar ul li a.photogallery_title:hover {
	color:#e20025;
}
#photoGalleryBar a img{
	display:block;
	background:#fff;
	margin-top:0;
}
/* AGENDA */
#photoGalleryBar_agenda { /*Do not change the name of ID */
	width: 675px;
	height: 185px;
	left: 30px;  
	margin-bottom:10px;
	margin-top: 10px;
	position: relative;  
	display:block;
}
#photoGalleryBar_agenda .container { /*Do not change the name of class */
	position: absolute;
	width: 575px;
	height: 180px;
	overflow:hidden;
	background:url(../img/bgGradientLines.gif) repeat;
}
#photoGalleryBar_agenda #previous_button { /*Do not change the name of class */
	position: absolute;
	width: 27px;
	height: 180px;
	background: url(../img/fle_izq_100.png);
	z-index: 100;    
	cursor:pointer;
}
#photoGalleryBar_agenda #previous_button_disabled { /*Do not change the name of class */
	background: url(../img/fle_izq_100_off.png);
	cursor:default;
}

#photoGalleryBar_agenda #previous_button.disabled { /*Do not change the name of class */
	background: url(../img/fle_izq_100_off.png);
	cursor:default;
}
#photoGalleryBar_agenda #next_button { /*Do not change the name of class */
	position: absolute;
	right: 0;
	width: 27px;
	height: 180px;
	background: url(../img/fle_der_100.png);
	z-index: 100;
	cursor:pointer;
}
#photoGalleryBar_agenda #next_button_disabled { /*Do not change the name of class */
	background: url(../img/fle_der_100_off.png);
	cursor:default;
}
#photoGalleryBar_agenda #next_button.disabled { /*Do not change the name of class */
	background: url(../img/fle_der_100_off.png);
	cursor:default;
}
#photoGalleryBar_agenda ul { /* Main page photo gallery is displayed in a list format */
	width: 100000px;
	position: relative;
	margin-top:5px;
	font-family: "FuturaStdBook", Arial, Verdana, Geneva, sans-serif;
}
#photoGalleryBar_agenda ul li {
	display:inline;
	float:left;
	text-align:left;
	font-weight:normal;
	font-size:15px;
	line-height:18px;
	width:700px;
	margin-left:4px;
	margin-right:4px;
}
#photoGalleryBar_agenda ul li a.photogallery_fecha{
	font-size:15px;
	color:#666666;
	display:block;
	margin-top:5px;
}
#photoGalleryBar_agenda ul li a.photogallery_fecha:hover {
	color:#e20025;
}
#photoGalleryBar_agenda ul li a.photogallery_lugar{
	font-size:15px;
	color:#666666;
	display:block;
	margin-top:5px;
	text-transform:uppercase;
}
#photoGalleryBar_agenda ul li a.photogallery_title1{
	font-size:15px;
	color:#e20026;
	display:block;
	margin-top:5px;
}
#photoGalleryBar_agenda ul li a.photogallery_title1:hover {
	color:#e20025;
}
#photoGalleryBar_agenda ul li a.photogallery_title{
	font-size:15px;
	color:#333333;
	display:block;
	margin-top:5px;
}
#photoGalleryBar_agenda ul li a.photogallery_title:hover {
	color:#e20025;
}
#photoGalleryBar_agenda a img{
	display:block;
	background:#fff;
	margin-top:0;
	border:2px solid #efefef;
	
}

/* vidpq */


#photoGalleryBar_vidpq { /*Do not change the name of ID */
	width: 300px;
	height: 100px;
	left: 0px;
	margin-bottom:10px;
	margin-top: 10px;
	position: relative;  
	display:block;
}
#photoGalleryBar_vidpq .container { /*Do not change the name of class */
	position: absolute;
	width: 250px;
	height: 95px;
	overflow:hidden;
	background:url(../img/bgGradientLines.gif) repeat;
}
#photoGalleryBar_vidpq #previous_button { /*Do not change the name of class */
	position: absolute;
	width: 8px;
	height: 95px;
	background: url(../img/fle_izq_8.png);
	z-index: 100;    
	cursor:pointer;
}
#photoGalleryBar_vidpq #previous_button_disabled { /*Do not change the name of class */
	background: url(../img/fle_izq_8_off.png);
	cursor:default;
}

#photoGalleryBar_vidpq #previous_button.disabled { /*Do not change the name of class */
	background: url(../img/fle_izq_8_off.png);
	cursor:default;
}
#photoGalleryBar_vidpq #next_button { /*Do not change the name of class */
	position: absolute;
	right: 15px;
	width: 8px;
	height: 95px;
	background: url(../img/fle_der_8.png);
	z-index: 100;
	cursor:pointer;
}
#photoGalleryBar_vidpq #next_button_disabled { /*Do not change the name of class */
	background: url(../img/fle_der_8_off.png);
	cursor:default;
}
#photoGalleryBar_vidpq #next_button.disabled { /*Do not change the name of class */
	background: url(../img/fle_der_8_off.png);
	cursor:default;
}
#photoGalleryBar_vidpq ul { /* Main page photo gallery is displayed in a list format */
	width: 100000px;
	position: relative;
	margin-top:2px;
	font-family: "FuturaStdBook", Arial, Verdana, Geneva, sans-serif;
}
#photoGalleryBar_vidpq ul li {
	display:inline;
	float:left;
	text-align:left;
	font-weight:normal;
	font-size:15px;
	line-height:18px;
	width:115px;
	margin-left:4px;
	margin-right:4px;
}
#photoGalleryBar_vidpq ul li a.photogallery_fecha{
	font-size:15px;
	color:#666666;
	display:block;
	margin-top:5px;
}
#photoGalleryBar_vidpq ul li a.photogallery_fecha:hover {
	color:#e20025;
}
#photoGalleryBar_vidpq ul li a.photogallery_title1{
	font-size:15px;
	color:#000000;
	display:block;
	margin-top:5px;
}
#photoGalleryBar_vidpq ul li a.photogallery_title1:hover {
	color:#e20025;
}
#photoGalleryBar_vidpq ul li a.photogallery_title{
	font-size:15px;
	color:#333333;
	display:block;
	margin-top:5px;
}
#photoGalleryBar_vidpq ul li a.photogallery_title:hover {
	color:#e20025;
}
#photoGalleryBar_vidpq a img{
	display:block;
	background:#fff;
	margin-top:0;
}

/* MAIN PAGE PHOTO_pq GALLERY BAR
============================================================== */
#photoGalleryBar_pq { /*Do not change the name of ID */
	width: 200px;
	height: 185px;
	margin-bottom:3px;
	position: relative;  
	display:block;
}
#photoGalleryBar_pq .container { /*Do not change the name of class */
	position: absolute;
	left: 29px;  
	width: 150px;
	height: 185px;
	overflow:hidden;
	background:url(../img/bgGradientLines.gif) repeat;
}
#photoGalleryBar_pq #previous_button { /*Do not change the name of class */
	position: absolute;
	width: 10px;
	height: 185px;
	background: url(../img/fle_izq_100.png);
	z-index: 100;    
	cursor:pointer;
}
#photoGalleryBar_pq #previous_button_disabled { /*Do not change the name of class */
	background: url(../img/left-disabled.gif);
	cursor:default;
}

#photoGalleryBar_pq #previous_button.disabled { /*Do not change the name of class */
	background: url(../img/left-disabled.gif);
	cursor:default;
}
#photoGalleryBar_pq #next_button { /*Do not change the name of class */
	position: absolute;
	right: 0;
	width: 10px;
	height: 185px;
	background: url(../img/fle_der_100.png);
	z-index: 100;
	cursor:pointer;
}
#photoGalleryBar_pq #next_button_disabled { /*Do not change the name of class */
	background: url(../img/right-disabled.gif);
	cursor:default;
}
#photoGalleryBar_pq #next_button.disabled { /*Do not change the name of class */
	background: url(../img/right-disabled.gif);
	cursor:default;
}
#photoGalleryBar_pq ul { /* Main page photo gallery is displayed in a list format */
	width: 100000px;
	position: relative;
	margin-top:10px;
}
#photoGalleryBar_pq ul li {
	display:inline;
	float:left;
	text-align:center;
	font-weight:normal;
	font-size:.9em;
	line-height:1em;
	width:167px;
	margin-left:8px;
	margin-right:8px;
}
#photoGalleryBar_pq ul li a.photogallery_title{
	color:#666666;
	display:block;
	margin-top:5px;
}
#photoGalleryBar_pq ul li a.photogallery_title:hover {
	color:#e20025;
}
#photoGalleryBar_pq a img{
	display:block;
	background:#fff;
	margin-top:0;
}
/* SUBNEWS - 2 ROWS 4 VERTICAL COLS BELOW THE PHOTO GALLERY
============================================================== */
#subNews { /* Wraps all vertical cols */
	float:left;
	line-height:1.1em;
	width:664px;
}
.subNewsContainer { /* Each vertical cols is wrapper individually with this calls */
	width:150px;
	float:left;
	margin-right:8px;
	padding-right:7px;
	display:inline;
	border-right:1px solid #efefef;
	padding-top:4px;
}
.subNewsContainer img {
	display:block;
	margin-bottom:5px;
}
.subNewsContainerMeta { /* wrapper for data and more link at bottom of vertical cols */
	display:block;
	font-size:.85em;
	font-style:normal;
	margin-top:5px;
	padding-bottom:5px;
}
.subNewsContainerMeta a{
	color:#e20025;
}
.subNewsContainerMeta a:hover {
	text-decoration:underline;
}
.border { /* The seperator between 8 entries below the photo gallery */
	clear:both;
	border-top:1px solid #efefef;
	display:block;
	height:1px;
	margin-right:8px;
}

/* SIDEBAR - FOR MAIN PAGE (the right hand of vertical cols at the bottom half)
================================================================== */
#mainPageSidebar { /* Wraps all the objects inside of main page sidebar */
	float:right;
	width:300px;
}
#searchCat  select, #archiveform  select, #cat, #googlequery{
	background-color: #FFF;
	border: 1px solid #7F9DB9;
	color: #555;
	font: 1em/1.2 Verdana, Arial, Geneva, Helvetica, Sans-Serif;
	margin-bottom: 10px;
	width:190px;
	padding: 1px;
	margin-left:10px;
}

/* AJAX TAB STYLE on sidebar of mainpage */
/* REQUIRED to hide the non-active tab content */
.tabberlive .tabbertabhide {display:none;}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 { display:none;}

/* ul.tabbernav = the tab navigation list */
ul.tabbernav{
	height:24px;
	margin-top:12px;
	font-size:.9em;
	border-bottom:1px solid #efefef;
	font-weight:bold;
}
ul.tabbernav li{
	display: inline;
	float: left;
	line-height: 23px;
	height: 24px;
}
ul.tabbernav li a {
	display: block;
	float: left;
	padding: 0 8px;
	text-align: center;
	height: 23px;
	background: #fafafa url(../img/bgAjaxTabs.gif) repeat-x;
	border-right:1px solid #efefef;
	border-left:1px solid #efefef;
	color: #222;
}
ul.tabbernav li.tabberactive a {
	color: #222;
	display: block;
	float: left;
	padding: 0 8px;
	text-align: center;
	height: 24px;
	border: 1px solid #efefef;
	border-bottom:1px solid #fff;
	background:#fff;
}

/* The tab container */
.tabbertab {
	border-bottom:1px solid #efefef;
	border-right:1px solid #efefef;
	border-left:1px solid #efefef;
	padding:5px;
	background:#fff;
	margin-bottom:12px;
}
.tabbertab ul li {
	line-height:18px;
	color:#666;
	border-bottom:1px dotted #D3D9EB;
	margin-left:3px;
	padding-top:2px;
	padding-bottom:2px;
	list-style:disc inside;
}
.tabbertab a  {
	display:inline;
	color:#666;
}
.tabbertab a:hover {
	color:#000000;
	text-decoration:underline;
}
.archiveBox {
	padding:5px 10px 0;
	background:#efefef;
}
/* FOOTER
============================================================== */
#footerCatBar { /*Category bar on footer */
	padding-top:4px;
	padding-bottom:4px;
	margin-top:5px;
	display:block;
	text-align:center;
	border-top:2px solid #efefef;
	border-bottom:2px solid #efefef;
	font-size:.9em;
	line-height:1em;
	font-weight:normal;
}
#footerCatBar ul {
	display:block;
}
#footerCatBar li {
	display:inline;
}
#footerCatBar a{
	text-transform:uppercase;
	color:#949494;
	margin-right:6px;
	margin-left:6px;
}
#footerCatBar a:hover {
	color:#da0006;
	text-decoration:none;
}
#footerPages { /* Pages bar on footer */
	margin-top:10px;
	padding-top:10px;
	padding-bottom:5px;
	display:block;
	text-align:center;
	background:#efefef;
	font-size:.9em;
	line-height:1em;
	font-family:arial,tahoma,sans-serif;
}
#footerPages ul {
	display:block;
}
#footerPages li {
	display:inline;
	margin-right:4px;
	margin-left:4px;
	font-weight:bold;
	text-transform:uppercase;
}
#footerPages a{
	color:#666666;
}
#footerPages a:hover {
	color:#da0006;
	text-decoration:none;
}
#themeInfo{ /* Wraps the credits below pages links on footer */
	display:block;
	margin-top:10px;
}

/* GLOBALS and CLASSES
============================================================== */
#bcrum { /* The wrapper for "category Archive for, Author archive" etc... captions in archive pages */
	font-size:.8em;
	border:1px solid #ddd;
	padding:7px;
	background:#f5f5f5;
	color:#444;
	margin-bottom:10px;
	line-height:1.3em;
}
.labelBC { /* The style for the label used on archive pages to display where visitor is (Category archives for - Posts tagged as ... )*/
	display:block;
	font-size:13px;
	color:#8f8f8f;
	margin-bottom:2px;
}
.locationBC { /* Name of category, archive or date placed below the (Category archives for - Posts tagged as ... ) text on archive pages */
	display:block;
	font-size:20px;
	color:#666666;
	letter-spacing:-1px;
}
.adLabel { /*Style for the label displayed as "advertisement" on ads */
	color:#aaa;
	display:block;
	font-size:12px;
	text-align:center;
	padding:3px 0;
}
.titleCatName_curri { /* Front page, category labels over blocks */
	color:#e20025;
	display:block;
	font-size:24px;
	margin:10px;
	font-family: "FuturaStdExtraBold", arial, tahoma, sans-serif;
}
.titleCatName_curri a,.titleCatName_curri a:hover {
	color:#e20025;
	font-size:24px;
	font-family: "FuturaStdExtraBold", arial, tahoma, sans-serif;
}
.titleCatName_con { /* Front page, category labels over blocks */
	text-transform:uppercase;
	color:#e20025;
	background-color: #efefef;
	font-weight:bold;
	display:block;
	font-size:12px;
	margin:3px 0px;
	padding:3px 3px;
	font-family: "FuturaStdBook", arial, tahoma, sans-serif;
}
.titleCatName_con a,.titleCatName a:hover {
	text-transform:uppercase;
	color:#e20025;
	background-color: #efefef;
	font-weight:bold;
	font-size:12px;
	margin:3px 0px;
	padding:3px 3px;	
	font-family: "FuturaStdExtraBold", arial, tahoma, sans-serif;
}
.titleCatName { /* Front page, category labels over blocks */
	text-transform:uppercase;
	color:#e20025;
	background-color: #efefef;
	font-weight:bold;
	display:block;
	font-size:14px;
	margin:3px 0px;
	padding:3px 3px;
	font-family: "FuturaStdBook", arial, tahoma, sans-serif;
}
.titleCatName a,.titleCatName a:hover {
	text-transform:uppercase;
	color:#e20025;
	background-color: #efefef;
	font-weight:bold;
	font-size:14px;
	margin:3px 0px;
	padding:3px 3px;	
	font-family: "FuturaStdExtraBold", arial, tahoma, sans-serif;
}
.titleCatName_solo { /* Front page, category labels over blocks */
	color:#e20025;
	display:block;
	font-size:15px;
	margin:10px;
	font-family: "FuturaStdExtraBold", arial, tahoma, sans-serif;

}
.titleCatName_solo a,.titleCatName_solo a:hover {
	color:#e20025;
	font-size:14px;
	font-family: "FuturaStdExtraBold", arial, tahoma, sans-serif;
	
	
}
.titleCatName_sin { /* Front page, category labels over blocks */
	color:#E20025;
	font-weight:normal;
	display:block;
	font-size:12px;
	margin-bottom:0px;
	margin-top:0px;
	font-family: "FuturaStdExtraBold", arial, tahoma, sans-serif;
}
.titleCatName_sin a,.titleCatName_sin a:hover {
	color:#E20025;
	font-weight:normal;
	font-size:12px;
	font-family: "FuturaStdExtraBold", arial, tahoma, sans-serif;
}
.titleCatName_sin_neg a,.titleCatName_sin_neg a:hover {
	color:#E20025;
	font-weight:normal;
	font-size:12px;
	font-family: "FuturaStdBook", arial, tahoma, sans-serif;

	padding-top:4px;
	padding-bottom:4px;
	padding-right:3px;
	padding-left:5px;
	margin-bottom:7px;
	letter-spacing:normal;
	border-left: 5px solid #e20025;
}
.videoTitle { /* Title of video on sidebar of frontpage */
	font-size:15px;
	margin-bottom:5px;
	display:block;
}
.videoTitle a {
	color:#666666;
}
.videoTitle a:hover {
	color:#e20025;
	text-decoration:none;
}
.clear{clear:both;}
.block {display:block}
.margintop {margin-top:7px;}
.paddingtop {padding-top:7px;}
.bordernone {border:none}

/* Widget Styles */
.widget {
	margin-bottom:10px;
}
.widget p {
	padding-top:5px;
	padding-bottom:5px;
}
.widget ul li {
	line-height:18px;
	color:#666;
	width:auto;
	border-bottom:1px dotted #D3D9EB;
	margin-left:3px;
	list-style:disc inside;
}
.widget a  {
	display:inline;
	width:auto;
	color:#666;
}
.widget a:hover {
	color:#000000;
	text-decoration:underline;
}
.sidebarWidget {
	margin-top:5px;
	margin-bottom:0;
}
.wideSidebarWidget {
	margin-top:5px;
	margin-bottom:0;
}
.narrowSidebarWidget ul {
	padding-left:5px;
	text-align:left;
}
#primaryTopWrapper .wp-caption-text,
#secondaryContentWrapper .wp-caption-text, 
#subNews  .wp-caption-text { 
/* Hack to hide captions; NOT to be displayed on main page */display:none; 
}
.thumb {
	padding:1px;
	background:#fff;
	/*border:1px solid #ccc;*/
}
.thumb_curri {
	padding:1px;
	background:#fff;
	border:1px solid #efefef;
}
.thumb_agenda {
	padding:1px;
	background:#fff;
	float:left;
	height:175px;
	width: 270px;
	/*border:1px solid #ccc;*/
}
.thumb_agenda_texto {
	padding:1px;
	background:#fff;
	float:left;
	height:175px;
	width: 255px;
	padding-left:15px;	
	/*border:1px solid #ccc;*/
}
/* INNER PAGE CONTENT AREA
============================================================== */
#innerContent { /* Inner page content wrapper */
	width:970px;
	float:left;
	margin-right:10px;
	margin-top:10px;
	display:inline;
	font-size:1.2em;
	line-height:1.8em;
	background:#FFF;
	border:#CCC 1px solid;
}	

	#innerLeft p {
		padding-bottom:10px;
	}
	.post a {
		color:#000000;
	}
	.post a:hover {
		color:#e20025;
	}
	.post ul {
		padding-bottom:10px;
		list-style: square inside;
	}
	.post img {
		padding:0px;
		background:#fff;
	}
	.post img.bnone {
		border:none;
	}
	.post ol {
		padding-bottom:10px;
		list-style: decimal inside;
	}
	.post li {
		padding: 2px 0px 2px 10px;
		font-size: 12px;
		line-height: 15px;
		color:#4c4c4c;
	}
	.alignleft {
		float:left;
		margin-right:10px;
		margin-top:5px;
	}
	.alignright {
		float:right;
		margin-left:10px;
		margin-top:5px;
	}
	.aligncenter {
		margin:0 auto;
		display:block;
	}
	.wp-caption img {
		margin-bottom: 5px;
		padding:4px;
		border: 1px solid #ddd;
		background-color:#fff;
	}
	p.wp-caption-text {
		color:#666666;
		width: auto;
		font:.7em verdana, arial, sans-serif;
		text-align:center;
	}
	blockquote {
		padding: 2px 10px;
		background: #f6f5f5;
		color:#333;
		clear:both;
		border-left: 3px solid #bfbbbb;
		margin-bottom:10px;
	}
	code {
		color:#444;
		font:11px/17px tahoma, arial, sans-serif;
		display:block;
	}
	blockquote p {
		font-size: 11px;
		padding: 5px 0px;
		margin: 5px 0px;
		line-height: 15px;
	}
	blockquote li {
		padding: 2px 0px 2px 10px;
		font-size: 11px;
		line-height: 15px;
		color:#369;
	}
	blockquote a {
		color:#0080ca;
		text-decoration:underline;
	}
	blockquote a:hover {
		color:#039;
	}
	.postinfo { /* post info shown under the summary of posts on search results */
		text-align:right;
		padding-top:3px;
		padding-bottom:3px;
		padding-right:5px;
		clear:both;
		font:11px verdana, arial, tahoma,sans-serif;
		color:#9f9f9f;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		background:#f9f9f9;
		margin-top:10px;
		margin-bottom:10px;
		display:block;
	}
	.postinfo a,.navigation a {
		color:#000000;
	}
	.postinfo a:hover, .navigation a:hover {
		color:#e20025;
	}
	.photoFrame { /* container around the photo on archive pages  */
		display:block;
		float:left;
		text-align:center;
		padding-bottom:5px;
		padding-right:5px;
		padding-left:5px;
		margin-bottom:15px;
		border-bottom:1px solid #f4f4f4;
		width:220px;
		min-height: 255px;
		height: auto !important; /* IE6 Min height hack */
		height: 255px;
	}
	.photoFrame_curri { /* container around the photo on archive pages  */
		display:block;
		float:left;
		text-align:center;
		padding-bottom:5px;
		padding-right:10px;
		padding-left:10px;
		margin-bottom:15px;
		background: url(../img/bgWriteComment.gif) repeat;
		border-bottom:1px solid #efefef;
		width:200px;
		min-height: 255px;
		height: auto !important; /* IE6 Min height hack */
		height: 255px;
	}	
	#entryMeta { /* Style to wrap author details below the article  */
		font-size:.8em;
		border:1px solid #ddd;
		padding:7px;
		background:#f5f5f5;
		color:#444;
		margin-bottom:10px;
		line-height:1.3em;
	}
	#entryMeta img { /* Alignment for author image on single post page */
		float:left;
		padding:2px;
		border:1px solid #bbb;
		margin-top:1px;
		margin-right:5px;
	}
	#entryMeta a { /* Link style for the post details below the post title on single post page */
		color:#8f8f8f;
		text-decoration:underline;
	}
	#entryMeta a:hover {
		text-decoration:none;;
	}
	
	#entryMeta_trans { /* Style to wrap author details below the article  */
	font-size:1.2em;
	border:1px solid #ddd;
	padding:7px;
	color:#111;
	margin-bottom:10px;
	line-height:1.3em;
	background-color: #e9f4f5;
	}
	#entryMeta_trans img { /* Alignment for author image on single post page */
		
		padding:2px;
		border:1px solid #bbb;
		margin-top:1px;
		margin-right:5px;
	}

	#entryMeta_trans a { /* Link style for the post details below the post title on single post page */
		color:#444;
		text-decoration:underline;
	}
	#entryMeta_trans a:hover {
		text-decoration:none;;
	}
	
	#entryMeta_cris { /* Style to wrap author details below the article  */
		font-size:1.2em;
		border:1px solid #ddd;
		padding:7px;
		background:#f5f5f5;
		color:#111;
		margin-bottom:10px;
		line-height:1.3em;
	}
	#entryMeta_cris img { /* Alignment for author image on single post page */
		float:left;
		padding:2px;
		border:1px solid #bbb;
		margin-top:1px;
		margin-right:5px;
	}

	#entryMeta_cris a { /* Link style for the post details below the post title on single post page */
		color:#444;
		text-decoration:underline;
	}
	#entryMeta_cris a:hover {
		text-decoration:none;;
	}
	
	#entryMeta_cris2 { /* Style to wrap author details below the article  */
		font-size:.9em;
		border:1px solid #ddd;
		padding:7px;
		background:#f5f5f5;
		color:#111;
		margin-bottom:10px;
		line-height:1.5em;
	}
	#entryMeta_cris2 img { /* Alignment for author image on single post page */
		float:left;
		padding:2px;
		border:1px solid #bbb;
		margin-top:1px;
		margin-right:5px;
	}
	#entryMeta_cris2 a { /* Link style for the post details below the post title on single post page */
		color:#444;
		text-decoration:underline;
	}
	#entryMeta_cris2 a:hover {
		text-decoration:none;;
	}
	
	
	#innerLeft { /* Post wrapper */
		float:right;
		width:718px;
		margin-left:9px;
		margin-right:9px;
	}
	#innerLeft_historia { /* Post wrapper */
		float:left;
		width:578px;
		margin-left:9px;
		margin-right:9px;
	}
	#innerCompleto { /* Post wrapper */
		float:left;
		width:950px;
		margin:10px;
	}	
	#innerIZQ { /* Post wrapper */
		float:left;
		width:312px;
		margin-right:9px;
	}
	#innerMED { /* Post wrapper */
		float:left;
		width:312px;
		margin-right:9px;
	}
	#innerDER { /* Post wrapper */
		float:right;
		width:312px;
		margin-right:9px;
	}	
	.gab_authorInfo  { /* Author Pages - Post Author Bio wrapper */
		background: #efefef;
		padding:5px;
		margin:5px 0 10px;
		border: 1px solid #ccc;
		font:11px/15px verdana, arial, sans-serif;
	}
	.gab_authorPic { /* Author Pages - photo inside of bio wrapper */
		float:left;
		width:50px;
		display:inline;
		margin-right:7px;
	}	
	.share { /* Socialize buttons styles */
		text-align:right;
		display:inline;
		padding-bottom:0px;
		background:url(../img/filete_puntos.png) no-repeat bottom right;
	}
	.share img {
		display:block;
		float:right;
		margin-left:5px;
		padding:0;
		border:none;
	}
	.share img:hover {
	}
	.postinfoPhotoCat { /* Post info for photo gallery post details shown below thumbnails on archive pages */
		padding-top:15px;
		font:11px verdana, arial, tahoma,sans-serif;
		color:#000000;
		display:block;
	}
	.postinfoPhotoCat a {
		color:#e20025;
	}
	.postinfoPhotoCat  a:hover {
		color:#e20025;
	}
	
	/* Inner Page JS Slider Style */
	#innerpage-slider {
		position: relative; /*leave as is*/
		overflow: hidden; /*leave as is*/
		width: 500px; /*width of innerpage content slider*/
		height: 290px;
		background:#efefef;
	}
	#innerpage-slider .contentdiv{ /* do not change the name of class - The size of contentdiv is 495x270 (after excluding padding value) */
		visibility: hidden; /*leave as is*/
		position: absolute; /*leave as is*/
		left: 10px;  /*leave as is*/
		top: 10px;  /*leave as is*/
		z-index:1;
	}
	#innerpage-slider p.sliderCaption { /* Post excerpt style on innerpage slider */
		color:#fff;
		font-size:1em;
		padding: 3px 5px 5px;
		position:absolute;
		top:15px;
		display:inline;
		width:auto;
		left:0px;
		background: url(../img/bgTransparent.png);
	}
	#innerpage-slider img {
		display:block;
		width:480px;
		max-height:270px;
		height: auto !important; /* IE6 Min height hack */
		height: 270px;		
		border:none;
		padding:0;
	}
	#paginate-innerpage-slider{ /* do not change the name of class - used to wrap thumbnails for innerpage area */
		background-color: #efefef;
		padding:0 0 5px 10px;
		margin-bottom:10px;
	}
	#paginate-innerpage-slider ul {
		width:490px;
		padding-bottom:0;
		list-style: none;
	}
	#paginate-innerpage-slider ul li {
		display: inline;
		width:65px;
		float:left;
		margin-left:0;
		padding:0 0 0 0;
		margin-right:4px;
		margin-bottom:3px;
	}
	#paginate-innerpage-slider img{ 
		padding:5px 0 0 0;
		border-right:0;
		border-left:0;
		width:65px;
		border-bottom:0;
		background: #efefef;
	}
	#paginate-innerpage-slider a img{
		border-top:4px solid #fff;
	}
	#paginate-innerpage-slider a:hover img, #paginate-innerpage-slider a.selected img{
		border-top:4px solid #e20025;
	}
	
/* INNER PAGE SIDEBARS
============================================================== */
#wideSidebar { /* The Wide sidebar on inner pages */
	float:left;
	width:212px;
	background:#f5f5f5;
	font-size:.8em;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	margin:5px;
}
#narrowSidebar { /* The narrow sidebar on inner pages that holds photo gallery and 120x600 ad */
	float:left;
	width:140px;
	padding-bottom:10px;
	text-align:center;
	background: url(../img/bgnarrowSidebar.gif) repeat-y;
	border-bottom:1px solid #efefef;
}
	#narrowSidebar img  { 
		padding:2px;
		border:1px solid #aaa;
		background:#fff;
		display:block;
		text-align:center;
		margin:0 auto 5px;			
	}
	ul#narrowSidebarGallery { /* Photo gallery style for the inner page narrow sidebar */
		margin-bottom:15px;
	}
	ul#narrowSidebarGallery li {
		display:block;
		width:126px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
		text-align:center;
		font: .9em/1.1em "FuturaStdBook", georgia, sans-serif;
	}
	ul#narrowSidebarGallery li a{
		color:#666666;
	}
	ul#narrowSidebarGallery li a:hover {
		color:#e20025;
	}
/* COMMENTS STYLE
============================================================== */
p#commentNotification { /* text style for notification message that is displayed when post is pass protected or comments are closed */ 
	display:block;
	margin-top:7px;
	background:#f9f9f9;
	padding:3px 5px;
	font-weight:bold;
}
p#noComment {
	font:bold .8em verdana, tahoma, arial, sans-serif;
	background:#efefef;
	padding:4px 4px 4px 10px;
}
ol.commentlist li a {
	color:#000000;
}
ol.commentlist li a:hover {
	color:#e20025;
}
ol.commentlist li {
	border:1px solid #d5d5d5; 
	height:auto; 
	margin:0 0 10px; 
	padding:5px; 
	position:relative; 
}
ol.commentlist li div.vcard { 
	font:bold 12px/1.4em helvetica,arial,sans-serif;
	color:#666666;
}
ol.commentlist li div.vcard cite.fn { 
	font-style:normal;display:inline; 
}
ol.commentlist li div.vcard cite.fn a.url {
	color:#666666;
	text-decoration:none;
}
ol.commentlist li div.vcard cite.fn a.url:hover { 
	text-decoration:underline;
}
ol.commentlist li div.vcard img.avatar { 
	border:1px solid #aaa;
	padding:1px;
	background:#fff; 
	right:7px; 
	position:absolute; 
	top:5px; 
}
ol.commentlist li div.comment-meta { 
	font:bold 10px/1.4 helvetica,arial,sans-serif;
	display:block;
	margin-bottom:5px; 
}
ol.commentlist li div.comment-meta a { 
	color:#aaa; 
	text-decoration:none;
	font-style:italic;
}
ol.commentlist li div.comment-meta a:hover { 
	color:#666666; 
}
ol.commentlist li p { 
	font:normal 12px/1.4em helvetica,arial,sans-serif;
}
ol.commentlist li ul { 
	font:normal 12px/1.4em helvetica,arial,sans-serif; 
	list-style:square; 
	margin:0 0 1em; 
	padding:0; 
	text-indent:0; 
}
ol.commentlist li div.reply { 
	background:#999; 
	border:1px solid #666; 
	color:#fff; 
	font:bold 9px/1 helvetica,arial,sans-serif; 
	padding:5px 10px;
	text-align:center;
	width:36px; 
}
ol.commentlist li div.reply:hover { 
	background:#c30; 
	border:1px solid #c00; 
}
ol.commentlist li div.reply a { 
	color:#fff; 
	text-decoration:none; 
	text-transform:uppercase; 
}
ol.commentlist li ul.children { 
	list-style:none;
	margin:1em 0 0; 
	text-indent:0;
}
ol.commentlist li ul.children li.depth-2 {
	margin:0 0 .25em; 
 }
ol.commentlist li ul.children li.depth-3 {
	margin:0 0 .25em; 
}
ol.commentlist li ul.children li.depth-4 {
	margin:0 0 .25em; 
}
ol.commentlist li.even { 
	background:#fff;
}
ol.commentlist li.odd { 
	background:#f5f5f5;
}

/* COMMENT FORM ELEMENTS
============================================================== */
#respond {
	font-family:verdana, tahoma, arial, sans-serif;
	background: url(../img/bgWriteComment.gif) repeat;
	padding:5px 15px 0;
	border:1px solid #ececec;
}
.cancel-comment-reply {
	font-size:12px;
}
.cancel-comment-reply, #respond cite {
	font-size:12px;
	padding-top:4px;
}
#respond label {
	font-size:10px;
	padding-left:3px;
	font-family:verdana, tahoma, arial, sans-serif;
}
#author,#email,#url {
	font: 11px verdana,Arial, Helvetica, sans-serif;
	width: 35%;
	padding: 2px;
	background:#fefefe;
	border: 1px solid #e6e6e6;
}
#respond textarea:focus, #respond input[type="text"]:focus {
	border: 1px solid #bbb;
	background: #fefff7;
}
#respond textarea {
	font: 12px Arial, Helvetica, sans-serif;
	width: 95%;
	height: 120px;
	background:#fefefe;
	border: 1px solid #e6e6e6;
	padding: 2px 3px 3px 7px;
}
#submit {
	background: url(../img/submit.gif) no-repeat left;
	width: 112px;
	height:24px;
	border:none;
	display:block;
	line-height:0px;
	cursor:pointer;
}
#submit:hover {
	cursor:pointer;
	background: url(../img/submit.gif) no-repeat right;
	width: 112px;
	height:24px;
}

/* Image Size Adjustments */
#featured-slider img {
	display:block;
	height:278px;
	width:495px;
}
#paginate-featured-slider img {
	display:block;
	width:75px;
	height:50px;
}
.photoFrame img {
	display:block;
	width:234px;
	height:200px;
	border:none !important;
	padding:0 !important;
}
.photoFrame_curri img {
	display:block;
	width:184px;
	height:150px;
	border:none !important;
	padding:0 !important;
	border: #efefef solid 1px;
}
#photoGalleryBar img {
	display:block;
	width:245px;
	height:170px;
}
