/*
Theme Name: Comfy Magazine of JM Noticias
Theme URI: http://jmnoticias.com/
Version: 1.2 Pro - Version JM Noticias.com 
Author: Ahmed Fouad - JM Noticias
Author URI: http://deluxethemes.com/
*/

body {
	width: 100%;
	background: #d9d9d9;
	text-align: left;
	}

body a {
	color: #044364;
	text-decoration: none;
	}

body a:hover {
	color: #770035;
	text-decoration: none;
	}

body a:visited {
	color: #044364;
	text-decoration: none;
	}

input, textarea, select {
	font-family: Arial, san-serif;
	}

#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
	font-family: Arial;
	font-size: 0.80em;
	color: #000;
	}

#supercol {
	display: block;
	width: 960px;
	padding: 20px;
	background: #fff;
	border: 1px solid #213671;
	border-top: 0;
	}

#bigcolumn {
	float: left;
	width: 662px;
	overflow: hidden;
	margin: 10px 14px 0 0;
	display: inline;
	}

#sidebar {
	float: left;
	width: 324px;
	display: inline;
	}

#leftcolumn {
	float: left;
	width: 324px;
	margin: 0 14px 0 0;
	}

#rightcolumn {
	float: left;
	width: 324px;
	}

/* Header */

#header {
	width: 998px;
	height: 120px;
	background: url(img/top.png) repeat-x bottom;
	position: relative;
	margin-top: 5px;
	border: 1px solid #213671;
	}

#logo {
	position: absolute;
	bottom: 0;
	left: 20px;
	}

#logo img {
	display: block;
	overflow: hidden;
	}

.blogheader {
	position: absolute;
	bottom: 20px;
	left: 20px;
	}

.blogheader h1 {
	font-size: 2.1em;
	font-family: georgia;
	line-height: 1.3em;
	font-weight: normal;
	letter-spacing: -1px;
	}

.blogheader .description {
	line-height: 1.3em;
	}

#adtop {
	display: block;
	overflow: hidden;
	background: #fff;
	margin: 2px 0 0 0;
	padding: 1px;
	border: 1px solid #213671;
	}

#ad468 {
	position: absolute;
	bottom: 15px;
	right: 10px;
	display: block;
	overflow: hidden;
	border: 0px solid #213671;
	}

#ad468 img {
	display: block;
	overflow: hidden;
	}

#date {
	float: left;
	margin: 5px 0px 0px 10px;
	display: inline;
	background: transparent;
	width: 300px;
	height: 20px;
	color: #044364;
	line-height: 18px;
	font-weight: normal;
	}

#topnav ul {
	float: right;
	margin: 5px 10px 0px 0px;
	display: inline;
	height: 20px;
	line-height: 18px;
	background: transparent;
	font-weight: normal;
	}

#topnav li {
	float: right;
	display: block;
	height: 20px;
	line-height: 18px;
	padding-right: 5px;
	margin-right: 5px;
	background: transparent;
	}

#topnav a {
	float: left;
	display: block;
	height: 20px;
	line-height: 18px;
	color: #044364;
	}

#topnav li.feed {
	margin-right: 0;
	padding-right: 18px;
	background: url(img/rss.gif) no-repeat top right;
	}

#topnav li.feed a {
	color: #044364;
	}

#topnav a:hover, #topnav li.feed a:hover {
	color: #770035;
	}

/* Menu */ 

#menu {
	display: block;
	width: 998px;
	font-size: 0.95em;
	height: 30px;
	background: #f8f8f8;
	margin: 10px 0 0 0;
	border: 1px solid #213671;
	position: relative;
	z-index: 10;
	}

#menu ul {
	float: left;
	margin: 0 0 0 0;
	display: inline;
	height: 30px;
	width: 785px;
	}

#menu ul li {
	position: relative;
	float: left;
	display: block;
	}

#menu ul li a {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #555;
	font-weight: bold;
	padding: 0 10px 0 10px;
	border-right: 1px solid #ddd;
	}

#menu ul li.current-cat a, #menu ul li a:hover {
	color: #297eb9; 
	}

#menu ul li.current-cat li a {
	color: #555;
	}

#menu ul li.current-cat li a:hover {
	color: #000;
	}

/* Sub menu style */

#menu ul ul {
	float: none;
	display: none;
	position: absolute;
	top: 29px;
	left: -1px;
	background: #fff;
	margin: 0;
	padding: 0;
	height: auto;
	width: 110px;
	z-index: 10;
	font-size: 12px;
	border-left: 1px solid #213671;
	border-right: 1px solid #213671;
	border-top: 1px solid #213671;
	}

#menu ul ul ul {
	top: 5px;
	left: 150px;
	}

#menu ul ul li {
	float: none;
	display: block;
	position: relative;
      border-bottom: 1px solid #213671;
	}

#menu ul ul li a {
	float: none;
	display: block;
	font-weight: bold;
	color: #555;
	height: 22px;
	line-height: 22px;
	position: static;
	padding: 0 0 0 10px;
	margin: 0;
	}

#menu ul ul li a:hover {
	background: #ddd;
	color:#000;
	}

/* Search form for header area */

.searchform{
	display: block;
	overflow: hidden;
	float: right;
	padding: 0 10px 0 0;
	margin: 5px 0 0 0;
	width: 190px;
	}

.searchform input {
	display: inline;
	vertical-align: middle;
	}

.searchfield {
	width: 135px;
	height: 15px;
	background: #fff;
	font-size: 1em;
	color: #666;
	padding: 2px 3px 2px 3px;
	border: 1px dotted #213671;
	}

.searchbutton {
	width: 40px;
	height: 20px;
	background: url(img/search_go.png) no-repeat;
	cursor: pointer;
	margin: 0 0 0 3px;
	}

.searchbutton:hover {
	background: url(img/search_go.png) no-repeat bottom;
	}

/* Destacados */ 

.featured, .featured .content {
	display: block;
	width: 660px;
	}

.featured {
	height: auto;
	position: relative;
	z-index: 1;
	}

.featured .content {
	display: block;
	background: #fff;
	min-height: 215px;
	height: auto !important;
	height: 215px;
	border: 1px solid #213671;
	}

.featured .sm-w {
	margin: 2px 2px 0 2px;
	background: #013E69;
	border: 1px solid #213671;
	}

.featured h1 {
	float: left;
	display: block;
	color: #fff;
	font-family: georgia;
	font-size: 1.4em;
	font-weight: normal;
	padding: 1px 0 1px 0;
	margin: 3px 0 3px 10px;
	}

.featuredposts {
	float: right;
	padding: 7px 10px 0 0;
	display: inline;
	}

.featuredposts li {
	float: left;
	display: block;
	margin: 1px 10px 0 0;
	}

.featuredposts li a {
	float: left;
	display: block;
	width: 9px;
	height: 9px;
	background: url(img/light_off.png) no-repeat; 
	}

.featuredposts li a:hover {
	background: url(img/light_bl.png) no-repeat;
	}

.featuredposts li a.selected {
	background: url(img/light_on.png) no-repeat;
	}

.featuredposts li a.selected:hover {
	background: url(img/light_on.png) no-repeat;
	}

.featuredposts_content {
	display: none;
	position: relative;
	z-index: 1;
	}

@media print {
	.featuredposts_content {
	display: block !important;
	}
}

/* CONTENIDO DESTACADO */

.featuredposts_content .thumb {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 186px;
	height: 141px;
	}

.featuredposts_content .thumb img {
	display: block;
	overflow: hidden;
	border: 1px solid #aaa;
	padding: 1px;
	}

.featuredposts_content .fpost {
	position: absolute;
	top: 20px;
	left: 220px;
	right: 10px;
	}

.featuredposts_content .fpost h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 1.7em;
	line-height: 22px;
	padding: 0 0 12px 0;
	}

.featuredposts_content .fpost p {
	margin: 0;
	font-size: 1em; 
	line-height: 18px;
	color: #555;
	}

.featuredposts_content .fpost .read {
	position: absolute;
	top: 122px;
	font-size: 0.85em;
	line-height: 15px;
	color: #555;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.featuredposts_content .fpost .docomment {
	display: inline;
	height: 13px;
	font-size: 1em;
	line-height: 13px; 
	margin: 0 0 0 10px;
	}

.featuredposts_content .fpost .read {
	padding: 3px 0 3px 0;
	}

.featuredposts_content .fpost .docomment {
	padding: 8px 0 0 20px;
	}

.featuredposts_content .fpost .read {}
.featuredposts_content .fpost .docomment {}

.featuredposts_content .fpost .read {
	background-position: left 15px;
	}

.featuredposts_content .fpost .docomment {
	background-position: left 8px;
	}

.featuredposts_content .fpost .read a {
	color: #555;
	}

.featuredposts_content .fpost .read a:hover {
	color: #770035;
	}

.featuredposts_content .fpost .docomment a {
	color: #555;
	}

.featuredposts_content .fpost .docomment a:hover {
	color: #770035;
	}

/* final destacados */

/* Categorias */

.cat-widget {
	display: block;
	background: #fff;
	width: 322px;
      margin: 10px 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #213671;
	}

.cat-widget h3 {
	position: relative;
	display: block;
	background: #013E69;
	margin: 2px 2px 0 2px;
	padding: 3px 0 3px 10px;
	font-family: Georgia;
	font-size: 1.4em;	
	font-weight: normal;
	border: 1px solid #213671;
	}

.cat-widget h3 a {
	color: #fff;
	}

.cat-widget h3 a:hover {
	color: #a00004;
	}

.cat-widget h4 {
	position: relative;
	display: block;
	height: 25px;
	padding: 0;
	margin: 0 10px 0 10px;
	line-height: 25px;
	color: #555;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	}

.cat-widget .container {
	width: 320px;
	background: #fff;
	}

/* Categorias post styles */

.cat-widget .cpost {
	display: block;
	background: #fff;
	margin: 0 1px 0 0;
	padding: 15px 10px 10px 10px;
	}

.cat-widget .thumb img {
	float: left;
	display: inline;
	overflow: hidden;
	border: 1px solid #aaa;
	padding: 1px;
	margin: 0 10px 2px 0;
	}

.cat-widget p {
	line-height: 1.3em;
	font-size: 0.85em;
	margin: 5px 0 0 0;
	color: #555;
	text-align: left;
	}

.dark_perm {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em; 
	}

/* more stories */

.more_stories {
	background: #fff;
	margin: 0 1px 0 0;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #d7d7d7;
	font-size: 0.95em;
	font-weight: bold;
	}

.more_stories li .con {
	background: url(img/bullet.png) no-repeat;
	background-position: left center;
	padding: 0 0 0 10px;
	font-size: 0.90em;
	font-weight: normal;
	}

.more_stories li a {
	display: block;
	line-height: 1.4em;
	padding: 1px 5px 1px 10px;
	}

.more_stories a {
	color: #000;
	}

.more_stories a:hover {
	color: #770035;
	}

/* Final frontpage */ 

.fondo {
	display: block;
	width: 660px;
	background: #fff;
	margin: 10px 0 0 0;	
	border: 1px solid #213671;
	}

.fondo h3 {
	display: block;
	background: #013E69;
	margin: 2px 2px 5px 2px;
	padding: 3px 0 3px 10px;
	font-family: Georgia;
	font-size: 1.4em;	
	font-weight: normal;
	color: #fff;
	border: 1px solid #213671;
	}

.fondo ul { 
	background: #fff;
	}

.fondo img {
	border: 1px solid #aaa;
	padding: 1px;
	margin: 5px 0px 5px 5px;
	width: 60px;
	height: 60px;
	}

/* Fin Category */

/* Globales */
 
/* image aligning */

.aligncenter, .alignnone { 
	display: block; 
	overflow: hidden; 
	text-align: center; 
	margin: 0 auto 10px auto;
	}

.alignleft {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 10px 10px 0;
	}

.alignright {
	float: right;
	display: inline;
	overflow: hidden;
	margin: 0 0 10px 10px;
	}
 
.wp-caption {
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 0px;
	margin-top: 15px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
	}

.wp-caption p.wp-caption-text {
	font-size: 0.75em;
	font-family: arial;
	color: #555;
	line-height: 1.4em;
	padding: 5px 5px 3px 5px;
	margin: 0;
	}

/* post styles */

.wp-pagenavi {
	display: block;  
	margin: 20px auto 15px auto;  
	text-align: center;  
	font-weight: normal; 
	}  

.wp-pagenavi a, .wp-pagenavi a:link {  
	padding: 2px 4px 2px 4px;  
	margin: 2px;  
	text-decoration: none;  
	border: 1px solid #0066cc;  
	color: #0066cc;  
	background-color: #FFFFFF;  
	}

.wp-pagenavi a:visited {  
	padding: 2px 4px 2px 4px;  
	margin: 2px;  
	text-decoration: none;  
	border: 1px solid #0066cc;  
	color: #0066cc;  
	background-color: #FFFFFF;  
	}  

.wp-pagenavi a:hover {   
	border: 1px solid #000000;  
	color: #000000;  
	background-color: #FFFFFF; 
	}  

.wp-pagenavi a:active {  
	padding: 2px 4px 2px 4px;  
	margin: 2px;  
	text-decoration: none;  
	border: 1px solid #0066cc;  
	color: #0066cc;  
	background-color: #FFFFFF;  
	}  

.wp-pagenavi span.pages {  
	padding: 2px 4px 2px 4px;  
	margin: 2px 2px 2px 2px;  
	color: #000000;  
	border: 1px solid #000000;  
	background-color: #FFFFFF; 
	}  

.wp-pagenavi span.current {  
	padding: 2px 4px 2px 4px;  
	margin: 2px;  
	font-weight: bold;  
	border: 1px solid #000000;  
	color: #000000;  
	background-color: #FFFFFF; 
	}  

.wp-pagenavi span.extend {  
	padding: 2px 4px 2px 4px;  
	margin: 2px;   
	border: 1px solid #000000;  
	color: #000000;  
	background-color: #FFFFFF; 
	} 

.relacionados {
	display: block;
	overflow: hidden;
	float: left;
	background-color: #f3f3f3; 
	width: 320px;
	margin: 0; 
	padding: 0px 2px 5px 10px;    
	border: 1px dotted #213671;
	}

.relacion {
	display: block;
	overflow: hidden;
	float: right;
	background-color: #f3f3f3; 
	width: 260px;
	margin: 0; 
	padding: 15px 5px 5px 5px;    
	border: 1px dotted #213671;
	}

.relacion2 {
	display: block;
	overflow: hidden;
	margin: 10px 0 3px 0; 
	padding: 5px; 
	font-size: 10px;
	color: #000;   
	}

.post h1 {
	font-size: 2em;
	font-weight: normal;
	font-family: georgia;
	letter-spacing: -1px;
	margin: 15px 0 0 0;
	}

.post h2 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #aaa;
	margin: 15px 0 0 0;
	}

.post h3 {
	color: #297eb9;
	font-size: 1.7em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 15px 0 0 0;
	}

.post h4 {
	color: #666;
	font-size: 1.5em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 15px 0 0 0;
	}

.post h5 {
	color: #555;
	font-size: 1.2em;
	margin: 15px 0 0 0;
	}

.post h6 {
	color: #555;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	/* letter-spacing: -1px; */
	margin: 15px 0 0 0;
	}

.post em {
	color: #333;
	}

.post p {
	line-height: 1.4em;
	font-size: 1em;
	color: #000;
	text-align: left;
	margin: 10px 0 0 0;
	}

.post img {
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #ccc;
	}

.post del {
	text-decoration: line-through;
	color: #aaa;
	}

.post ins {
	text-decoration: underline;
	font-weight: bold;
	}

.inset-left {
	width: 200px;
	height: 100%;
	color: #315892;
	margin: 0px 15px 5px 0;
	padding: 10px 10px 10px 10px;
	float: left;
	font-size: 10px;
	font-weight: normal;
	/* line-height: 21px; */
	font-style: italic;
	border: 1px solid #999;
	}
	
.inset-right {
	width: 200px;
	height: 100%;
	color: #315892;
	margin: 0px 0px 5px 15px;
	padding: 10px 10px 10px 10px;
	float: right;
	font-size: 11px;
	font-weight: normal;
	/* line-height: 21px; */
	font-style: italic;
	border: 1px solid #999;
	}	

.post ul, .post ol {
	margin: 10px 0 0 10px;
	}

.post ul ul, .post ol ol {
	margin: 5px 0 5px 15px;
	font-size: 0.9em;
	color: #888;
	}

.post ul li {
	line-height: 1.2em;
	border-bottom: 0px solid #eee;
	padding: 3px 0 3px 0;
	margin: 0 0 0 5px;
	list-style-type: disc;
	}

.post ol li {
	line-height: 1.3em;
	border-bottom: 0px solid #eee;
	padding: 3px 0 3px 0;
	}

.post ul li a:hover, .post ol li a:hover {
	color: #770035;
	}

.post code {
	margin: 20px 0 0 0;
	display: block;
	background: #eee;
	border: 1px solid #e6e6e6;
	font-size: 1.1em;
	color: #555;
	}

.post blockquote {
	display: block;
	background: #f3f3f3;
	border: 1px solid #cfdee1;
	padding: 0 10px 10px 10px;
	margin: 20px 0 0 0;
	color: #555;
	font-weight: normal;
	}

.post blockquote blockquote {
	border: none;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
	color: #555;
	font-weight: normal;
	}

/* global page styles */

.page-all {
	display: block;
	background: #fff;
	border: 1px solid #213671;
	height: auto;
	}

.page-top {
	display: block;
	min-height: 430px;
	}

.containerI {
	padding: 15px 15px 15px 15px;
	}

/* Site navigation */

.sitenav {
	font-size: 0.9em;
	border-bottom: 1px solid #ccc;
	line-height: 1.5em;
	color: #999;
	}

/* Separate post styles */

.item {
	border-top: 1px solid #ddd;
	margin-top: 15px;
	margin-bottom: 15px;
	}

.post-thumb img {
	float: left;
	display: inline;
	margin: 10px 10px 10px 0;
	}

.postinfo {
	margin: 5px 0 0 0;
	font-size: 0.85em;
	color: #888;
	padding: 5px 0 0 0;
	/* border-top: 1px solid #ddd; */
	/* border-bottom: 1px solid #ddd; */
	}

.postinfo a {
	color: #044364;
	}

.postinfo a:hover {
	color: #770035;
	}

.post-tags3 {
	float: right;
	display: inline;
	color: #888;
	margin: 15px 0px 15px 0px;
	padding: 7px 0px 6px 0px;
	font-size: 0.9em;
	}

.post-tags2 {
	float: right;
	display: inline;
	color: #888;
	margin: 15px 0px 10px 0px;
	padding: 5px 0px 1px 0px;
	font-size: 0.9em;
	}

.post-tags {
	color: #888;
	margin: 15px 0 15px 0;
	padding: 7px 0 7px 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-size: 0.9em;
	}

.post-tags a {
	font-weight: normal;
	}

.tags {
	color: #888;
	margin: 10px 0 0 0;
	font-size: 0.9em;
	}

.tags a {
	color: #044364;
	font-weight: normal;
	}

.tags a:hover {
	color: #770035;
	}

.find {
	margin: 15px 0 0 0;
	}

.find input {
	vertical-align: middle;
	}

.findfield {
	border: 1px solid #ccc;
	padding: 2px;
	width: 250px;
	color: #555;
	}

.findsubmit {
	background: #297eb9;
	border: 1px solid #b6b6b6;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	height: 21px;
	}

.findsubmit:hover {
	color: #333; 
	background: #fff;
	}


/* Video archive */

.vidlist {
	margin: 15px 0 0 0;
	}

.vidlist li {
	float: left;
	width: 150px;
	height: 200px;
	margin: 0 10px 0 40px;
	}

.vidlist .videothumb {
	width: 150px;
	height: 113px;
	position: relative;
	}

.vidlist .videothumb img {
	background: #fff;
	padding: 3px;
	border: 1px solid #aaa;
	}

.vidlist .playit a {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 113px;
	background: url(img/play.png) no-repeat center;
	display: none;
	}

.vidlist .date {
	display: block;
	font-size: 0.80em;
	font-weight: bold;
	margin: 3px 0 0 5px;
	line-height: 1.4em;
	color: #aaa;
	}

.vidlist .title {
	display: block;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 10px 0 0 5px;
	}

.vidlist .videothumb img {
	overflow:hidden;
	}

.vidlist .title a:hover {
	text-decoration: none;
}

/* General Sidebar style */

/* box A */

.box_a {
	margin: 10px 0 0 0;
	background: #fff;
	overflow: hidden;
	border: 1px solid #213671;
	}

.box_a h2 {
	display: block;
	overflow: hidden;
	position: relative;
	width: 306px;
	height: 17px;
	background: #013E69;
	margin: 2px 2px 0 2px;
	font-family: Georgia;
	font-size: 1.3em;	
	font-weight: normal;
	color: #fff;
	padding: 3px 0 3px 10px;
	border: 1px solid #213671;
	}

.box_a div {
	/* display: block; */
	padding: 0 10px 10px 10px;
	}

.box_a p {
	line-height: 1.3em;
	font-size: 1em;
	color: #555;
	margin: 10px 0 0 0;
	}

.box_a em {
	color: #555;
	}

/* box P patrocinios */

.boxpatro {
	overflow: hidden;
	background: #fff;
	margin: 10px 0 0 0;	
	border: 1px solid #213671;
	}

.boxpatro h3 {
	display: block;
	position: relative;
	width: 306px;
	height: 17px;
	background: #013E69;
	margin: 2px 2px 5px 2px;
	font-family: Georgia;
	font-size: 1.3em;	
	font-weight: normal;
	color: #fff;
	padding: 3px 0 3px 10px;
	border: 1px solid #213671;
	}

.boxpatro ul {
	background: #fff;
	}

.boxpatro img {
	border: 1px solid #aaa;
	padding: 1px;
	margin: 5px 1px 5px 6px;
	width: 65px;
	height: 65px;
	}

/* box P publicidad */ 

.box_p {
	overflow: hidden;
	background: #fff;
	margin: 10px 0 0 0;
	background: #fff;
	border: 1px solid #213671;
	padding: 1px;
	}

/* Widgets style */

.widgets {
	margin: 0;
	/* border: 1px solid #213671; */
	}

.widgets a {
	line-height: 1.2em;
	font-size: 0.85em; 
	color: #555;
	}

.widgets h2 {
	display: block;
	position: relative;
	overflow: hidden;
	width: 306px;
	height: 17px;
	background: #013E69;
	margin: 2px 2px 0 2px;
	font-family: Georgia;
	font-size: 1.3em;	
	font-weight: normal;
	color: #fff;
	padding: 3px 0 3px 10px;
	border: 1px solid #213671;
	}

.widgets ul {
	padding: 0;
	margin: 0;
	}

.widgets li {
	margin: 0;
	overflow: hidden;
	}

.widgets li li {
	background: none;
	margin: 0 10px 0 10px;
	}

.widgets ul li {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ddd; 
	}

.widgets form {
	padding: 0 10px 0 10px;
	}	

.halfwidth ul li { 
	font-size: 1.1em;	
	float: left; 
	width: 140px; 
	}

.widgets div {
	padding: 0 10px 0 10px;
	line-height: 1.4em;
	margin: 10px 0 0 0;
	}

.widgets p {
	margin: 0 0 7px 0;
	}

.widgets form div {
	padding: 0;
	}

.widgets label {
	line-height: 1.5em;
	}

.widgets input {
	border: 1px solid #ddd;
	padding: 1px;
	vertical-align: middle;
	color:#555;
	}

/* left and right widget */

.widgetsl {
	float: left;
	overflow: hidden;
	width: 156px;
	margin: 10px 0 0 0;
	border: 1px solid #213671;
	}

.widgetsr {
	float: right;
	overflow: hidden;
	width: 156px;
	margin: 10px 0 0 0;
	border: 1px solid #213671;
	}

.widgetsl h2, .widgetsr h2 {
	position: relative;
	display: block;
	overflow: hidden;
	background: #013E69;
	margin: 2px 2px 0 2px;
	font-family: Georgia;
	font-size: 1.3em;	
	font-weight: normal;
	color: #fff;
	padding: 3px 0 3px 10px;
	border: 1px solid #213671;
	}

.widgetsl a .widgetsr a {
	font-size: 0.85em; 
	color: #555;
	line-height: 1.2em;
	} 

.widgetsl li, .widgetsr li {
	background: #fff;
	margin: 0;
	overflow: hidden;
	}

.widgetsl li li, .widgetsr li li {
	background: none;
	margin: 0;
	}

.widgetsl ul li, .widgetsr ul li {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #ddd;
	}

.widgetsl ul, .widgetsr ul {
	padding: 0 10px 0 10px;
	}

.widgetsl form, .widgetsr form {
	padding: 0 10px 0 10px;
	}

.widgetsl div, .widgetsr div {
	padding: 0 10px 0 10px;
	line-height: 1.3em;
	margin: 10px 0 0 0;
	margin: 5px 0 5px 0;
	}

.widgetsl p, .widgetsr p {
	margin: 0 0 7px 0;
	line-height: 1.3em;
	font-size: 1em;
	color: #555;
	}

.widgetsl form div, .widgetsr form div {
	padding: 0;
	}

.widgetsl label, .widgetsr label {
	line-height: 1.5em;
	}

.widgetsl input, .widgetsr input {
	border: 1px solid #ddd;
	padding: 1px; 
	vertical-align:middle;
	color:#555
	}

/* The ajax tabs */

.tabs {
	display: block;
	height: 22px;
	margin: 0 1px 0 1px;
	}

.tabs li {
	float: left;
	display: inline;
	height: 22px;
	}

.tabs li a {
	float: left;
	display: block;
	height: 22px;
	line-height: 22px;
	font-weight: bold; 
	color: #555;
	padding: 0px 11px 0 11px;
	margin: 2px 1px 0px 1px;
	border: 1px solid #213671;
	background: #f3f3f3;
	font-size: 0.9em;
	}

.tabs li a:hover {
	background: #d7d7d7;
	color: #000;
	}

.tabs li a.selected, .tabs li a.selected:hover {
	background: #f3f3f3;
	color: #770035;
	}

.tabcontent {
	display: none;
	margin: 0 10px 0 10px;
	}

.tabcontent li a {
	display: block;
	overflow: hidden;
 	height: 1%; 
	background: url(img/bullet.png) no-repeat;
	background-position: left center;
	color: #000;
	font-size: 0.85em;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #ddd;
	}

.tabcontent li a:hover {
	color: #770035;
	}

.tabcontent li a span {
	font-size: 0.80em;
	color: #555;
	}

@media print {
	.tabcontent {
	display: block !important;
	}
}

/* Subscription style */

#feedlink {
	font-weight: bold;
	padding: 0 0 0 22px;
	background: url(img/ico_feed.png) no-repeat;
	background-position: left center;
	}

#feedform {
	display: block;
	margin: 7px 0 0 0;
	background: url(img/ico_email.png) no-repeat;
	background-position: left center;
	}

#feedform fieldset {
	display: inline;
	overflow: hidden;
	}

#feedform input {
	vertical-align: middle;
	display: inline;
	}

#feedemail {
	background: url(img/field.png) no-repeat;
	width: 194px;
	height: 14px;
	padding: 3px;
	color: #666;
	margin: 0 0 0 22px;
	}

#feedbutton {
	background: url(img/signup.png) no-repeat top;
	width: 64px;
	height: 20px;
	cursor: pointer;
	margin: 0 0 0 3px;
	}

#feedbutton:hover {
	background: url(img/signup.png) no-repeat bottom;
	}

/* Final sidebar */

/* begin css for comments box */

.comments-box {}

.comments-box img {
	vertical-align: middle;
}

.comments-box h3 {
	background: transparent url(img/comments.png) repeat-x;
    	color: #013E69;
	font-size: 1.5em;
	font-family: Georgia;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 2px 0 5px 3px;
      }

#respond p, .cancel-comment-reply {
	color: #777;
	line-height: 1.4em;
	margin: 10px 0 0 20px;
	}

.text {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 2px;
	color: #555;
	width: 200px;
	}

.textcontacto {
	border: 1px solid #ddd;
	margin-left: 10px;
	font-size: 1em;
	padding: 3px;
	color: #000;
	width: 200px;
	}

.textcontacto2 {
	border: 2px solid #ddd;
	margin-left: 10px;
	font-size: 1.7em;
	padding: 3px;
	color: #000;
	width: 20px;
	}

#respond textarea {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 2px;
	color: #555;
	width: 90%; /* width of commenting area */
	}

.submit {
	padding: 2px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #213671;
	background: #013E69;
	color: #fff;
	}

.submit:hover {
	border: 1px solid #213671;
	background: #fff;
	color: #555;
	}

/* framework for comments */

ol.commentlist { 
	border-top: 1px solid #ddd; 
	margin: 15px 0 0 0; 
	padding: 5px 0 0 0;
	}

ol.commentlist li { 
	border: 1px dotted #213671;
	margin: 0 0 15px 0; 
	padding: 0 0 5px 0;
	list-style-type: none;  
	height: 1%;
	}

ol.commentlist li div.vcard { 
	float:left; 
	width: 50px;
	margin: 0 0 0 5px; 
	border: 0px solid #000;
	}

ol.commentlist li div.vcard cite.fn { 
	display: block; 
	width: 150px;
	margin: 0px 0 0 10px; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 0.9em; 
	border: 0px solid #000;
	}

ol.commentlist li div.vcard cite.fn a.url { }

ol.commentlist li div.vcard img.avatar { 
	border: 1px solid #ccc; 
	padding: 2px; 
	background: #fff; 
	display: block; 
	overflow: hidden;
	}

ol.commentlist li div.vcard img.photo { }
ol.commentlist li div.vcard span.says { }

ol.commentlist li div.commentmetadata { 
	font-size: 0.9em; 
	color: #999; 
	margin: 10px 10px 0px 350px;
	text-align: right; 
	border: 0px solid #000; 
	}

ol.commentlist li div.comment-meta {  
	color: #999; 
	}

ol.commentlist li div.comment-meta a { 
	color: #999; 
	}

ol.commentlist li p { 
	display: block; 
	margin: 10px 0 0 70px;
	padding: 0 10px 0 0; 
	line-height: 1.5em;
	}

ol.commentlist li div.reply {
	text-align: right; 
	padding: 10px;
	}

ol.commentlist li div.reply a { 
	padding: 3px 7px 3px 7px;
	margin-left: 15px;
	font-weight: bold;
	background: #eee;
	color: #000; 
	border: 1px dotted #888
	}

ol.commentlist li div.reply a:hover { 
	background: #fff; 
	}

ol.commentlist li ul.children li {
	padding: 0px 0 0 0px; 
	margin: 10px 10px 10px 30px;
	}

ol.commentlist li ul.children li div.reply a {
	padding: 3px 7px 3px 7px;
	font-weight: bold;
	background: #eee;
	color: #000; 
	border: 1px dotted #888
	}

ol.commentlist li ul.children li div.reply a:hover { 
	background: #fff; 
	}

ol.commentlist li ul.children li.depth-2 {
	border: 1px dotted #9acedd; 
	background: #f3f6fb; 
	}

ol.commentlist li ul.children li.depth-3 { 
	border: 1px dotted #00C7FF; 
	background: #fff; 
	}

ol.commentlist li ul.children li.depth-4 {  
	border: 1px dotted #9acedd; 
	background: #f3f6fb; 
	}

ol.commentlist li ul.children li.depth-5 { 
	border: 1px dotted #00C7FF; 
	background: #fff; 
	}

ol.commentlist li.alt {}

ol.commentlist li.bypostauthor p {}

ol.commentlist li.byuser {}

ol.commentlist li.comment-author-admin {}

ol.commentlist li.comment {}

ol.commentlist li div.comment-author {}

ol.commentlist li ul {}

ol.commentlist li ul.children {}

ol.commentlist li ul.children li.alt {}

ol.commentlist li ul.children li.bypostauthor {}

ol.commentlist li ul.children li.byuser {}

ol.commentlist li ul.children li.comment {}

ol.commentlist li ul.children li.comment-author-admin {}

ol.commentlist li ul.children li.odd {}

ol.commentlist li.even {}

ol.commentlist li.odd {}

ol.commentlist li.parent {}

ol.commentlist li.pingback {}

ol.commentlist li.thread-alt {}

ol.commentlist li.thread-even {}

ol.commentlist li.thread-odd {}

ol.pinglist {
	margin: 10px 0 0 0;
	}

ol.pinglist li {
	padding: 5px 0 5px 0px;
	border-bottom: 1px dotted #ddd;
	margin-left: 25px;
	} 

/* end */ 

/* footer */

#footer {
	width: 100%;
	text-align: center;
	border-top: 1px solid #ccc;
	background: #fff;
	font-family: arial;
	font-size: 0.80em;
	color: #888;
	display: block;
	margin: 10px 0 0 0;
	padding: 5px 0 0px 0;
	}

#footer-inner {
	width: 1000px;
	text-align: center;
	margin: 0 auto 0 auto;
	}

.des {
	float: left;
	display: inline;
	text-align: left;
	}

.copy {
	float: right;
	display: inline;
	text-align: right;
	}

.des p, .copy p {
	line-height: 1.5em;
	}

.des a, .copy a {
	font-weight: bold;
	}

.footer-ad {
	padding: 5px 0 5px 0;
	width: 1000px;
	background: #eee;
	margin: 5px auto 0 auto;
	}

.footer-ad a, .footer-ad img, .footer-ad span {
	margin: 0 auto 0 auto;
	text-align: center;
	}

.footer-ad span {
	display: block;
	line-height: 1.4em;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #aaa;
	}

.footer-ad img {
	padding: 3px;
	background: #ddd;
	}

/* Reset */ 

* {
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
	}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
ol {margin: 0 0 0 20px}
.clear {clear:both}

/* html {
	overflow: -moz-scrollbars-vertical;
	}
*/

/* ende */


