/*
Theme Name: Twenty Thirteen Talent Fifty Plus
Theme URI: http://www.talentfiftyplus.es/wordpress/wp-content/themes/twentythirteen-tfp
Author: R.de la Hoz (TFP)
Author URI: http://www.talentfiftyplus.es/
Description: Just adapting twentythirteen template to the TFP style.
Template: twentythirteen
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen-tfp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#masthead {
	-webkit-animation: foto_masthead 12s  linear 3s 1;
	animation: foto_masthead 12s  linear 3s 1;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    	animation-fill-mode: forwards;     
}


/* Chrome, Safari, Opera */
@-webkit-keyframes foto_masthead {
0% {background-image: url(http://www.talentfiftyplus.es/wordpress/wp-content/uploads/2015/01/TR_cropped-vidrio_burano_1600_opt.jpg);}
100% {background-image: url(http://www.talentfiftyplus.es/wordpress/wp-content/uploads/2015/01/cropped-vidrio_burano_1600_opt.jpg);}
}

/* Standard syntax */
@keyframes foto_mastead {
0% {background-image: url(http://www.talentfiftyplus.es/wordpress/wp-content/uploads/2015/01/TR_cropped-vidrio_burano_1600_opt.jpg);}
100% {background-image: url(http://www.talentfiftyplus.es/wordpress/wp-content/uploads/2015/01/cropped-vidrio_burano_1600_opt.jpg);}
}

.oro {
color: #f1bd1f;}

.gris {
color: #5a5a5a;
}

#botones {
margin-top: 10px;}

hr {
margin-bottom: 50px;}

#videoentrevista {
border-color:#5a5a5a;
border-width: 2px; }

a.enlace {
color: #5a5a5a;
}

.widget {
background-color: #ffffff;
}

.site-footer .sidebar-container {
background-color: #5a5a5a;
}