
 * 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 ../img 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;
}

/* ==========================================================================
   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 ../img, 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;
    }
}


/* ==========================================================================
   
   ========================================================================== */

body{
	background:url(../img/fondo.jpg);
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
}   
   
   
.clear{
	clear:both;
} 
   
.left   {
	float:left;
}

.right{
	float:right;
}

.wrapper{
	width:940px;
	margin:0 auto;
}

#contenedor{
	width:928px;
	margin:0 auto;
	padding-bottom:120px;
	clear:both;
}

header{
 background: #666;
}


#fotos{
	list-style-type:none;
	margin:0;
	padding:0;
}

#fotos li{
	list-style-type:none;
	margin:10px 10px 0 0;
	float:left;
	width:222px;
	height:149px;
	background:#fff;
	cursor:pointer;
	position:relative;
}

footer{
	background:#c20314;
	height:65px;
	position:fixed;
	bottom:0;
	width: 100%;
	font-size:14px;
	line-height:18px;
}

footer .wrapper{
}

footer #txt{
	float:left;
	width:569px;
	margin:16px 0;
	border-right:#fff 1px solid;
	padding:0 30px 0 10px;
}

#link{
	float:left;
	padding-left:15px;
	width: 305px;
	margin: 5px 0;
}

#link .sube{
	width:36px;
	height:57px;
	display:block;
	float:left;
	background:url('../img/bt_subir_imagen.jpg') no-repeat;
}

#link p a{
	color:#fff;
	float:left;
	padding-left:10px;
	height:57px;
	line-height:30px;
	display:block;
	text-decoration:none;
}

a{
	outline:none
}

.caption{
	background:url(../img/fondo_hover_imagen.png);
	width:222px;
	height:170px;
	display:block;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	color:#fff;
	text-align:center;
	text-decoration:none;
}

.caption p{
	margin:0;
	padding:0;
}

.caption .nombre{
	font-size:18px;
	padding: 25px 5px 0 5px;
	text-transform: capitalize;
}

.caption .separador{
	font-size:14px;
	padding:7px 0;
	background:url(../img/separador.png) 7px;
	margin:0 10px;
}


.caption .categoria{
	font-size:14px;
}

.caption .deco{	
	width:29px;
	height:51px;
	background:url(../img/bt_hover_imagen.png);
	position:absolute;
	bottom:5px;
	left:45%;
}




/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/*#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
*/
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/*#cboxOverlay{background:url(../img/fondo_box.png);}
#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(../img/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:1px;}
    #cboxTopRight{width:14px; height:14px; background:url(../img/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(../img/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:1px; }
    #cboxBottomRight{width:14px; height:43px; background:url(../img/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(../img/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(../img/controls.png) repeat-y -211px 0;}
    #cboxContent{/*background:#000;*/ overflow:visible;}*/
        /*.cboxIframe{background:#000;}*/
        /*#cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(../img/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C; visibility:hidden;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        #cboxClose{position:absolute; top: 30px;background: url(../img/cerrar_modal.png) no-repeat;width: 59px;height: 29px; text-indent:-9999px;}
        #cboxClose{left: 900px;}
        #cboxClose:hover{background-position:0px -29px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}*/

.creditos-contenido{
	background-color:#020202 !important;
	opacity:0.4 !important;
}		
/*pie 1 enero*/
#txt2{
	width: 569px;
	margin: 7px auto;
	border-right: white 1px solid;
	padding: 0 10px 0 10px;
	border-left: white 1px solid;
	/*float:left;*/
}
.img_pie{
	background:url(../img/img_pie.jpg) no-repeat;
	width:38px;
	height:56px;
	float:left;
	margin: 5px 10px;
	
}
.espaciado{
	/*padding-left:250px;*/
}

/*--------------------------------------*/
/*--------------------------------------*/
/*--------------------------------------*/
/*--------------------------------------*/

.cabeza{
	width:960px;
	font-family:"Times New Roman";
	overflow: hidden;
	background:url(../img/fondo_titulo.png) no-repeat;
}
.titulo{

width: 325px;
float: left;
margin-left: 200px;

}
.titulo p{
	text-transform: uppercase;
line-height: 31px;
font-weight: bold;
padding-top: 50px;

}
.medio_cabeza{
	width: 299px;
float: left;
}
.corona{
	width: 145px;
margin: 0 auto;
overflow: hidden;
}
.mas_votada{
	width: 299px;
margin: 0 auto;
overflow: hidden;
line-height: 5px;
font-size: 24px;
text-align: center;
}
.mas_votada2{
	background:url(../img/separator.png) no-repeat;
	width: 960px;
margin: 10px auto;
overflow: hidden;
line-height: 0px;
height:69px;
}
.conmas{
	width:200px;
	margin:0 auto;
}
.titulo p{
	/*height:42px;*/
}
#p1{
	font-size: 42px;
color: #cccaca;
}
#p2{
	font-size: 57px;
color: #efeded;
}
#p3{
	font-size: 36px;
color: #aa49b5;
}
#p4{
	font-size: 35px;
color: #cccaca;
padding-left: 99px;
letter-spacing: 10px;
}
.intro{
	width: 275px;
color: #cacaca;
float: left;
padding: 64px 0 0 20px;
font-size: 24px;
line-height: 24px;
font-weight: bold;
}
.intro p{
	border-left: 2px solid #333;
	padding-left:25px;
}
.intro span{
	color:#efeded;
	font-size: 26px;
}
.fotosOK{
	width:222px;
	float:left;
	margin:5px;
}
.fotosOK li{
	float:left;
}


.datos{
	width:222px;
	height:149px;
	position:absolute;
	top:0;
	left:0;
	display:none;
	color: #fff;
text-decoration: none;
background: url(../img/fondo_datos.png);
}
.n1{
	width:154px;
	margin: 0 auto;
line-height: 18px;
font-size: 18px;

}
.n2{
	width:150px;
	line-height: 4px;
margin: 0 auto;
font-size: 14px;
font-weight: bold;
}
.n2 span, .n3 span{
	color:#a2a1a2;
	font-weight:normal;
}
.n3{
	width:200px;
	line-height: 0px;
margin: 0 auto;
font-size: 14px;
font-weight: bold;
}
.nombre{
	font-family:"Times New Roman";
	border-bottom: 1px solid #aa49b5;
}


.btnVoto, .votos{
	z-index:9999;
}
.tema {
	color:#fff !important;
}
.creditos {
	margin: 11px 0 0 175px!important;
}
.pie{
	width:100%;
	background:url(../img/fondo_pie.png);
	height:100px;
}
.footer{
	width:960px;
	background:url(../img/footer.png) no-repeat;
	height:100px;
	color:#b52b8a;
	margin:0 auto;
	font-size:12px;
	padding-top:20px;
}
.provincia, .ciudad{
	line-height:4px;
}
#fotos2{
	list-style-type:none;
	margin:0;
	padding:0;
}

#fotos2 li{
	list-style-type:none;
	margin:10px 10px 0 0;
	float:left;
	width:222px;
	height:149px;
	background:#fff;
	cursor:pointer;
	position:relative;
}
.creditos-contenido {
	background:#39112d !important;
}
.cerrar a {
	color:#fff !important;
}