/*
* -----------------------------------------------
* Structure Styles
* Author:   Diego Tres
* URL:      diegotres.com
* ----------------------------------------------- 
*/

/*
* ----------------------------------------------- 
* Imports
* ----------------------------------------------- 
*/
@import url("../../../static/css/common/structure.css");


/*
* ----------------------------------------------- 
* Windows Live
* ----------------------------------------------- 
*/

/* Title Section
---------------------------------------*/
#title-section {
	background: url(../../../static/img/products/bg_titulo.jpg) no-repeat;	
}

/**
 * Box Intro
 **/
#box-intro {
    position: relative;
    
}

#box-intro .text {
    position: absolute;
    color: #FFF;
    top: 40px;
    left: 33px;        
}

#box-intro .text h2 {
    font-size: 30pt;     
}

#box-intro .text h3 {
    font-size: 13pt;     
}

#box-intro .text p {
    line-height: 17px;
    margin-top: 5px;
    width: 320px;
} 	

/**
 * Info Windows Live Id
 **/
#info-windows-live-id {
    padding: 26px 18px 26px 18px;
    position: relative;
    overflow: hidden;    
}

#info-windows-live-id h2 {
    color: #fb5100;
    font-size: 15pt;
}

#info-windows-live-id ul {
    margin-top: 30px;
    overflow: hidden;
}

#info-windows-live-id ul li {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 32%;
} 

#info-windows-live-id ul li img {
    float: left;
    margin-right: 18px;
}

#info-windows-live-id a.button-register {
    width: 182px;
    height: 30px;
    display: block;
    float: right;
}