/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: 'cuerpos';
    src: url('../tipos/cuerpos_24.eot');
    src: url('../tipos/cuerpos_24.eot?#iefix') format('embedded-opentype'),
         url('../tipos/cuerpos_24.woff') format('woff'),
         url('../tipos/cuerpos_24.ttf') format('truetype'),
         url('../tipos/cuerpos_24.svg#diavlo_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cabanyalz';
    src: url('../tipos/cabanyal-z.eot');
    src: url('../tipos/cabanyal-z.eot?#iefix') format('embedded-opentype'),
         url('../tipos/cabanyal-z.woff') format('woff'),
         url('../tipos/cabanyal-z.ttf') format('truetype'),
         url('../tipos/cabanyal-z.svg#cabanyalzregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
p {
	font-family: cuerpos;
}
/*** GGRUPO ESTRENO
*************/
#imgEstreno {
	position: absolute;
	left: 65px;
	top: 55px;
}
#trailer {
		width: 800px;
		margin: auto;
}
#trailer img {
	width: 100%;
	height: auto;
}
#contenedor {
	height: 700px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/fnd.jpg);
	position: relative;
}
body {
	background-color: #000;
}
hgroup.iniciohg {
    background-color: rgba(26, 118, 1, 0.25);
    border-radius: 20px;
}
#h3Inicio {
    color: #FFFFFF;
    font-family: "cuerpos",sans-serif;
    font-size: 40px;
    margin: 0 0 20px;
    text-align: center;
    width: 960px;
}
#h2Inicio {
    color: #C0272D;
    font-family: "cuerpos",sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0 220px;
    text-align: center;
    width: 520px;
}
#h1Inicio {
    border-radius: 10px;
    color: #C0272D;
    font-family: cabanyalz;
    font-size: 110px;
    line-height: 120px;
    margin: 0;
    text-align: center;
    width: 960px;
}
#h3Inicio a{
	color: #FFF;
	text-decoration: none;
}
#h3Inicio a:hover{
	color: #c0272d;
	text-decoration: underline;
}
#navegacion {
	position: absolute;
	height: 600px;
	width: 230px;
	left: 950px;
	top: 0;
}
#elmenu {
	font-size: 18px;
	text-align: center;
	color: #B3B88C;
	font-family: "cabanyalz", sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
}
#elmenu ul {
	margin: 0px;
	padding: 0px;
}
#elmenu li {
	display: inline-block;
	width: 40px;
	height: 50px;
	border: solid 1px #1A7601;
	margin: 0px;
	margin-left: -6px;
	padding: 5px;
	word-wrap:break-word;
}
#elmenu li a{
color: #B3B88C;
text-decoration: none;
}
#elmenu li a:hover{
color: #c0272d;
background-color: #1A7601;
}
.seleccionado{
	background-color: #c0272d;
}
#redes {
    background-color: rgba(26, 118, 1, 0.5);
    border-radius: 0.5em;
    height: 75px;
    margin: 60px auto 0;
    width: 70%;
}
.canales {
    margin-top: 0.5em;
    text-align: center;
}
#icnred {
	width: 106px;
	margin: auto;
}
#redes img {
	margin: 8px 5px 2px;
}
#promoPortada {
  margin: 2rem;
}
#promoPortada img {
	  height: auto;
	  margin: 15px auto;
	  width: 100%;
}
#noticias h1 {
    color: #C0272D;
    font-family: "cabanyalz",sans-serif;
    font-size: 25px;
    margin: 20px 0 0;
    text-align: center;
    text-transform: uppercase;
}
#noticias h1 a {
    color: #C0272D;
}
#noticias h1 a:hover {
    color: #1A7601;
}
#noticias a, #promoPortada a {
	color: #1A7601;
	text-decoration: none;
}
#noticias a:hover, #promoPortada a:hover {
	color: #C0272D;
}
#noticias article {
    background-image: url("../img/fndArticulo.jpg");
    background-repeat: no-repeat;
    height: 136px;
    margin: 0 15px 15px 0;
    padding: 5px 15px 0;
    width: 223px;
}
#noticias h2, #promoPortada h2 {
	font-size: 14px;
	/*color: #c0272d;*/
	font-family: "cuerpos", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
}
#noticias p {
	font-size: 11px;
	color: #B3B88C;
	font-family: "cuerpos", sans-serif;
	font-weight: normal;
	margin-right: 15px;
}
#noticias #est_cap6 {
    height: auto;
    margin: 0;
    width: 250px;
}
#noticias img {
	margin-left: 15px;
}
#baseMenu {
	margin-top: 15px;
	border-bottom: solid 8px #1A7601;
	padding-right: 30px;
	height: 20px;
}
header {
	background-image: url(../img/cabecera.jpg);
	position: absolute;
	height: 76px;
	width: 908px;
	left: 33px;
	top: 39px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#logoCap {
	margin-left: 325px;
}
#epi1 {
	position: absolute;
	left: 190px;
	top: 200px;
}
.centraEstreno {
	width: 70%;
	margin-left: 15%;
	margin-top: 15%;
}
.cabEstreno{
	width: 30%;
	margin-left: 0%;
	float: left;
}
.mapEstreno {
	width: 60%;
	margin-left: 5%;
}
#capitInicio {
    background-color: rgba(26, 118, 1, 0.25);
    border-radius: 25px;
    overflow: visible;
    margin-top: 50px;
    width: 920px;
}
.visorInicio {
    border: 1px solid #C0272D;
    border-radius: 5px;
    float: left;
    margin: 1% 0.4%;
    padding: 5px;
}
.visorInicio h3{
	color: #C0272D;
    font-family: cabanyalz;
    font-size: 1.2em;
    margin: 0;
}
.visorInicio h3 strong {
    color: #FFFFFF;
    display: block;
}
.h4inicio {
    color: #C0272D;
    font-family: cuerpos;
    font-size: 15px;
	padding: 1em;
    text-align: center;
	clear: both;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*PROPIOS*/
