/*  
Theme Name: Original Premium News
Theme URI: http://www.woothemes.com/
Description: Original Premium News by WooThemes
Version: 1.2.3
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{/*I*/
	color: #444444;
	font: 11px/1.3em "Lucida Grande", Lucida, "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background: #whi;
	/*background: #1a1a1a;*/
	text-align: left;
}
a{
	color: #0099ff;
	text-decoration: none;
}
a:visited{
}
a:hover{
	text-decoration: none;
	border: none;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

/*========= LAYOUT =========*/

#page{
	margin: 0 auto;
	width: 960px;
}
/*--- Main Columns ---*/
#columns{/*I*/
	margin: 10px 0 0;
	/*padding: 0 15px 25px;*/
}
.col1{
	float: left;
	/*width: 580px*/
	width: 590px;
}
.col2{
	float: right;
	width: 355px;
	background-color: #e0e0e0;
}
/*--- Sub Columns ---*/
.subcol{
	width: 160px;
}
.subcol h2{/*I*/
	color: gray;
	font-size: 14px;
}

/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{/*I*/
	height: 45px;
	margin:0;
	background-color: #f2f2f2;
}
#nav-left {/*I*/
	float:left;
	display:inline;
	width:590px;
	height: 100%;
	font: 14pt Museo700Reg, "Lucida Grande", Lucida, sans-serif;
}
#nav-right {/*I*/
	float:right;
	display:inline;
	height: 100%;
	width:300px;
	line-height: 3em;
	}
#nav ul {/*I*/
	position: relative;
    height: 26px;
    overflow: hidden;
}
#nav ul  li {/*I*/
    float: left;
    list-style: none;
	font-weight:bold;
}
#nav ul  li.back {
    /*background-color: #333333;*/
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}
#nav ul  li a {/*I*/
	text-decoration: none;
	color: #dddddd;
	outline: none;
	text-align: center;
	top: 6px;
	letter-spacing: 0;
	z-index: 10;
	/*display: block;*/
	/*float: left;*/
	/*height: 26px;*/
	/*position: relative;*/
	overflow: hidden;
	/*margin: auto 15px !important;
	margin: auto 7px;*/	
}
#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}      
/*- Category Navigation -*/
.nav2, .nav2 * {
	margin:0;
	padding:0;
	
}
.nav2 {/*I*/
	height: auto;
	width: 100%;
	font-size:12px;	
	position:relative;
}
.nav2 ul {
	background:#fff; /*IE6 needs this*/
	/*float: left;*/
	position:relative;
}
.nav2 li {/*I*/
	line-height: 15px;
	height: 20px;
	float: left;
	list-style:none;
	z-index:999;
}
.nav2 li.current ul {
	z-index: 999;	
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background: #070707;
	color: #ffffff;
	text-decoration: none;		
}
.nav2 li li {
}
.nav2 a {/*I*/
	display: block;
	margin: 0 6px;
}
.nav2 li ul {
	left:0;
	top:-999em;
	top:0;
	position:absolute;
	width:960px;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {/*I*/
	text-decoration: none;
	background: #000;
}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {/*I*/
	border-bottom: none;
	color: white;
}
.nav2 li li.current a {
	font-weight: bold;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {

}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {/*I  Aqui es la posición del subMenu!!!*/
	/*top:2.5em;*/
	top: 20px;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
/*- Search -*/
#search{
	float: right;
	height: 100%;
	width:325px;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: transparent;
	border: 0;
	color: #b3b3b3;
	float: left;
	font-size: 13px;
	margin: 2px 0 0;
	padding: 2px 2px 2px 10px;
	width:288px;
}
#search .btn{
	margin: 3px 0 0 5px;
	padding: 0;
	width: auto;
}
/*- Header -*/
#header{/*I*/
	height: auto;
	overflow: hidden;
}
/*- Logo -*/
#header h1{/*I*/
	float:left;
	width:50%;
}
#header h1 a{
	display: block;
	height: auto;
	width: auto;
}
/*- RSS -*/
#rss{
	float: right;
	font-size: 12px;
	padding: 2px 10px 0 0;
	text-align: right;
	width: 285px;
}
#rss a{/*I*/
}
#rss ul{
	float: left;
	margin: 13px 0 0;
	width: 220px;
}
#rss li{
	margin: 0 0 3px;
	padding: 0 0 5px;
}
#rss img{
	float: right;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

.featured{
	height: 200px;
	margin: 0 0 10px;
	overflow: hidden;
}
.featured h2{/*I*/
	font-size: 11px;
}
.featured h3{/*I*/
	font-size: 22pt;
	margin-bottom: 6px;
	line-height: .9em;
}
.featured h3 a {/*I*/
	display:block;
	height: 100%;
}
.featured h3 a:hover {/*I*/
	display: block;
	width: 100%;
}
.featured p {/*I*/
	margin-bottom:10px;
	text-align: left;
}
.featured-img{
	margin: 0 10px 0 0;
	width:265px;
	height:189px;
	float:left;
	display:inline;
}
#ribbon{
	width:138px;
	height:138px;
	float:right;
}
#featured-th{
	height: 57px;
	margin: 0 0 30px;
}
#featured-th img{
	margin: 0;
	border:none;
}
#featured-th .idTabs {
	list-style:none;
	}
#featured-th .idTabs li {
	float:left;
	display:inline;
	margin-right:12px;
	}
#featured-th .idTabs li.last {
	margin-right:0px !important;
	}

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#DDD;
	float:left;
	width:550px;
	height:auto;
	margin-bottom:30px;
	}
.video-left {
	float:left;
	width:350px !important;
	display:inline;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:200px;
	display:inline;
	padding-top:7px;
	}
.video-right h2{/*I*/
	font-size:1.3em;
	line-height:1.2em;	
	padding: 0 0 0 10px !important;
	margin:0 !important;
	}
.video-right p{/*I*/
	color: #efefef;
	font-size:0.9em;
	line-height:0.8em;
	font-weight:bold;
	padding: 0 0 7px 10px !important;
	margin:0 !important;	
	}
.video-right .idTabs {
	border-top:1px solid #FFF;
	list-style:none;
	margin:5px 0px 0px 0px;
	padding:0px;
	}
.video-right .idTabs li {
	margin:0px;
	border-bottom:1px solid #FFF;
	background:#DDD;
	line-height:10px;
	}
.video-right .idTabs li a {/*I*/
	color: #efefef;
	font-size: 11pt;
	text-decoration:none;
	display:block;	
	padding:0 5px;
	}
.video-right .idTabs li a:hover {
	background:#C0C0C0 url(images/ico-watch.gif) right center no-repeat !important;
	}
.video-right .selected {
	background:#C0C0C0 url(images/ico-watch.gif) right center no-repeat !important;
	}

/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post{
	margin: 0;
	height: 250px;
	position: relative;
}
.post h2{/*I*/
}
.post h3{/*I*/
	line-height: 1.1em;
}
.post h3:hover{/*I*/
}
.post h3 a{/*I*/
	color: #0099ff;
	display: inline;
}
.col1 .box .post h3 a{
	display: inline;
}
.post h3 a:hover{
	color: black;
	background-color: #0099ff;
}
.post p{/*I*/
	margin-bottom:10px;

}
.post p.posted{/*I*/
	color: #c0c0c0;
}
/*- Box -*/
.box{
	clear: both;
	height: 1%;
	margin: 0 0 20px;
	/*padding: 15px 0 20px;*/
	padding: 0 0 20px;
}
.box .post{
	width: 260px;
}
.box .post h2{/*I*/
	/*font-size: .85em;*/
}
.box .post h3{/*I*/
}
.box .post p.posted{/*I*/
	font-size: 8pt;
}
/*=== Traditional Blog Post ===*/
.post-alt{/*I*/
	margin: 0 0 25px 0;
	padding-bottom:0;
	/*background: url(images/base_entry.jpg) bottom repeat-x;*/
}
.post-alt h2{/*I*/
	/*padding: 0 0 5px;*/
}
.post-alt h3{/*I*/
	color: #0099ff;
}
.post-alt h3 a{/*I*/

}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt p.posted{/*I*/
	color: #c0c0c0;
	font-size: 8pt;
}
/*=== Buttons ===*/
.continue{/*I*/
	padding: 0 0 0 13px;
}
.comments {/*I*/
}
.comments a{/*I*/
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	padding: 0 20px 0 0;
	font: 1.2em Museo300Reg, "Lucida Grande", Lucida;
}
/*=== Traditional Blog Post ===*/
.navigation {
	float: left;
	width: 580px;
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= ARCHIVE SPECIFIC =========*/

.archivebox {
	width:555px;
	margin-bottom:25px;
	color: #444;
	background-color: #009cff;
	position: relative;
	margin-right: 0;
	padding: 5px;
	font-size: 11px;
}
.archivebox h2 {/*I*/
	font-size:1.5em;
	color: #0099ff;
}
.archivebox h2 em{/*I*/
	color: silver;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {/*I*/
	padding-left:20px;
	color: #efefef;
}
.arclist{
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 260px;
}
.arclist h2{/*I*/
	color: #efefef;
	font-size: 18px;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	color:#C0C0C0;
}
.entry{/*I*/
	margin-bottom: 8px;
	width: 580px;
}
* .entry img{
	margin: 10px;
	float: left;
}
.entry p{/*I*/
	text-align:left;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
}
.entry .archivebox p{/*I Mio no original*/
	padding: 0;
	font-size: 11px;
}
.entry blockquote { 
	padding: 3px 15px;
	border: 1px solid #0253b8;
	margin: 5px auto 15px auto;
	color: #fff;
	width:85%;
	font-style: italic;
}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding: 2px 2px 2px 2px;
	background:#DDD;
	border: solid 1px #C0C0C0; 
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

h2.commh2{
	padding: 0 0 5px;
	margin-top: 45px;
	color: #0099ff;
	font: 16pt Museo300Reg, "Lucida Grande", Lucida, Helvetica, sans-serif;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist 0099ff{
	margin: 10px 0 15px;
	position: relative;
	color: #19a9c6;
}
ol.commentlist li.alt{/*I*/
	padding: 0 0 0 5px;
	/*background: black;*/
	/*border:1px solid #C0C0C0;*/	
}

/*========= SIDEBAR =========*/

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
.sideTabs {
	border-bottom: 1px solid #f2f2f2;
	height:31px;
	width:346px;
	float:left;
	display:block;
	}
.sideTabs .idTabs{/*I*/
	font-size: 12px;
	height: 30px;
	/*letter-spacing: -1px;*/
}
.sideTabs .idTabs li{/*I*/
	float: left;
	font-size: 11pt;
	font-family: Museo100Reg, "Lucida Grande", Lucida, Helvetica, sans-serif;
	line-height: 30px;
	width: 32%;
	margin: 0;
	margin-top: 0;
	text-align: center;
}
.sideTabs .idTabs li a{/*I*/
	background: #f2f2f2;
	border: 1px solid #e0e0e0;
	border-bottom: 0;
	color: gray;
	display: block;
	/*margin: 0 2px 0 0;*/
	font-weight:bold;
}
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	background: white;
	border: 1px solid #e0e0e0;
	border-bottom: 1px solid #0099ff;
	color: #0099ff;
	text-decoration: none;
}
.navbox{/*I*/
	background: white;
	border: 1px solid #f2f2f2;
	border-top: 0;
	margin: -2px 0 25px;
	padding: 3px 3px 0;
	position: relative;
}
.navbox li, #modo_links ul li{
	height: 17px;
	background: #f2f2f2 url(http://modo.com.mx/blog/assets/bkg-continuar.gif) no-repeat left bottom;
	overflow: hidden;
}
.navbox li:hover, #modo_links ul li:hover{
	background: #0099ff url(http://modo.com.mx/blog/assets/bkg-continuar.gif) no-repeat left top;
}

.list1,list3,list4{
	padding-bottom:12px;
	}
.list1 li,.list3 li,.list4 li{/*I*/
	/*background: url(images/ico-star.gif) no-repeat left center;
	padding: 6px 0 6px 25px;*/
	margin: 1px 0;
	padding-left: 15px;
	/*border-bottom: 1px dotted #C0C0C0;*/
}
.list1 li a,.list3 li a,.list4 li a{/*I*/
	color: #0099ff;
	display: block;
	width: 100%;
	height: 100%;
}
.list3 li {/*I*/
}
.list4 li {/*I*/
}
/*- Ads -*/
.ads{/*I*/
	border: 1px solid #eeeeee;
	height: 125px;
	width: 326px;
	margin: 0 20px;
	padding: 8px;
	overflow: auto;
}
.ads img{
	float: left;
	margin: 0 10px 0 0;
}
.ads img.last{
	margin: 0 !important;
}
/*- Flickr -*/
.flickr{/*I*/
	/*background: #fafafa;*/
	margin: 0 0 25px;
	position: relative;
}
.flickr .flickr_badge_image img {
	float:left;
	margin: 0 0 5px 5px;
	/*display:inline;*/
	/*padding-left:10px;
	padding-bottom:5px;*/	
}
.flickr h2{/*I*/
color: #0099ff;
	height: 21px;
	margin: 0 0 10px 0px;
	padding-left:10px;
	font-weight: normal;
	font-style: normal;
	font: 17pt Museo500Reg, "Lucida Grande", Lucida, sans-serif;
}
#page .col2 .flickr h2{
	font: 17pt Museo500Reg, "Lucida Grande", Lucida, sans-serif;
}
.flickr h2 span{
	float: left;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr h2 em{
	color: #848382;
	float: right;
	font-style: normal;
}
.flickr-ar {
	margin:10px 10px 0px 0px !important;
	padding:0px !important;
	position: absolute;
	top: 0;
	right: 0;
	text-align:right;
	/*float: right;*/
}

/*=== DropDown Lists ===*/
.catlist{/*I*/
	border-bottom: 1px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 0 0 10px;
	width: 160px;
}
.catlist h2{/*I*/
	color: gray;
	font-size: 14px;
	padding: 0 20px 0 0 !important;
}
.list-alt {
	padding-top:10px;
	}
.list-alt li{
	margin: 0 0 3px;
}
.list-alt li a{/*I*/
}
/*=== Styling Widget Lists ===*/
.widget h2 {
	text-transform:uppercase;
	}
.widget ul {/*I*/
	margin: 0 0 15px;
	padding: 10px 0 7px;
}
.widget ul li{
	margin: 0 0 7px;
}
.widget ul li a{/*I*/
}

/*========= FOOTER =========*/

#footer{
	background: white;
	clear: both;
	color: #7f7f7f;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	font-size: 10px;
}
#footer *{
	color: #7f7f7f;
}
#footer a{
	color: #7f7f7f;
}
#footer img {
	vertical-align:middle;
}

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{/*I*/
	/*background: url(images/hl-dot.gif) repeat-x bottom;*/
}
.hl-full{/*I*/
	float:left;
	clear:both;
	height:2px;
	width:100%;
	margin:20px 0 25px !important;
	margin:10px 0 15px;	
	padding:0 !important;
	border-bottom: thin dotted gray;
}
.hl2{
	border-bottom: 1px solid gray;
}
.hl3{
	border-top: 1px solid gray;
	padding: 10px 0 0;
}
.blog{/*I*/
	/*width:100% !important;*/
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{/*I*/
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
/*======================= MODO (isaac) =================================
==========================================================================*/
/* repito la regla por si deciden actualizar el archivo,
	asi, los ultimos estilos escritos tiene prioridad,
	para programación progresiva sobre su base sin que nos estorbe
	
	Cuando son ajustes menores a su vez los hago en el archivo, con un comentario con mi inicial "I"  y ya.	
*/
/*======================= MODO (isaac) =================================
==========================================================================*/
#avisoBlog{
	margin: 4px 0;
	padding: 5px 0 2px;
	width: 100%;
	height: 20px;
	text-align: center;
	border-top: thin solid #0099ff;
	border-bottom: thin solid #0099ff;
}
#page h1.pagModo{
	color: #0099ff;
	font-family: "Museo300Reg","Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}
#evento{
	color: #444;
}
body #evento p{
	padding: 0;
}
#evento h2{
	color: #0099ff;
	margin-bottom: 30px;
}
body #page #columns .col1 * .entry #evento p.resaltado{
	color: #0099ff;
	font: 18px/1em "Museo500Reg", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	margin: 10px 0 16px;
}
body #page #columns .col1 * .entry #evento #listaPago{
	display: block;
	margin: 0 auto;
	width: 96%;
	list-style-position: outside;
	margin-bottom: 16px;
	list-style-type: decimal;
}
#page .entry #evento ol#listaPago li{
	margin: 4px 0;
	padding: 0;
	list-style-position: outside;
}
#eventAbstract{
	width: 100%;
	height: 350px;
	background-color: #fefefe;
}

* p, * .col1 p{
	text-align: left;
	color: #444444;
}
* .col1 p{
	line-height: 1.5em;
}
.col2 a:hover{
	color: black;
	background-color: #0099ff;
}
/* Refuerzo para lo ya definido por el tema */
#page .col1 .ar{
	text-align: right;
}
.col1 .entry .size-full{
	margin-bottom: 0;
}
.col1 .entry .wp-caption{
	margin-bottom: 20px;
}
.col1 .entry p.wp-caption-text{
	text-align: right;
	font-size: .9em;
	padding: 0;
	margin-bottom: 10px;
}
.featured h2 a, .featured h3 a, .box h2 a, .box h3 a{
	display: block;
	width: 100%;
	height: 100%;
}
#page h1, #page h2, #page h3, #page h3{
	font-family: "Museo900Reg", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: capitalize;
	line-height: 1em;
	color: #0099ff;
}
* #page .col1 .box h3{
	font: 12pt "Museo700Reg", "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 10px;
}
* #page .col1 .box h2{
	font: 8pt "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #0099ff;
	text-transform: capitalize;
}
#rss{
	padding: 0 7px 0 0;
	vertical-align: middle;
	text-align: right;
	width: 100px;
	height: 90%;
}
#rss a:hover{
	
}
#rss p a{
	display: inline;
	vertical-align: middle;
}
#rss p{
	display: block;
	margin: 8px 5px auto;
}
#rss a.icoRSS{
	float: right;
	display: block;
	width: 31px;
	height: 30px;
	overflow: hidden;
	background: url(http://modo.com.mx/blog/assets/ico-rss.png) no-repeat center bottom;
}
#rss a.icoRSS:hover{
	background: url(http://modo.com.mx/blog/assets/ico-rss.png) no-repeat center top;
} 
.offsetTit{
	text-indent: -9999px;
}
.clearer{
	clear: both;
}
.azul{
	/*color: #0099ff;*/
	color:white;
}
.requeridos{
	color: #0099ff;
}
li.blog_usuario{
	color: #0099ff;
	width: 120px;
	height: 120px;
	float: left;
	margin: 10px;
	border: thin dotted #1ecaec;
	font: italic bold 14px/2em "Lucida Grande", Lucida, Helvetica, sans-serif;
	vertical-align: middle;
}

li.blog_usuario:hover{
	overflow: hidden;
	background-color: #0099ff;
	color: #000000;
	font: bold 60px/1em "Lucida Grande", Lucida, Helvetica, sans-serif;
	letter-spacing: -4px;
	word-spacing: 4px;
}
li.blog_usuario p{
	display: inline;
	color: inherit;
	line-height: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
}
p.azul.requerido{
	width: 150px;
	text-align: right;	
}
#m_newsletter{
	width: 340px;
	height: 45px;
	overflow: hidden;
}
#m_newsletter form{
	padding: 5px;
}
#m_newsletter input, #m_newsletter textarea{
	background-color: #b1b1b1;
}
#m_newsletter input:focus, #m_newsletter textarea:focus{
	background-color: white;
}

#m_newsletter h2{
	color: #0099ff;
	margin: 10px auto;
	padding-left:5px;
	font: 17pt Museo500Reg, "Lucida Grande", Lucida, sans-serif;
}
#m_newsletter h2.arriba{
}
#m_newsletter p{
	margin: 4px 0;
	vertical-align: middle;
	text-align: right;
}
#m_newsletter p.seEntera select {
	margin-top: 4px;
}
#m_newsletter p input, #m_newsletter p select {
	float: right;
	width: 170px;
	padding: 0;
}
.col2 #m_newsletter #titNews{
	text-transform: none;
}
#m_newsletter input#mnEnviar{
	padding-left: 15px;
	height: 17px;
	background: black url(http://modo.com.mx/blog/assets/bkg-continuar.gif) no-repeat left bottom;
	color: #0099ff;
	text-align: left;
	border: none;
}
#m_newsletter input#mnEnviar:hover{
	color: black;
	background: black url(http://modo.com.mx/blog/assets/bkg-continuar.gif) no-repeat left top;
	text-align: left;
	border: none;
}
#m_newsletter p.estudias {
	text-align: left;
}
#m_newsletter p.estudias span.first{
	float: left;
	margin-left:34px;
	text-align: right;
}
#m_newsletter p.estudias input, #m_newsletter p.estudias label {
	float: none;
	width: auto;
	margin: 0 3px;
}
#m_newsletter .alertRepetido{
	color: #f33224;
}


.mn_estudio, .mn_trabajo{
	width: 80px;
	margin-left: 10px;
	float: right;
	text-align: right;
}
.mn_estudio input, .mn_trabajo input, .mn_estudio label, .mn_trabajo label{
	float: right;
	text-align: right;
}

#m_newsletter p label{
	width: 150px;
	float: left;
}


.modo_singlePostTitle{
	font: 36pt/.6em Museo900Reg, "Lucida Grande", Lucida, Helvetica, sans-serif;
	margin-bottom: 45px;
}
.archivebox .singlePosted{
	color: #f33224;
	position: absolute;
	top: 10px;
	right: 15px;
}
.archivebox a:hover{
	color: black;
	background-color: #0099ff;
}

.archivebox .singlePosted span, ol.commentlist li small.commentmetadata span {
	color: silver;
}
.nav-2{
	width: 100%;
	/*height: 45px;*/
	background-color: #f2f2f2;
}
.nav-2 a{
	color: #0099ff;
}
.nav-2 a:hover{
	color: black;
	background-color: #0099ff;
}
.nav-2 li.categories{
	width: auto;
	line-height: 1.5em;
	padding: 0 6px;
	margin: 0;
}
.nav-2 li{
	float: left;
	margin: 0 8px 0 0;
}
.nav_categorias {
	height: 35px;
	width: 100%;
	font-size:12px;	
	position:relative;
}
.nav_categorias li{
	float: left;
	margin: 2px 10px;
}
#page #nav #nav-left #modo_topNav{
	height: 100%;
}
#page #nav #nav-left #modo_topNav li{
	height: 100%;
	margin: 0 15px 0 0;
}
#page #nav #nav-left ul#modo_topNav li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #0099ff;
	margin: 0;
	padding: 0 6px;
	line-height: 3em;
}
#page #nav #nav-left ul#modo_topNav a:hover{
	color: white;
	text-decoration: none;
	background-color: #0099ff;
}
#modo_tagCloudInner{
	width: 100%;
	height: 100%;
}
#modo_tagCloud{
	width: 330px;
	height: 110px;
	margin: 10px 5px;
	padding: 4px;
	border: thin dotted olive;
	position: relative;
}

div#modo_tagCloudInner:hover{
	/*opacity:0.3;*/
	
}
#modo_quotes{
	width: 100%;
	height:auto;
	text-align: center;
	margin: 10px 0 15px 0;
	padding-top: 10px;
	background-color: #f2f2f2;
}
#modo_quotes p{
	width: 90%;
	display: block;
	margin: 15px auto 20px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.4em;
	color: #444444;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}
#modo_quotes p#quotescollection_nextquote-0{
	margin: 5px;
	text-align: right;
	font-weight: normal;
	font-style: normal;
}
#modo_quotes cite{
	margin: 10px 0 0;
	text-align: center;
}
#prox_eventos{
	width: 100%;
	display: block;
	margin: 0 auto 10px;
	height: auto;
	min-height: 100px;
	color: #0c5463;
	text-align: left;
}
#prox_eventos h2{
	color: #0099ff;
	padding-left: 10px;
	margin: 10px auto;
	font: 17pt Museo500Reg, "Lucida Grande", Lucida, sans-serif;
}
#prox_eventos img{
	display: block;
	margin: 0 auto 10px;
}
.p_evento{
	margin: 2px 0;
	color: #c0c0c0;
}
.col2 .p_evento h3, #page .col2 .p_evento h3{
	text-align: left;
	color: #0099ff;
	font: 14pt Museo300Reg, "Lucida Grande", Lucida;
}
.p_evento p{
	height: 100px;
	overflow: hidden;
	line-height: 1.8em;
}
#prox_eventos .p_evento a{
	color: #0099ff;
}
#prox_eventos .p_evento a:hover{
	color: #0099ff;
	text-decoration: none;
}
#modo_links{
	width: 350px;
	height: 120px;
	min-height: 100px;
	margin: 10px 0;
	padding: 4px;
	background: url(http://modo.com.mx/blog/assets/spots-repeat.gif) repeat-y left;
}
#modo_links h2{
	margin-bottom: 6px;
	color: #0099ff;
	font: 17pt Museo500Reg, "Lucida Grande", Lucida, sans-serif;
}
#modo_links ul{
	min-height: 95px;
}
#modo_links .interes{
	width: auto;
	text-indent: 10px;
	padding-left: 15px;
}
#modo_links .interes a{
	display: block;
	width: 100%;
	height: 100%;
}
#modo_links .interes a:hover{
	color: black;
}
#modo_links ul:hover{
	
}
#modo_talento{
	width: 100%;
	height: auto;
	min-height: 150px;
	margin: 5px auto;
	border: thin dotted gray;
}
#modo_colaboradores{
	width: 100%;
	height: auto;
	min-height: 150px;
	margin: 5px auto;
	border: thin dotted gray;
}
#modo_fbConnect{
	width: 340px;
	height: auto;
	padding-left: 4px;
	margin: 10px auto;
	
}
#autor{
	width: 90%;
	display: block;
	margin: 0 auto;
}
#autor h2{
	color: #c2266b;
}
span.quotescollection_author{text-transform: capitalize;
	font-style: italic;
}
#modo_quotes a.quotescollection_refresh{color: gray;}
#modo_quotes a.quotescollection_refresh a:hover, #modo_quotes a.quotescollection_refresh a:active{color: #0099ff;}
p a.quotescollection_refresh{text-transform: capitalize; background: black url(http://modo.com.mx/blog/assets/bkg-continuar.gif) no-repeat left bottom;
	padding-left: 15px;
	height: 17px;
	/*color: #808080;*/
}
.col1 p a.quotescollection_refresh:hover{
	background: #0099ff url(http://modo.com.mx/blog/assets/bkg-continuar.gif) no-repeat left top;
	color: black;
}
.col1 #modo_quotes .quotescollection_nextquote{
	height: 17px;
}

.col2 * a:link{
}
.col2 div{
	margin-right: 5px;
	margin-left: 5px;
}
.col1 * a:link{
	color: #0099ff;
}
.col1 .archivebox p a:link{
	color: white;
}
#page .col1{/*I*/
}
#page .col1 .box h2 a{
	background-color: #f2f2f2;
	display: block;
	width: 100%;
	height: 100%;
}

div.col2 div#fb_Connector{
	width: 290px;
	min-height: 290px;
	height: auto;
	/*display: block;*/
	margin: 24px 0;
}
.posted span{
	color: silver;
}
span.continue{/*I*/
	margin: 0 0 2px 0;
	width: 100%;
	background: white url(http://modo.com.mx/blog/assets/bkg-continuar.gif) no-repeat left;
}
.mPost_content{
	position: absolute;
	top: 65px;
}
a.continue{
	padding: 0;
}
.comments a{
	/*background: url(images/ico-comm.gif) no-repeat left;*/
	color: #0099ff;
}
.modo-postOp a{
	display: block;
	width: 100%;
	height: 100%;
}

.modo-postOp{
	width: 100%;
	text-align: left;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
}
.featured .modo-postOp{
	width: 270px;
	float: left;
	position: relative;
}
.modo-postOp li{
	background-color: white;
	height: 17px;
	margin: 1px auto;
	padding-left: 25px;
}
.modo-postOp li.modo-pContinua{
	background: #f2f2f2 url(http://modo.com.mx/blog/assets/bkg-continuar.gif) no-repeat left bottom;
}
.modo-postOp li.modo-pContinua:hover{
	background: #0099ff url(http://modo.com.mx/blog/assets/bkg-continuar.gif) no-repeat left top;
}
.modo-postOp li.modo-pContinua a:hover{
	color: black;
}
.modo-postOp li.modo-pComenta{
	background: #0099ff url(http://modo.com.mx/blog/assets/bkg-comentarios.gif) no-repeat left bottom;
}

.modo-postOp li.modo-pComenta a:hover{
	color: black;
}
.modo-postOp li.modo-pComenta:hover{
	background: #0099ff url(http://modo.com.mx/blog/assets/bkg-comentarios.gif) no-repeat left top;
	color: black;
}

#page .col1 .modo-postOp li.modo-pCategoria h2{
	display: inline;
	height: 100%;
	width: auto;
	color: #0099ff;
	text-transform: capitalize;
	font-family: "Lucida Grande", Lucida, sans-serif;
	font-weight: normal;
	font-style: normal;
}
#page .col1 .modo-postOp li.modo-pCategoria h2 a{
	display: inline;
	line-height: 1.9em;
	color: #0099ff;
	font-weight: normal;
	font-style: normal;
}
/*.box div.post h2 a{
	display: inline-block;
	width: auto;
	height: 100%;
}*/
.box div.post{
	/*padding-left: 4px;
	padding-right: 4px;*/
}
.entry a{
	color: #0099ff;
	background: none;
}
.entry a:hover{
	color: #000;
	background-color: #0099ff;
}
.box div.post:hover{
	background-color: white;
}
ol.commentlist li small.commentmetadata{
	position: absolute;
	top: 0;
	right: 10px;
	color: #f33224;
}
ol.commentlist li small.commentmetadata a{
	color: #f33224;
}
ol.commentlist li p{
	color: #444;
	font-weight: normal;
	font-style: normal;
	margin-top: 10px;
	/*padding-left: 10px;*/
}
.list1 li a:visited,.list3 li a:visited,.list4 li a:visited{/*I*/
}
#comment form#commentform p{
	padding: 0;
	margin: 6px 0;
	height: auto;
}
form#commentform input, form#commentform textarea{
	background-color: #b1b1b1;
}
form#commentform input:focus, form#commentform textarea:focus{
	background-color: white;
}
* #page input:focus, * #page textarea:focus{
	border: 1px solid #0099ff;
}
#nav #nav-right form#searchform{
	margin-right: 8px;
}
form#searchform{
	height: 100%;
	width: 300px;
	margin-right: 8px;
}
#search input#s{
	height: 24px;
	background: white url(http://modo.com.mx/blog/assets/ico-buscar.gif) no-repeat right center;
}
form#searchform #search input#s{
	display: block;
	width: 230px;
	margin: 8px 0 0;
}
#modoContacto{
	width: 300px;
	margin: 0 auto;
	float: right;
}
h1#contacto, #modoContacto legend{
	color: #0099ff;
	font-size: 30px;
	margin: 10px 0;
}
#modoContacto fieldset{
	padding: 5px 0 0 0;
	font: 13px "Museo700Reg", LucidaGrande;
}
.pcontacto{
	width: 230px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#modoContacto label{
	display: block;
	width: 300px;
	height: auto;
	margin: 5px 0;
}
#modoContacto textarea{
	height: 60px;
}
#modoContacto input, #modoContacto textarea, #modoContacto select{
	margin-top: -15px;
	float: right;
	width: 210px;
	background-color: silver;
}
#modoContacto input:focus, #modoContacto textarea:focus, #modoContacto select:focus{
	background-color: white;
}
input#contactSubmit{
	width: 215px;
	height: 17px;
	padding-left: 15px;
	margin: 5px 0;
	background: black url(http://modo.com.mx/blog/assets/bkg-continuar.gif) no-repeat left bottom;
	color: #0099ff;
	text-align: left;
	border: none;
}
input#contactSubmit:hover{
	background: black url(http://modo.com.mx/blog/assets/bkg-continuar.gif) no-repeat left top;
	color: #000;
}

@font-face{
	font-family: "Museo900Reg";
	src: url(http://modo.com.mx/blog/assets/Museo900-Regular.otf);
}

@font-face{
	font-family: "Museo700Reg";
	src: url(http://modo.com.mx/blog/assets/Museo700-Regular.otf);
}

@font-face{
	font-family: "Museo500Reg";
	src: url(http://modo.com.mx/blog/assets/MUSE500R.TTF);
}

@font-face{
	font-family: "Museo300Reg";
	src: url(http://modo.com.mx/blog/assets/Museo300-Regular.otf);
}

@font-face{
	font-family: "Museo100Reg";
	src: url(http://modo.com.mx/blog/assets/Museo100-Regular.otf);
}
