/* =============================================================================
   Reset
   ========================================================================== */
html{font-size:63%}
html,body,td,th,fieldset,button{margin:0;padding:0}
body{
	line-height:13px;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	color:#101111;
	background:#e7e9e8;
	background-image: -moz-linear-gradient(top, #f2f4f3, #d7d9d8);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d7d9d8),color-stop(1, #f2f4f3));
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f2f4f3', endColorstr='#d7d9d8');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f2f4f3', endColorstr='#d7d9d8')"}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,table,legend{margin:0 0 15px}
p{font-size:1.1em}
abbr{
	border-bottom:1px dashed #ccc;
	cursor:help}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}
/* Lists */
ul,ol{padding:0}
ul{list-style:disc}
ol{list-style:decimal}
li{margin:0 0 0 30px}
dt{float:left;margin:0 4px 0 0}
dd{margin:0}
/* Links */
a{color:#0a8fed;text-decoration:none;cursor:pointer}
a:hover{color:#053369}
a img{border:0}
/* Tables */
table{border-collapse:collapse;border-spacing:0}
td,th{vertical-align:middle}

/* Titles */
h1{font-size:2.4em}
h2{font-size:2.2em}
h3{font-size:2em}
h4{font-size:1.8em}
h5{font-size:1.6em}
h6{font-size:1.4em}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* =============================================================================
   Useful classes
   ========================================================================== */
.floatLeft{float:left!important}
.floatRight{float:right!important}
.noMargin{margin:0!important}
.noMarginRight{margin-right:0!important}
.noPadding{padding:0!important}
.noBackground{background:none!important}
.noBorder{border:0!important}
.displayNone{display:none}
.invisible {visibility:hidden}
.displayBlock{display:block}
.alignCenter{text-align:center}
.alignRight{text-align:right}
.bold{font-weight:700}
.verdana{font-family:Verdana,Arial,Helvetica,Sans-Serif}
.italic{font-style:italic}
.underline{text-decoration:underline}
.upperCase{text-transform:uppercase}
.lowerCase{text-transform:lowercase}
.clear{clear:both}
.center{display:block;margin:auto}
.indentedText{text-indent:-9999px}
ul.unstyled{list-style:none}
ul.unstyled li{margin:0}
ul.horizontal{list-style:none}
ul.horizontal li{float:left}
.modal{background: black;opacity:0.5;z-index: 50;position: fixed;top:0;bottom:0;left:0;right:0;display: none}


.borderBottom{
	border-bottom:1px solid #ccc;
}
.borderAll{border:1px solid #ccc}
.font{font-family:standard0755Regular!important}
.fontSmall{font-size:0.8em!important}
.fontSpace{letter-spacing:1px}
.blue{color:#0d6ee2}
.white{color:#fff}
.marginBottom10{
	margin-bottom:10px;
	*padding:0 0 10px;
}

/* =============================================================================
   CSS3
   ========================================================================== */
.roundedAll{
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px
}
.roundedTop{
	-moz-border-radius:12px 12px 0 0;
	-webkit-border-radius:12px 12px 0 0;
	border-radius:12px 12px 0 0;
}
.violetGradient{
	background: -webkit-gradient(linear,0% 0%, 0% 100%,from(#9e89d4),to(#45366d)) !important; 
	background: -webkit-linear-gradient(top,#45366d,#9e89d4) !important; 
	background: -moz-linear-gradient(top,#45366d,#9e89d4) !important; 
	background: -ms-linear-gradient(top,#45366d,#9e89d4) !important; 
	background: -o-linear-gradient(top,#45366d,#9e89d4) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#45366d', endColorstr='#9e89d4');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#45366d', endColorstr='#9e89d4')";
	color:white !important;}
.pinkGradient{
	background: -webkit-gradient(linear,0% 0%, 0% 100%,from(#d06cc2),to(#843e7a)) !important; 
	background: -webkit-linear-gradient(top,#843e7a,#d06cc2) !important; 
	background: -moz-linear-gradient(top,#843e7a,#d06cc2) !important; 
	background: -ms-linear-gradient(top,#843e7a,#d06cc2) !important; 
	background: -o-linear-gradient(top #843e7a,#d06cc2) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#843e7a', endColorstr='#d06cc2');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#843e7a', endColorstr='#d06cc2')";
	color:white !important;}
.yellowGradient{
	background: -webkit-gradient(linear,0% 0%, 0% 100%,from(#f5df72),to(#d8ba1e)) !important; 
	background: -webkit-linear-gradient(top,#d8ba1e,#f5df72) !important; 
	background: -moz-linear-gradient(top,#d8ba1e,#f5df72) !important; 
	background: -ms-linear-gradient(top,#d8ba1e,#f5df72) !important; 
	background: -o-linear-gradient(top,#d8ba1e,#f5df72) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d8ba1e', endColorstr='#f5df72');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d8ba1e', endColorstr='#f5df72')";
	color:white !important;}
.blueGradient{
	background: -webkit-gradient(linear,0% 0%, 0% 100%,from(#01b8fe),to(#1773e0)) !important; 
	background: -webkit-linear-gradient(top,#1773e0,#01b8fe) !important; 
	background: -moz-linear-gradient(top,#1773e0,#01b8fe) !important; 
	background: -ms-linear-gradient(top,#1773e0,#01b8fe) !important; 
	background: -o-linear-gradient(top,#1773e0,#01b8fe) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1773e0', endColorstr='#01b8fe');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1773e0', endColorstr='#01b8fe')";
	color:white !important;}
.blueLightGradient{
	background: -webkit-gradient(linear,0% 0%, 0% 100%,from(#fdfbfe),to(#a6d1e2)) !important; 
	background: -webkit-linear-gradient(top,#a6d1e2,#fdfbfe) !important; 
	background: -moz-linear-gradient(top,#a6d1e2,#fdfbfe) !important; 
	background: -ms-linear-gradient(top,#a6d1e2,#fdfbfe) !important; 
	background: -o-linear-gradient(top,#a6d1e2,#fdfbfe) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a6d1e2', endColorstr='#fdfbfe');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a6d1e2', endColorstr='#fdfbfe')";
	color:white !important
}
	
	
	
/****** Accessibility ******/
#go-main-content{
	width:1px;
	height:1px;
	overflow:hidden;
	position:absolute;
	left:-10000px;
	top:auto}



/* =============================================================================
   Fonts
   ========================================================================== */
@font-face{
font-family:'standard0755Regular';
src: url('../../fonts/stan0755-webfont.eot');
src: url('../../fonts/stan0755-webfont.eot?#iefix') format('embedded-opentype'),
	 url('../../fonts/stan0755-webfont.woff') format('woff'),
	 url('../../fonts/stan0755-webfont.ttf') format('truetype'),
	 url('../../fonts/stan0755-webfont.svg#standard0755Regular') format('svg');
font-weight:normal;
font-style:normal
}

@font-face{
font-family:'FelixTitlingMT';
src: url('../../fonts/FelixTitlingMT.eot');
src: url('../../fonts/FelixTitlingMT.eot?#iefix') format('embedded-opentype'),
	 url('../../fonts/FelixTitlingMT.woff') format('woff'),
	 url('../../fonts/FelixTitlingMT.ttf') format('truetype'),
	 url('../../fonts/FelixTitlingMT.svg#FelixTitlingMT') format('svg');
font-weight:normal;
font-style:normal
}



/* =============================================================================
   Main Layout
   ========================================================================== */
#main{
	width:989px;
	margin:auto;
}
#content {
	width:100%;
	margin:35px 0 35px;
}
#subContent {
	overflow:hidden;
	width:100%;
	background:#FFF;
/*	display:inline-block;*/
}



/****** Header ******/
#header{
	background:#fff url(../../img/blogs/bg_header.jpg) repeat-y;
	height:111px;
}
#header h1{
    font: 30px FelixTitlingMT;
	color:#595e62;
	margin:0px 0 0 20px;
        padding-top: 20px;
}
#header h1 span.displayBlock{
    font: 24px FelixTitlingMT;
}
.irAlInicio{
	margin:85px 13px 0 0;
	padding:0 0 0 15px;
	background:url(../../img/arrow-left-blue.png) center left no-repeat;
}


/****** right ******/
#right{
	width:290px;
	padding:6px 8px 0;
	border-left:1px solid #ccc;
}
#buscadorRight label{
	margin: 0 4px 0 12px;
}
#buscadorRight input{
    height: 20px;
    padding: 0 0 0 22px;
    width: 210px;
	-moz-border-radius:0 12px 12px 0;
	-webkit-border-radius:0 12px 12px 0;
	border-radius:0 12px 12px 0;
	background-color:#fbfbfb;
}
#buscadorRight button{
    background: url("../../img/buscar.jpg") no-repeat scroll right center transparent;
    height: 20px;
    margin: 0 0 0 68px;
    position: relative;
    right: 10px;
    top: -21px;
    width: 20px;
}
*+#ficha{
	width:290px;
	clear:both;
	float:left
}

#ficha img{
	padding:7px;
	background-color:#f1f1f1;
	float:left;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	margin:-5px 9px 2px 0;
}
#ficha a{
	margin:5px 10px 5px 0;
	color:#01B3FD;
}
#logo{
	background:#fbfbfb url(../../img/blogs/logo.jpg) no-repeat;
	width:272px;
	height:79px;
	*margin:10px 0 0;
}
#irAlSitio{
	width:68px;
	height:18px;
	-moz-border-radius:12px 12px 0 12px;
	-webkit-border-radius:12px 12px 0 12px;
	border-radius:12px 12px 0 12px;
	top:0;
	position:relative;
	color:#fff;
	padding:5px 0 0 18px;
}
.blueGradientArrowLeft{
	background: url(../../img/arrow-left-white.png) no-repeat 8px, -webkit-gradient(linear,0% 0%, 0% 100%,from(#01b8fe),to(#1773e0)) !important; 
	background: url(../../img/arrow-left-white.png) no-repeat 8px, -webkit-linear-gradient(top,#1773e0,#01b8fe) !important; 
	background: url(../../img/arrow-left-white.png) no-repeat 8px, -moz-linear-gradient(top,#1773e0,#01b8fe) !important; 
	background: url(../../img/arrow-left-white.png) no-repeat 8px, -ms-linear-gradient(top,#1773e0,#01b8fe) !important; 
	background: url(../../img/arrow-left-white.png) no-repeat 8px, -o-linear-gradient(top,#1773e0,#01b8fe) !important;
	filter: url(../../img/arrow-left-white.png) no-repeat 8px,  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1773e0', endColorstr='#01b8fe');
	-ms-filter: url(../../img/arrow-left-white.png) no-repeat 8px, "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1773e0', endColorstr='#01b8fe')";
	color:white !important;
}
#facebookPanel,
#twitterPanel{
	width:272px;
	background-color:#fbfbfb;
	display:block;
	*margin:10px 0 0;
}
#twitterTitle,
#facebookTitle{
	height:23px;
	padding:8px 0 0 42px;
    font: 14px FelixTitlingMT;
	color:#777;
}
#facebookTitle{
	background:url(../../img/blogs/logo_facebook.png) no-repeat 10px 3px;
}
#twitterTitle{
	background:url(../../img/blogs/logo_twitter.png) no-repeat 10px 3px;
}
#twitterContent,
#facebookContent{
	margin:0 0 27px;
	width:252px;
	padding:7px 10px 0;	
	position:relative
}
#twitterFooter{
	padding:5px 5px 0;
	height:19px;
}
#palabrasClave h4,
#rss li,
#facebookId,
#ultimosPosts li.liTitulo{
	margin:0 0 10px 0;
}
#facebookId p{
	margin:5px 0 0 0;
}
#facebookId p.meGusta{
	width:70px;
	height:20px;
	background:#fbfbfb url(../../img/blogs/megusta.jpg) no-repeat 9px 6px;
	margin: 7px 0 10px 60px;
    padding: 5px 0 0 30px;
}
#facebookId a{
	margin:0 10px 0 0;
}
#facebookContent ul.horizontal li{
    height: 73px;
    margin: 0 7px 5px 3px;
    width: 52px;
}
#facebookContent ul.horizontal li a{
	color:#0d6ee2;
}
.w37 {
    height: 36px;
    width: 37px;
}
.thumbBorder {
    border: 7px solid #EEEEF3;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.imgContainer {
    background: none repeat scroll 0 0 #EEEEF3;
    overflow: hidden;
    text-align: center;
}
#palabrasClave li{
	color:#999;
}
#palabrasClave li.t8{font-size:9px}
#palabrasClave li.t9{font-size:10px}
#palabrasClave li.t10{font-size:11px}
#palabrasClave li.t11{font-size:13px}
#palabrasClave li.t12{font-size:14px}
#palabrasClave li.t3{font-size:16px}
#palabrasClave li.t14{font-size:18px}
#palabrasClave li.t15{font-size:20px}
li{
	color:#0d6ee2;
	font-size:1.1em;
	margin:0 0 3px 30px;
}
li a{
	color:#000;
}
li a span{
	color:#0d6ee2;
	font-weight:bold;
	display:block;
}
#ultimosPosts h4,
#ultimosComentarios h4{
	margin:0 0 10px;
	font-size:1.1em;
	color:#0d6ee2;
	font-weight:bold;
	padding:0 0 10px 30px;
	background:url(../../img/arrow-right-blue.png) no-repeat 18px 3px;
}
#palabrasClave h4,
#categorias h4,
#palabrasClave h4,
#blogsRecomendados h4,
#sitiosRecomendados h4{
	color:#0d6ee2;
	padding:0 0 0 12px;
	background:url(../../img/arrow-right-blue.png) no-repeat center left;
	margin:0 0 10px 17px;
	font-size:1.1em;
}
#rss li{
	color:#000;
	font-weight:normal;
	background:url(../../img/rss.jpg) no-repeat 18px 0px;
	padding:0 0 9px 42px;
	list-style-type:none;
}
#ultimosPosts li a{
	color:#0d6ee2;
}
#sitiosRecomendados ul li.liTitulo a,
#blogsRecomendados ul li.liTitulo a{
	color:#0d6ee2;
	font-weight:bold;
	text-decoration:none;
}
#sitiosRecomendados li a,
#blogsRecomendados li a{
	color:#000;
	text-decoration:underline;
}
#archivos label{
	color:#0d6ee2;
	font-weight:bold;
	padding: 0 0 9px 35px;
	background:url(../../img/arrow-right-blue.png) no-repeat 23px 2px;
}
#archivos select{
    border: 1px solid #CCCCCC;
    color: #000;
    font: 1.2em Arial,Helvetica,Sans-Serif;
    margin: 4px 0 30px 5px;
    padding: 2px;
    width: 180px;
}



/****** left ******/
#left{
	background-color:#FFF;
	padding:16px 0 0;
    width: 672px;
}
#fecha p{
	width:134px;
	height:19px;
	font-size:1.1em;
	padding:6px 0 0 13px;
	margin:0 0 22px -10px;
	-moz-border-radius:0 12px 12px 0;
	-webkit-border-radius:0 12px 12px 0;
	border-radius:0 12px 12px 0;
	background:#0d6ee2 url(../../img/arrow-right-white-big.png) no-repeat center left;
}



/****** index ******/
article{
	margin: 0 0 5px 10px;
    padding: 0 10px 0 0;
    width: 662px;
	border-bottom:1px solid #0d6ee2;
}
article h1{
	font-size:2em;
	margin:0 0 10px;
}
article p.autor{
	font-size:1.2em;
	font-weight:normal;
	color:#999;
	width:200px;
	margin:0 0 27px;
}
article p{
	font:1.2em/1.3em Verdana,Arial,Helvetica,Sans-Serif;
}
#tags {
    padding: 5px 12px 0;
	background:#FBFBFB;
	color:#666;
    height: 19px;
	-moz-border-radius:12px 0 0 12px;
	-webkit-border-radius:12px 0 0 12px;
	border-radius:12px 0 0 12px;
	margin:20px 0 10px;
}
#tags span{
    height: 19px;
	font-size:1.4em;
	text-transform:uppercase;
	background:url(../../img/arrow-right-grey-big.png) no-repeat 48px 1px;
	float:left;
	padding:0 15px 0 0;
	margin:0;
}
ul.ulTags li{
	list-style:none;
    font-size: 1.2em;
	display:inline;
	margin:0 1px 0;
}
ul.ulEnlaces{
	height:30px;	
}
ul.ulEnlaces li{
	list-style:none;
	display:inline-block;
	margin:0;
	font-size:1em;
	border: 1px solid #E0E0E0;
	text-align: left;
	padding: 0px 0 0 10px;
	background:#fbfbfb;
}
#enlacePermanente{
	padding:3px 0 0 10px;
	height:21px;
	width:340px;
}
#enlacePermanente span{
	background:#fff;
    color: #666666;
    display: inline-block;
    height: 12px;
    margin: 0 5px 0;
    overflow: hidden;
    padding: 2px;
    vertical-align: middle;
    width: 160px;
}
#compartirEn{
	padding:4px 0 0 10px;
	height:20px;
}
#compartirEn li{
	border:none;
	padding:0;
}
#recomendadoPor{
	background:#fbfbfb url(../../img/recomendado-por.png) no-repeat right center;
	width:120px;
	padding:4px 0 0 10px;
	height:20px;
}
#sharePerfil{
	list-style: none;
	display:inline;
}
#sharePerfil li{
	float: right;
	margin:0 0 0 7px;
}
#sharePerfil li a{
    height:0;
    padding-top:16px;
    width:16px;
    overflow: hidden;
    display: block;
    cursor:pointer;
}
#sharePerfil li.facebook a{
	background: url(/img/facebook.png)
}
#sharePerfil li.twitter a{
	background: url(/img/twitter.png)
}
#sharePerfil li.delicious a{
	background: url(/img/delicious.png)
}
#redesPerfil{
	width: 100%;
	position:relative;
}
#facebookMegusta.perfil{
	-moz-border-radius:15px 0 0 15px;
	-webkit-border-radius:15px 0 0 15px;
	border-radius:15px 0 0 15px;
	width:330px;
	padding:2px 0 0 15px;
	height:25px;
}
#facebookMegusta.perfil div.fb-like span iframe.fb_ltr{
	width:330px;
}
#comentar{
	background:url(../../img/blogs/comentar.jpg) no-repeat 18px 0;
	padding:0 0 0 47px;
	height:20px;
	margin:0 0 10px;
}
#comentar span{
	padding:0 10px 0 0;
}
ul#postAntSig{
	padding:7px 10px;
	background:#fbfbfb;
	margin:10px 0 0 10px;
}
ul#postAntSig li{
	list-style:none;
	display:inline;
	margin:0;
}
ul#postAntSig li a,
ul#postAntSig li a:hover{
	color:#0d6ee2;
	text-decoration:none;
}
#postAntSig .postSiguientes{
	float:right;
	background:url(../../img/arrow-right-blue.png) no-repeat center right;
	padding:0 10px 0 0;
}
#postAntSig .postAnteriores{
	background:url(../../img/arrow-left-blue.png) no-repeat center left;
	padding:0 0 0 10px;
}



/****** comentarios *****/
#comentariosBlog{
	background:#f7f7f7;
	width:65x;
	float:left;
	padding:10px;
	margin:0 0 50px;
	border-radius: 0 0 13px 13px;
	-moz-border-radius: 0 0 13px 13px;
	-webkit-border-radius: 0 0 13px 13px;
}
#comentariosBlog h3{
	cursor:pointer;
	display:inline-block;
	width:90px;
	background:#fff url(../../img/arrow-right-blue.png) 98px center no-repeat;
	color:#0d6ee2;
	border-radius:13px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	text-align:left;
	height:14px;
	margin:0 16px 30px 0;
	padding:6px 10px;
	font-size:1.1em
}
#comentariosBlog ul{
	padding:0 5px;
}
#comentariosBlog li{
	list-style:none;
	margin:15px 0 0 0;
	border-bottom:1px solid #666;
}
#comentariosBlog .foto{
	width:50px;
	padding:0 20px 0 0;
}
#comentariosBlog .texto{
	width:575px;
}
#comentariosBlog span{
	margin:0 0 2px;
}
#comentariosBlog .foto,
#comentariosBlog .texto{
	float:left
}
#comentariosBlog .texto{
	margin:0 0 20px;
}
#comentariosBlog p{
    color: #000;
}



/****** General para elementos de formularios *******/
fieldset{
	border:0
}
label{
	cursor:pointer;
	display:inline-block;
}
form label{
	width:90px;
	background:#fff url(../../img/arrow-right-blue.png) 14px center no-repeat;
	color:#0d6ee2;
	border-radius:13px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	text-align:left;
	height:14px;
	margin:0 16px 30px 0;
	padding:6px 0 6px 24px;
}
button{
	background:none;
	border:0;
	cursor:pointer
}
form button{
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	text-align:center;
	font:700 8px standard0755Regular;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:5px 10px;
	float:right;
	margin: 0px 70px 60px 0;
}
input,
textarea,
select{
	font:1.1em Arial,Helvetica,Sans-Serif;
	padding:2px;
	background:#FFF;
	border:1px solid #ccc;
	color:#0d6ee2;
	margin:4px 50px 30px 0;
}
form input{
	width:152px;
}
form textarea{
	width:150px;
	height:100px;
	margin:4px 50px -90px 0;
}
form select{
	width:200px;
}
.formLast{
	margin-bottom:100px;
}

input.radio{
	width:auto!important;border:0!important;padding:0!important
}
#loginComentariosBlog{
	padding:0 20px 30px;
	font-size:1.2em;
}
#loginComentariosBlog ul{
	margin:0;
	padding:0;
	display:inline;
}
#loginComentariosBlog li{
	list-style:none;
	margin:0 10px;
	display:inline;
	border:none;
}
.formComentariosBlog{
	height:100px;
	width:640px;	
}
.formComentariosBlog textarea{
	width:480px;
	height:150px;
	margin: 4px 10px 30px 0;
}
.formComentariosBlog input{
	margin:4px 20px 30px 0;
}
.formComentariosBlog label{
	width:100px;
}
.formComentariosBlog button{
	background:#fff;
	color:#0d6ee2;
	margin:0 15px 25px 0;
}



/****** archivo ******/
#fecha{
	width:672px;
	margin: 0 0 22px;
}
#anios{
	margin:0 0 0 5px;
	padding:0 0 17px;
	border-bottom:2px dotted #0d6ee2;
	width:672px;
}
#anios li.anio{
	padding:10px 0 0 0;
	margin:0; 
	cursor:pointer;
	display:block;
	width:89px;
	height:22px;
	text-align:center;
	background:#0d6ee2;
	border-bottom:1px solid #FFF;
	border-top:none;
	font-size:1em;
}
ul#meses{
	margin: -38px 0 0;
	*margin: -38px 0 0 -44px;
    padding: 0 0 0 89px;
    position: absolute;
}
ul#meses li{
	width:49px;
	height:24px;
	display:inline-block;
	font-size:1.3em;
	margin:0;
	padding:8px 0 0 0;
	border-bottom:1px solid #999;
}
#meses li:hover,
#meses li.selected{
	background:#0d6ee2;
}
#meses li:hover a,
#meses li.selected a{
	color:#fff;
}
#articulos{
	padding:5px 0 0 0;
}
#articulos li{
	list-style-image:url(../../img/arrow-right-blue.png);
	margin:0 0 2px 25px;
}
#articulos li a{
	color:#0d6ee2;
}
#articulos li a:hover{
	color:#000;
}
#articulos li p{
	margin:0;
}
#articulos li span{
	color:#000;
}



/****** Footer ******/
#footer{
	clear:both;
	background:#0d6ee2;
	padding:10px 0 0 0;
	width:100%
}
#footer div{
	height: 27px;
    padding: 7px 0 0 15px;
	background:#f5f5f5;
}

#footer p{
	font: 19px FelixTitlingMT;
	color:#404346
}



/* =============================================================================
   Other devices
   ========================================================================== */
/* Smartphones (portrait and landscape) */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .homeVideos li div.descripcion{height:50px; padding: 5px}
}

/* Smartphones (landscape) */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) */
@media only screen
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    .homeVideos li div.descripcion{height:50px; padding: 5px}
}

/* iPads (landscape) */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops */
@media only screen
and (min-width : 1224px) {
/* Styles */
}

/* Large screens */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

/* Print */
@media print{
a[href]:after {content: " (" attr(href) ")";}
abbr[title]:after {content: " (" attr(title) ")"}
a[href^="javascript:"]:after, a[href^="#"]:after {content: "";}
thead{display:table-header-group}
tr,img{page-break-inside:avoid}
}