/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/01/2016, 16:19:51
    Author     : Pablo
*/

#yoshimoto{
    width: 100%;    
    background-image: url('images/yoshi_2200x860.jpg');   
}
#yoshimoto .text-container{    
    border-radius: 5px;
    background-image: url('images/back.png');
    padding: 30px 15px;
}
#yoshimoto p{
    font-style: italic;
    font-size: 22px;
    color: #ffffff;   
    
} 
#yoshimoto .btn-yoshimoto{
    float: right;
    background-color: #ff0;
    color:#ff0000;
    font-family: 'roboto regular';
    border: none;    
}
