@import url("reset.css");
@import url("social.css");
/* CSS Document */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 12, 2013 */

@font-face {
	font-family: 'vigaregular';
	src: url('../font/viga-regular-webfont.eot');
	src: url('../font/viga-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/viga-regular-webfont.woff') format('woff'),  url('../font/viga-regular-webfont.ttf') format('truetype'),  url('../font/viga-regular-webfont.svg#vigaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font:100% Tahoma, Geneva, sans-serif;
	color:#666;
	width:1000px;
	padding:10px;
	margin:0 auto;
	background:#f5f5f5;
	/*
	background-image:url(../img/background.png);*/
}
h1, h2, h3, h4, h5, h6, p {
	margin-top:10px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
	margin-top:0;
}

p { margin-bottom:10px; }

p.tags {
	font-family:"vigaregular";
	font-size:0.75em;
}
p.tags b {
	font-weight:normal;
}
p.tags a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'vigaregular';
	font-weight:normal;
}

h3 { font-size:20px;}
h5 { font-size:15px;}
blockquote { margin-top:15px; margin-left:15px;}
h5 span { color:#3333A4;}
.orange { color: #f60; }
.font-bold { font-weight: bold; }

a {
	position: relative;
	color:inherit;
	text-decoration: none;
	outline:none;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	cursor:pointer;
}
.tooltip {
	font-family:"vigaregular";
	font-size:0.75em;
	color:#FFF;
	margin-top:10px;
	padding:2px 5px;
	background-color:#6A6ACD;
	border-radius:2px;
}
.tooltip:after {
	content:'';
	width: 0;
	height: 0;
	position:absolute;
	left:50%;
	margin-left:-5px;
	top: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #6A6ACD;
}
.f-right {
	float:right;
}
.f-left {
	float:left;
}
.zindex {
	position:relative;
	z-index: 1;
}
.spacer-10, .spacer-20, .spacer-30, .spacer-40, .spacer-50, .spacer-60, .spacer-70, .spacer-150, .spacer-250, .spacer-500 {
	display: block;
	clear: both;
}
.spacer-10 {
	height:10px;
}
.spacer-20 {
	height:20px;
}
.spacer-25 {
	height:25px;
}
.spacer-40 {
	height:40px;
}
.spacer-60 {
	height:60px;
}
.spacer-80 {
	height:80px;
}
.spacer-100 {
	height:100px;
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:before, .clearfix:after {
	content:'.';
	display:block;
	overflow:hidden;
	visibility:hidden;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom: 1;
}
.ver {
	float:left;
	height:30px;
	padding:0 10px;
	border:none;
	margin:0;
	background:#EBB852;
	font-family:"vigaregular";
	font-size:1em;
	color:#F0F0F0;
	line-height:30px;
	border-radius:5px;
	box-shadow:0 4px #D89126;
	text-shadow:0 1px 1px #666;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	cursor:pointer;
}
.ver:hover {
	background:#FFB41E;
	box-shadow:0 4px #CC7A00;
}
.ver2 {
	float:left;
	height:30px;
	padding:0 10px;
	border:none;
	margin:0;
	background:#DE044E;
	font-family:"vigaregular";
	font-size:1em;
	color:#F0F0F0;
	line-height:30px;
	border-radius:5px;
	box-shadow:0 4px #B52259;
	text-shadow:0 1px 1px #666;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	cursor:pointer;
}
.ver2:hover {
	background:#F70A66;
	box-shadow:0 4px #B52259;
}
.textb {
	float:left;
	height:22px;
	background:#FFF url(../img/bg_buscar.png) no-repeat 4px center;
	padding:4px 4px 4px 22px;
	border-radius:4px;
	border:1px solid #CCC;
}
input[type=submit] {
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
/*===============================
	header
=================================*/

header {
	float:left;
	width:220px;
	padding:0 20px 10px 0;
	font-size:0.72em;
	line-height:1.8;
}
header img {
	padding:0 10px 0 10px;
}
header p {
	margin-top:20px;
	padding:0 10px 0 10px;
	font-family:Georgia;
}

/*===============================
	IDIOMA
=================================*/
.idioma {
    position:relative;
    float:right;
    display:block;
    color: #999;
    font-family: "vigaregular";
    font-size: 14px;
    text-transform: lowercase;
}
.idioma a {
    color: #f60;
}
.idioma a:hover {
    color:#3333a4;
}
.idioma ul li {
    display:inline-block;
}


/*===============================
	nav
=================================*/

nav {
	float:left;
	position:relative;
	width:955px;
	padding:0 0 15px 0;
	font-size:16px;
	font-family:"vigaregular";
	color:#999;
	text-transform:lowercase;
	z-index:1;
	margin-bottom:20px;
}
nav a , nav li {
	display:block;
	transition:none;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	letter-spacing:0.02em;
	font-weight:normal!important;
}
nav > a {
	display:none;
}
nav > ul {
	float:left;
	
}
nav > ul > li {
	float:left;
	margin-right:7px;
	/*padding:3px 14px 4px;
	background-color:#FFF;
	border-bottom:4px solid #CCCCCC;*/
}
nav > ul li:last-child {
	margin-right:0;
}
nav li.mas {
	padding-left:41px;
	background:#FFF url(../img/mas.png) no-repeat 8px 4px;
}
nav li.mas:hover {
	background-position:8px -26px;
	background-color:#669900;
	color:#FFF;
}
nav li.mas2 {
	padding-left:41px;
	background:#FFF url(../img/mas.png) no-repeat 8px 4px;
}
nav li.mas2:hover {
	background-position:8px -26px;
	background-color:#FF9933;
	color:#FFF;
}
nav li.mas3 {
	padding-left:41px;
	background:#FFF url(../img/mas.png) no-repeat 8px 4px;
}
nav li.mas3:hover {
	background-position:8px -26px;
	background-color:#6633CC;
	color:#FFF;
}
nav li div.menu {
	background-color:#669900;
}
nav li div.menu2 {
	background-color:#FF9933;
}
nav li div.menu3 {
	background-color:#6633CC;
}
nav li.actual {
	background-color:rgba(255,255,255,0.5);
}
nav li div.menu {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:20px;
	margin:-4px 0;
}
nav li div.menu2 {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:20px;
	margin:-4px 0;
}
nav li div.menu3 {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:20px;
	margin:-4px 0;
}
nav li div.menu_body {
	float:left;
	position:relative;
	width:100%;
	overflow:hidden;
}
nav li div.menu_body p {
	float:left;
	width:31%;
	margin-left:20px;
}
nav li .menu_title strong {
	float:left;
	padding:0 10px;
	background:#339966;
	line-height:30px;
	font-weight:normal;
	border-radius:5px;
	box-shadow:0 4px #1A804D;
	text-shadow:0 1px 1px #666;
}
nav li div.nav_slider {
	float:left;
	width:40%;
	height:50px;
}
nav li div.nav_slider img {
	position:absolute;
	top:0;
	left:0;
	width:40%;
}
nav li ul.menu_tabs {
	display:none;
}
nav li p {
	float:right;
	width:60%;
	margin:0;
	text-transform:none;
}
nav li ul {
	float:left;
	width:30%;
}
nav li li {
	display:block;
	margin-left:20px;
	padding:10px 0;
	border-top:solid 1px #FFF;
	font-size:0.77em;
}
nav li p.menu_title {
	margin-bottom:10px;
}
nav li li.menu_title {
	font-size:1em;
	padding:0 0 15px;
}
nav li li:first-child, nav li li.first {
	border:0;
}
nav li input[type=checkbox] {
	margin-right:5px;
}
nav li .ver {
	margin-left:20px;
}
nav li p .ver {
	margin-top:10px;
}
nav li.r_video, nav li.r_doc, nav li.r_in {
	padding-left:30px; /*white-space:nowrap;*/
	overflow:hidden;
}
nav li.r_video {
	background:url(../img/r_video.png) no-repeat center left;
}
nav li.r_doc {
	background:url(../img/r_doc.png) no-repeat center left;
}
nav li.r_in {
	background:url(../img/r_in.png) no-repeat center left;
}
/*===============================
	#content
=================================*/


/* index */
#slider {
	position:relative;
	float: right;
width: 1000px;
height: 230px;
	

}
#slider div.base {
	position:relative;
	float:left;
	width:100%;
	opacity:0;
	height:160px;
	filter:alpha(opacity=0);
}
#slider div.slide {
	position:absolute;
	top:0;
	right:0; /*width:100%;*/
}

#slider div.slide img
{
	width:1000px;


}
#slider div.slide img, #slider div.base img {
	float:right; /*width:108%;*/
}
#slider div.slide img.mask {
	position:absolute;
	top:0;
	right:0;
}
#slider div.caption {
	position:absolute;
	top:10%;
	left:8%;
	width:50%;
	font-family:"vigaregular";
	color:#FFF;
	text-shadow:0 1px 2px #000;
}
#slider div.simple div.caption {
	width:90%;
}
#slider div.caption h2 {
	font-family:"vigaregular";
	font-size:1.875em;
}
#slider div.caption p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.75em;
	margin:5px 0;
}
#slider div.caption span {
	display:block;
	width:52px;
	height:18px;
	background:url(../img/flechas.png) no-repeat -52px 0;
	cursor:pointer;
}
#slider ul.tabs {
	position:absolute;
	bottom:10px;
	left:50%;
	width:100px;
	margin-left:-50px;
}
#slider ul.tabs li {
	float:left;
	width:10px;
	height:10px;
	margin-right:5px;
	border:solid 3px #FFF;
	background-image:url(../img/empty.gif);
	cursor:pointer;
}
#slider ul.tabs li.current {
	background-color:#343493;
}
/* articulo */
#foto {
	float:left;
	width:100%;
	margin-bottom:10px;
}
#main {
	position:relative;
	float:left;
	width:90%;
	padding:5%;
	background-color:#FFF;
	border-radius:10px;
}
#main > span {
	position:absolute;
	top:40%;
	left:-70px;
	width:70px;
	height:49px;
	background:url(../img/detalle_main.png) no-repeat 0 0;
}
#main ul.compartir {
	float:right;
}
#main ul.compartir > li {
	float:left;
	width:25px;
	height:25px;
	margin-left:5px;
	background:url(../img/compartir.png) no-repeat 0 0;
	cursor:pointer;
}
#main ulcompartir > li:first-child {
	margin-left:0;
}
#main ul.compartir li.print {
	background-position:-25px 0;
}
#main ul.compartir li.back {
	background-position:-50px 0;
}
#main ul.compartir li.back a {
	display:block;
	height:100%;
}
#main ul.compartir li.share {
	position:relative;
}
#main h1 {
	font-family:"vigaregular";
	font-size:2em;
	color:#6A6ACD;
	margin-top:0;
	line-height:1;
}
#main h1.text_title {
	padding-right:280px;
}
#main h1.text_title p {
	margin:0;
}
#main p.tags b {
	color:#333392;
}
#main p {
	margin:10px 0;
}
#texto {
	line-height:1.5;
	font-size:0.9em;
}
#texto a {
	color:#333392;
}
#texto a:hover {
	text-decoration:underline;
}
#main a.prev, #main a.next {
	display:inline-block;
	margin-top:20px;
	width:52px;
	height:18px;
	margin-right:5px;
	background:url(../img/flechas.png) no-repeat 0 -18px;
}
#main a.next {
	background-position:-52px -18px;
}
/* temas */
#main ul.temas {
	float:left;
	width:33%;
	font-family:"vigaregular";
	font-size:0.875em;
}
#main ul.temas li {
	padding:5px 0;
	margin-left:20px;
	border-bottom:dotted 1px #6A6ACD;
}
#main ul.temas.first li {
	margin-left:0;
}
#main a.ver {
	font-family:"vigaregular";
	font-size:1.125em;
}
#main a.enl {
	color:#6A6ACC;
}
#main p.titulo {
	color: #9A9ADC;
	font-family: "futuraBold";
	font-size: 1.4em;
}
#todostem {
	float:right;
	width:200px;
}
/* dudas y preguntas */
#main article {
	padding:10px 0;
	border-bottom:dotted 1px #6A6ACD;
}
#main .clear + article {
	border-top:dotted 1px #6A6ACD;
}
#main article h2 {
	font-family:"vigaregular";
	font-size:1.25em;
	color:#809B2B;
	margin-bottom:10px;
}
#main article h2 a:hover {
	text-decoration:underline;
}
#main article p.tags b {
	color:#6A6ACC;
}
#main ul.tag_list {
	float:left;
	padding-bottom:10px;
	font-family:"vigaregular";
	text-transform:lowercase;
	color:#FFF;
}
#main ul.tag_list li {
	float:left;
	height:29px;
	margin:10px 5px 0 0;
	padding-left:5px;
	background:#839E31;
	border:solid 1px #839E31;
	line-height:29px;
	cursor:pointer;
}
#main ul.tag_list li span {
	float:right;
	display:block;
	width:29px;
	height:100%;
	margin-left:5px;
	background:#FFF url(../img/tag_close.png) no-repeat center;
}
.letra {
	font-size:1.25em;
	color:#809B2B;
	margin-bottom:10px;
}
/* musica y videos */
#main.no_padding {
	width:100%;
	padding:0;
}
#video {
	float:left;
	width:480px;
	margin-right:2%;
}
#video img {
	width:100%;
	cursor:pointer;
}
#info_video {
	position:relative;
	padding:2%;
}
#info_video h1 {
	font-family:"vigaregular";
	font-size:1.25em;
	color:#FF3300;
}
#info_video p {
	font-size:0.75em;
	line-height:1.5;
}
#info_video a.mas {
	display:block;
	width:52px;
	height:18px;
	margin-top:10px;
	background:url(../img/flechas.png) no-repeat -52px -18px;
}
/* recursos */
#main ul.recursos li {
	border-bottom:dotted 1px #6A6ACD;
}
#main ul.recursos li a {
	display:block;
	padding:10px 10px 10px 30px;
}
#main ul.recursos li.r_video {
	background:url(../img/r_video_alt.png) no-repeat center left;
}
#main ul.recursos li.r_doc {
	background:url(../img/r_doc_alt.png) no-repeat center left;
}
#main ul.recursos li.r_in {
	background:url(../img/r_in_alt.png) no-repeat center left;
}
/*===============================
	section
=================================*/

section {
	float:left;
	width:700px;
	padding-top:20px;
}
section article {
	position:relative;
	float:left;
	width:30%;
	min-height:155px;
	margin-left:2%;
	padding:1% 1% 28px 1%;
	background-color:#FFF;/* border-radius:10px;*/
}
section article:first-child {
	margin-left:0;
}
section > article {
	margin-top:10px;
}
section article p {
	font-size:0.7em;
	line-height:1.3;
	letter-spacing:0.05em;
}

section article:first-child > span {
	top:-18px;
	left:50%;
	width:33px;
	height:28px;
	background-position:0 0;
}
section h2 {
	font-family:"vigaregular";
	font-size:1.5em;
	color:#555;
}
section h3 {
	font-family:"vigaregular";
	font-size:1.2em;
	margin-bottom:10px;
}
section article > a img {
	float:left;
	padding-right:10px;
}

section h3 img {
	margin:-5px 0 0 5px;
}
section article.n1 {
	background:url(../img/fondo-n1.png) no-repeat;
}
section article.n2 {
	background:url(../img/fondo-n2.png) no-repeat;
}
section article.n3 {
	background:url(../img/fondo-n3.png) no-repeat;
}
section article.n1 h3 {
	margin:0;
	margin-top:30px;
}
section article.n1 {
	min-height:180px;
	padding-bottom:0;
}
section article.n1 h3, section article.n1 p.fecha {
	color:#6633CC;
}
section article.n2 h3, section article.n2 p.fecha, section article.n2 b {
	color:#7F9A2B;
	margin-top:30px;
}
section article.n3 h3, section article.n3 p.fecha, section article.n3 b {
	color:#FFF;
	margin-top:30px;
	line-height:18px;
}
section article.n3 h3 {
	font-size:1em;
	margin-bottom:10px;
}
section article.n3 p {
	color:#FFF;
}
section p.fecha {
	position:absolute;
	top:6px;
	right:5%;
}
section a.mas {
	display:block;
	position:absolute;
	bottom:45px;
	left:10px;
	width:52px;
	height:18px;
	margin-top:10px;
	background:url(../img/flechas.png) no-repeat -52px -18px;
}
section a.mas2 {
	display:block;
	position:absolute;
	bottom:45px;
	left:10px;
	width:52px;
	height:18px;
	margin-top:10px;
	background:url(../img/flechas.png) no-repeat -52px 0;
}
section article > div > a.mas {
	float:left;
	position:static;
}
/* musica y videos */
section div.col {
	position:relative;
	float:left;
	width:32%;
	min-height:180px;
	margin:10px 0 0 2%;
}
section div.col:first-child {
	margin-left:0;
}
section div.col article {
	width:100%;
	min-height:150px;
	margin:0 0 20px;
	padding:0;
	background-color:#FFF; 
}
section div.col article img.f-left {
	margin-right:10px;
}
section div.col article > div.thumb {
	float:left;
	width:50%;
	max-width:160px;
	min-height:150px;
	background-color:#000;
	padding:0;
	margin-right:10px;
}
section div.col article > div {
	padding:10px;
}
section div.col div.tag_box {
	float:left;
	width:90%;
	padding:5%;
	background-color:#FFF;
	border-radius:10px;
}
section div.col div.tag_box article {
	width:100%;
	margin:0;
	padding:10px 0;
	border-bottom:dotted 1px #6A6ACD;
	min-height:auto;
	border-radius:0;
}
section div.col div.tag_box article:last-child {
	border-bottom:none;
}
section div.col div.tag_box article h2 {
	font-family:"vigaregular";
	font-size:1.25em;
	color:#809B2B;
	margin-bottom:10px;
}
section div.col div.tag_box article h2 a:hover {
	text-decoration:underline;
}
section div.col div.tag_box article p.tags b {
	color:#6A6ACC;
}
section div.cuadro {
	float:left;
	position:relative;
	width:100%;
	max-height:194px;
	margin:0 0 10px;
	color:#FFF;
	font-size:0.75em;
	line-height:1;
	overflow:hidden;
}
section div.cuadro img {
	width:100%;
}
section div.cuadro > div {
	position:absolute;
	bottom:0;
	left:0;
	width:90%;
	padding:10px 5%;
	background:#000;
	background:rgba(0,0,0,0.5);
}
section div.col h2.n1 {
	color:#6666CC;
}
section div.col h2.n2 {
	color:#336666;
}
section div.col h2.n3 {
	color:#FF6699;
}
section#bajada {
	float:left;
	width:700px;
	padding-top:0 !important;
}
section#bajada article#cont {
	position:relative;
	float:left;
	min-height:155px;
	margin-left:2%;
}
section#bajada article#cont:first-child {
	margin-left:0;
}
section#bajada article#cont.video {
	width:462px;
	height:305px;
	padding:0;
}
section#bajada article#cont.pub {
	width:220px;
	height:305px;
	padding:0;
}
section#contenido {
	width:955px;
	margin-left:0;
	margin-top:15px;
	padding-left:20px;
	padding-top:10px;
	padding-right:25px;
	text-align:left;
	background:#FFF;
}
section#contenido h1 {
	color:#3333A4;
	font-size: 2em;
	line-height: 1;
	margin-top: 0;
	font-family:"vigaregular";
}
section#contenido p {
	font-size:0.9em;
	line-height:1.5;
	letter-spacing:0.01em;
	font-family:Tahoma, Geneva, sans-serif;
}
section#titulo {
	padding-left:20px;
	background-color:#FFF;
	margin-bottom:15px;
	padding-right:25px;
	width:955px;
	border-bottom: 6px solid #cccccc;
}

section#titulo img {
	 float:left;
	 height:100px;
	 margin-right:20px;
	 margin-bottom:20px;
	}
section#titulo h1 {
	margin-top: 13px!important;
	color:#f60;
	font-size: 2.5em;
	line-height: 1;
	margin-top: 0;
	font-family:"vigaregular";
}
section#titulo p {
	font-size:0.9em;
	line-height:1.5;
	letter-spacing:0.01em;
	font-family:Tahoma, Geneva, sans-serif;
	margin-bottom:15px;
}

section#contenido a:link, section#contenido a {
	color:#f60;
	font-weight:bold;
	letter-spacing: 0.010em;
}
section#contenido a:hover {
	color:#01137f;
}
.lista-texto li {
	background: url(../img/bullet.png) transparent no-repeat 0 5px;
	padding-bottom:10px;
	padding-left:15px;
	display:block;
    font-size:0.9em;
	line-height:1.3;
	letter-spacing:0.02em;
}
/*===============================
	section banners
=================================*/

section#banners {
	float:left;
	width:196px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0 !important;
}
section#banners article#banner {
	position:relative;
	float:left;
	width:196px;
	min-height:155px;
	top:-24px;
	margin-left:0 !important;
	padding:1% 1% 28px 1%;/*border-radius:10px;*/
}
section#banners article#banner:first-child {
	margin-left:0;
}
section#banners > article#banner {
	margin-top:10px;
}
section#banners article#banner p {
	font-size:0.7em;
	line-height:1.3;
	letter-spacing:0.05em;
}

section#banners article#banner:first-child > span {
	top:-18px;
	left:50%;
	width:33px;
	height:28px;
	background-position:0 0;
}
section#banners h2 {
	font-family:"vigaregular";
	font-size:0.875em;
	color:#555;
}
section#banners h3 {
	font-family:"vigaregular";
	/*font-size:1.25em;*/
	margin-bottom:10px;
}
section#banners article#banner > a img {
	float:left;
	padding-right:10px;
}


section#banners article#banner.n1 {
	background:url(../img/fondo-n1-2.png) no-repeat;
}
section#banners article#banner.n2 {
	background:url(../img/fondo-n2.png) no-repeat;
}
section#banners article#banner.n3 {
	background:url(../img/fondo-n3-2.png) no-repeat;
}
section#banners article#banner.n4 {
	min-height:116px;
	width:200px !important;
	padding:0;
	margin:0 !important;
}
section#banners article#banner.n3 h3 {
	margin: 30px 5px 0;
}
section#banners article#banner.n3 p {
	margin: 0 5px 0;
}
section#banners article#banner.n1 h3 {
	margin: 30px 5px 0;
}
section#banners article#banner.n1 p {
	margin: 0 5px 0;
}
section#banners article#banner.n1 p a:hover {
	color:#FFF;
	background:#532BA8;
	background:rgba(102, 51, 204, 0.9);
	-pie-background:rgba(102, 51, 204, 0.8);
	behavior:url(path/PIE.htc);
}
section#banners article#banner.n3 p a:hover {
	color:#666;
	background:#FFF;
	background:rgba(255, 255, 255, 0.9);
	-pie-background:rgba(255, 255, 255, 0.8);
	behavior:url(path/PIE.htc);
}
section#banners article#banner.n1 {
	min-height:210px;
	padding-bottom:0;
}
section#banners article#banner.n1 h3, section section#banners article#banner.n1 p.fecha {
	color:#6633CC;
}
section#banners article#banner.n2 h3, section#banners article#banner.n2 p.fecha, section#banners article#banner.n2 b {
	color:#7F9A2B;
	margin-top:30px;
}
section#banners article#banner.n3 h3, section#banners article#banner.n3 p.fecha, section#banners article#banner.n3 b {
	color:#FFF;
	margin-top:30px;
	line-height:18px;
}
section#banners article#banner.n3 h3 {
	font-size:1em;
	margin-bottom:10px;
}
section#banners article#banner.n1 h3 {
	font-size:1em;
	margin-bottom:10px;
}
section#banners article#banner.n3 p {
	color:#FFF;
}
/*=====================================
*/

/* recursos */
#contenido ul.recursos li { border-bottom:dotted 1px #6A6ACD; }
#contenido ul.recursos li a { display:block; padding:10px 10px 10px 30px; }
#contenido ul.recursos li.r_video { background:url(../img/r_video_alt.png) no-repeat center left; }
#contenido ul.recursos li.r_doc { background:url(../img/r_doc_alt.png) no-repeat center left; }
#contenido ul.recursos li.r_in { background:url(../img/r_in_alt.png) no-repeat center left; }


/*guias*/
#contenido ul.compartir { float:right; }
#contenido ul.compartir > li { float:left; width:25px; height:25px; margin-left:5px; background:url(../img/compartir.png) no-repeat 0 0; cursor:pointer; }
#contenido ulcompartir > li:first-child { margin-left:0; }
#contenido ul.compartir li.print { background-position:-25px 0; }
#contenido ul.compartir li.back { background-position:-50px 0; }
#contenido ul.compartir li.back a { display:block; height:100%; }
#contenido ul.compartir li.share { position:relative; }
#contenido h1 { font-size:1.5em; color:#6A6ACD; margin-top:0; line-height:1; }


#contenido h1.text_title { padding-right:250px; }
/*#contenido h1.text_title p { margin:0; }*/
#contenido p.tags b { color:#333392; }
/*#contenido p { margin:10px 0; }
#texto { line-height:1.5; font-size:0.9em; }
#texto a { color:#333392; }
#texto a:hover { text-decoration:underline; }*/
#contenido a.prev, #main a.next { display:inline-block; margin-top:20px; width:52px; height:18px; margin-right:5px; background:url(../img/flechas.png) no-repeat 0 -18px; }
#contenido a.next { background-position:-52px -18px; }


ul.noticias {
	font-size:0.9em;
	list-style-type: none;
	width:654px;
	margin:0px;
	padding:0px;
}

ul.noticias li {
	padding:5px;
}

.zebra_even {
	background: url(../img/r_doc2.png) no-repeat 0 8px ;background-color:#DFDFDF;
	padding-left:25px !important;	
}


.zebra_odd {
	background-color: #FFF;
}


li.borde{ margin-bottom:20px; /*border-bottom:1px solid #9d9c9b;*/}


/* paginacion */
.paginacion {
	clear: both;
	float: right;
	margin: 10px 0 0;
}
.paginacion .current {
	background: none repeat scroll 0 0 #6633CC;
	color: #FFF !important;
	text-shadow: none;
}
.paginacion a, .paginacion span {
	background: none repeat scroll 0 0 #EEEEEE;
	color: #555555 !important;
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	margin-left: 1px;
	text-align: center;
	width: 35px;
}
.paginacion a:hover {
	background:#6633CC;
	color:#FFF !important;
}
/*===========================================*/
/*-------------------------------*/
.sendMail #formulario {
	position:relative;
	top:24%;
	left:38%;
	z-index:100;
	width:300px;
	height: 292px;
	line-height:30px;
	color:white;
}
.sendMail form {
	width:355px;
	padding:10px;
}
.sendMail form label {
	color:#333333;
	font-size:12px;
}
.sendMail form label {
	color:#333333;
	font-size:12px;
}
p.small {
	font-size:12px;
	color:#333333
}
.sendMail form a#closeSendMail {
	color:white;
	text-decoration:none;
	font-weight:bold;
}
.sendMail form a#closeSendMail:hover {
	text-decoration:underline;
}
.sendMail h2 {
	font-size:25px;
	margin-bottom:0;
}
.sendMail h2, .sendMail p, .sendMail span, .sendMail p {
	color:white;
}
.sendMail form input[type="text"] {
	margin-top:5px;
	width:500px;
	height:25px;
	line-height:20px;
	border:none;
	background:transparent url(../img/bg_form.png) no-repeat 0 0;
}
.sendMail form input[type="submit"] {
	height: 30px;
	width: 80px;
}
form input, form textarea {
	border:solid 1px #999;
	padding:3px 0;
	margin-top:5px;
}
form textarea {
	width:472px;
}
form input[type="text"] {
	width:230px;
	margin-top:5px;
}
form input[type="text2"] {
	width:230px;
	margin-top:5px;
	margin-left:10px;
}
form p {
	float:left;
	margin:10px 0;
	margin-top:0;
}
label {
	float:left;
}
.button {
	background: #3333A4;
	padding: 4px 8px;
	color: white;
	border: none;
	font: 12px bold Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor:pointer;
}

.tabla-texto td {
	padding:8px;
	border-bottom:1px solid #CCC;
	text-align:center;
	font-size:14px;
}
/*======  =========================
	footer
=================================*/

#footer {
	float:left;
	width:980px;
	padding:10px 10px;
	font-size:0.75em;
	line-height:25px;
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 6px solid #CCCCCC;
	clear: both;
	margin:  10px 0;
}
#footer ul {
	float:right;
}
#footer li {
	float:left;
	margin-left:5px;
}
#footer li a {
	display:block;
}

/*Selection*/
::selection {
  background: #fff2a8;; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #fff2a8; /* Gecko Browsers */
}
h1::selection,h2::selection,h3::selection{background: #a8d1ff;}
h1::-moz-selection,h2::-moz-selection,h3::-moz-selection{background: #a8d1ff;}
strong::selection {background:#ffb7b7;}
strong::-moz-selection{background:#ffb7b7;}



.accordion h5 {
  cursor: pointer;
}
