/*Tema: Love nature */
#fondo_postal{
    background-image:url("../../../imagenes/postales/fondo_love.jpg");
    background-repeat: no-repeat;
}
#cuerpo{
    height:800px;

}

#zona_logo{
    width: 402px;
    height:402px;
    margin-top:20px;
    margin-left:20px;
    background-image:url("../../../imagenes/postales/f_image.png");
    background-repeat: no-repeat;
    padding:8px;	
}
#zona_logo img{
    width:384px;
    height:384px;

}

#video_youtube{
    float: right;
    margin-right:10px;
    width:458px;
    margin-top:10px;

}
#titulo_video{
    width:448px;
    height:31px;
    background-image:url("../../../imagenes/postales/f_titulovideo_verde.png");
    background-repeat: no-repeat;	
    color: white;
    font-weight: bold;
    padding-left:10px;
    padding-top:5px;

}
#contenido_video{
    width:448px;
    background-image:url("../../../imagenes/postales/f_contentvideo_verde.png");
    height:307px;		
    color: white;
    padding-left:5px;
    padding-right:5px;


}
#contenido_video b{
    color: white;
    font-size:12px;
    padding-left:5px;

}
#contenido_video label{
    color: white;
    font-size:1.3em;
}
#contenido_video hr{
    background-color: white;
    border:1px solid  #ffffff;

}
#mensaje_postal{
    width:461px;
    height: auto;
    float: right;
    margin-right:10px;
    margin-top:10px;

}
#titulo_mensaje{
    width:451px;
    background-image:url("../../../imagenes/postales/f_titulomensaje_verde.png");
    background-repeat: no-repeat;
    height:25px;				
    color: white;
    font-weight: bold;
    padding-left:10px;
    padding-top: 5px;


}
#span_titulo_mensaje{
    width:451px;
    display: block;
    height:25px;


}

#cuerpo_mensaje{
    width:441px;
    background-image:url("../../../imagenes/postales/f_cuerpomensaje_verde.png");
    background-repeat: repeat-y;
    min-height:200px;
    color: white;
    padding-left:10px;
    padding-right:10px;

}
#pie_mensaje{
    width:461px;
    background-image:url("../../../imagenes/postales/f_piemensaje_verde.png");
    height:27px;

}
