/*
Theme Name: FragmentoArt19 Theme
Theme URI: http://articulo19.org
Description: Responsive theme for 2014 fro Fragmento de Verdad, art19 page
Version: 1.0
Author: Vledhint(Ape Dev)
Author URI: http://vledhint.com/
Tags: responsive, bootstrap
*/
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
/*
 Estilo General
***********************************************************************************************
 */
/*body{
	background-color: #000;
}*/
body{
	background-color: #fff;
}
.pagina{
	max-width: 1280px;
	margin: 0 auto;
}
.bloque{
	background-color: #2B2B2B;
}
.bloque-claro{
	background-color: #FFF;
}

/*
 Estilo Header
***********************************************************************************************
 */
/*Cuando background es oscuro
.home .idiomas{
	color: #FFF;
	padding: 10px 0;
	text-align: right;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}*/
.home .idiomas{
	color: #333;
	padding: 10px 0;
	text-align: right;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}
.home .idiomas .parrafo{
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	padding: 0 5px;
}
.home .idiomas img{
	width: 30px;
	display: block;
}
.home .header .redes{
	text-align: right;
}
.home .header .redes ul{
	list-style: none;
}
.home .header .redes ul li{
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	margin: 0 5px;
}
.home .header .redes ul li img{
	width: 30px;
}

/*
 Estilo Index
***********************************************************************************************
 */
h1.titulo-principal{
	text-transform: uppercase;
	color: #ff9e41;
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
}
/*Cuando background es oscuro
h2.titulo-principal{
	text-transform: uppercase;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 42px;
	font-weight: normal;
	text-align: center;
}*/
h2.titulo-principal{
	text-transform: uppercase;
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-size: 42px;
	font-weight: normal;
	text-align: center;
}
.video-principal{
	max-width: 960px;
	max-height: 480px;
	margin: 50px auto 15px;
}
.videos-extras{
	max-width: 960px;
	margin: 0 auto;
}
.videos-extras .extra{
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	margin: 0 16px;
	position: relative;
}
.videos-extras .extra:first-child{
	margin: 0 10px 0 0;
}
.videos-extras .extra:last-child{
	margin: 0 0 0 10px;
}
.videos-extras .extra .video-enlace{
	cursor: pointer;
	display: block;
	background-color: #transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	width: 300px;
	height: 150px;
}
/*Background oscuro
.peticion{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	margin: 0 auto;
	max-width: 960px;
	color: #FFF;
}*/
.peticion{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	margin: 0 auto;
	max-width: 960px;
	color: #333;
}
.peticion .texto-peticion{
	max-width: 70%;
}
.peticion p{
	margin: 10px 0;
}
.peticion div{
	margin: 20px 0;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	padding: 10px;
}
.peticion .imagen-peticion{
	text-transform: uppercase;
	color: #FFF;
	font-size: 30px;
	width: 255px;
	height: 210px;
	background-color: #d31f11;
	border: 5px solid #FFF;
	text-align: center;
	padding: 35px 0 0;
}
/*background oscurlo
.peticion .imagen-peticion a{
	text-decoration: none;
	color: #FFF;
}*/
.peticion .imagen-peticion a{
	text-decoration: none;
	color: #ff9e41;
}
.peticion .imagen-peticion span{
	padding: 7px;
}
.pestanas-index .tab-content{
	background-color: #F2F2F2;
	border-bottom: 1px dashed #000;
	padding: 20px 0;
}
.pestanas-index .tab-content .tab-pane.active{
	color: #000;
}
.pestanas-index .nav-tabs li a{
	font-size: 20px;
	color: #FFF;
	text-transform: uppercase;
	border-right: 30px solid #2B2B2B;
    border-bottom: 45px solid #FF9E41;
    border-left: 0;
    height: 0;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	border-top: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}
.pestanas-index .nav-tabs li.active a{
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	border-right: 30px solid #2B2B2B;
    border-bottom: 45px solid #FFF;
    border-left: 0;
    border-top: 0;
    height: 0;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
}
.pestanas-index .nav-tabs li.active{
	background-color: #FFF;
}
.pestanas-index .nav-tabs li a:hover,
.pestanas-index .nav-tabs li a:focus{
	background-color: transparent;
	border-top: 0;
	border-right: 30px solid #2B2B2B;
    border-bottom: 45px solid #FFF;
    border-left: 0;
    color: #000;
}
.pestanas-index .nav-tabs li.active a:hover,
.pestanas-index .nav-tabs li.active a:focus{
	background-color: transparent;
	border-top: 0;
	border-right: 30px solid #2B2B2B;
    border-bottom: 45px solid #FFF;
    border-left: 0;
    color: #000;
}
.pestanas-index .tab-content .texto-pagina{
	padding: 10px 35px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
	font-size:18px;
	
	text-align: justify;
}
.pestanas-index .tab-content .tabla-pagina{
	height: 600px;
	overflow-y: auto;
	padding: 10px 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}
.pestanas-index .tab-content .tabla-pagina table tr{
	border: 1px solid #000;
}
.pestanas-index .tab-content .tabla-pagina table tr td{
	max-width: 300px;
	padding: 7px;
	text-align: center;
}
.pestanas-index .tab-content .tab-pane .container-carousel{
	padding: 10px 20px;
}

/*
 Estilo Page / Post
***********************************************************************************************
 */

/*
 Estilo Archive
***********************************************************************************************
 */

/*
 Estilo Footer
***********************************************************************************************
 */
/*background oscuro
.texto-footer{
	color: #FFF;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
}*/
.texto-footer{
	color: #333;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
}
.texto-footer .titulo-principal{
	color: #ff9e41;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

/*background oscuro
.texto-footer2{
	color: #FFF;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
}*/
.texto-footer2{
	color: #333;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
}
.texto-footer2 .titulo-principal{
	color: #ff9e41;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}


.logos-footer ul{
	list-style: none;
}
.logos-footer ul li{
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	margin: 0 20px;
}