/**************************************
*************************************** 
TEMA
***************************************
**************************************/

article > header {
    font-family: pt-sans-bold, Arial, Helvetica, sans-serif;
    font-size: 1.37em;
    color: #155C8F;
    padding: 15px 0 15px 44px;
    background-image: url(../img/icono-tema.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 70px;
	
	position: relative;
	bottom: -20px;
	opacity: 0;
	
	-webkit-animation-name: aparecer-desde-abajo;
	-moz-animation-name: aparecer-desde-abajo;
	-o-animation-name: aparecer-desde-abajo;
	animation-name: aparecer-desde-abajo;
	
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
	
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	-o-animation-direction: normal;
	animation-direction: normal;
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

article > section {
    min-height: 464px;
    background: url(../img/sombra-latera-pequena-izquierda.png), url(../img/sombra-latera-pequena-derecha.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    margin-top: 7px;
    padding-bottom: 96px;
    position: relative;
}

article > section > .fondo {
    width: 930px;
    min-height: 464px;
    margin: 0 auto;
    padding: 0 47px;
    
    background: -moz-linear-gradient(top,  rgba(226,245,254,0) 0%, rgba(226,245,254,0.7) 14%, rgba(226,245,254,1) 41%, rgba(226,245,254,0.7) 67%, rgba(226,245,254,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,245,254,0)), color-stop(14%,rgba(226,245,254,0.7)), color-stop(41%,rgba(226,245,254,1)), color-stop(67%,rgba(226,245,254,0.7)), color-stop(100%,rgba(226,245,254,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(226,245,254,0) 0%,rgba(226,245,254,0.7) 14%,rgba(226,245,254,1) 41%,rgba(226,245,254,0.7) 67%,rgba(226,245,254,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(226,245,254,0) 0%,rgba(226,245,254,0.7) 14%,rgba(226,245,254,1) 41%,rgba(226,245,254,0.7) 67%,rgba(226,245,254,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(226,245,254,0) 0%,rgba(226,245,254,0.7) 14%,rgba(226,245,254,1) 41%,rgba(226,245,254,0.7) 67%,rgba(226,245,254,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(226,245,254,0) 0%,rgba(226,245,254,0.7) 14%,rgba(226,245,254,1) 41%,rgba(226,245,254,0.7) 67%,rgba(226,245,254,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e2f5fe', endColorstr='#00e2f5fe',GradientType=0 ); /* IE6-9 */
}

article > section > .fondo > .scroll {
    max-height: 464px;
    /*overflow: auto;*/
    margin-top: 7px;
}

article > section > .fondo > .scroll .tema {
    line-height: 150%;
    padding-top: 20px;
	
	position: relative;
	bottom: -20px;
	opacity: 0;
	
	-webkit-animation-name: aparecer-desde-abajo;
	-moz-animation-name: aparecer-desde-abajo;
	-o-animation-name: aparecer-desde-abajo;
	animation-name: aparecer-desde-abajo;
	
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
	
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	-o-animation-direction: normal;
	animation-direction: normal;
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

article > section > .fondo > .scroll .tema > .foto {
    width: 220px;
    height: 220px;
    border: solid 6px white;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    
    -webkit-box-shadow: 0 0 14px 0 rgba(87,187,240,1);
    box-shadow: 0 0 14px 0 rgba(87,187,240,1);
    
    float: right;
    margin: 30px 10px 0 20px;
    
    position: relative;
    top: -40px;
    
    display: table;
    
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

article > section > .fondo > .scroll .tema > .foto:hover {
    background-size: 105%;
    
    -webkit-box-shadow: 0 0 14px 2px rgba(87,187,240,1);
    box-shadow: 0 0 14px 2px rgba(87,187,240,1);
}

article > section > .enlace {
    position: absolute;
    right: 116px;
    bottom: 0;
    font-family: pt-sans-italic, Arial, Helvetica, sans-serif;
    font-size: 1.12em;
    color: #045778;
    padding-left: 45px;
    background-image: url(../img/icono-volver-grande.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    line-height: 300%;
    
    -webkit-transition: background-position .25s ease;
    -moz-transition: background-position .25s ease;
    -ms-transition: background-position .25s ease;
    -o-transition: background-position .25s ease;
    transition: background-position .25s ease;
	
	bottom: -20px;
	opacity: 0;
	
	-webkit-animation-name: aparecer-desde-abajo;
	-moz-animation-name: aparecer-desde-abajo;
	-o-animation-name: aparecer-desde-abajo;
	animation-name: aparecer-desde-abajo;
	
	-webkit-animation-duration: 1.4s;
	-moz-animation-duration: 1.4s;
	-o-animation-duration: 1.4s;
	animation-duration: 1.4s;
	
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
	
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	-o-animation-direction: normal;
	animation-direction: normal;
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

article > section > .enlace:hover {
    background-position: left center;
}