/* 
    Document   : master.css
    Created on : 30-03-2012, 03:23:02 PM
    Author     : Rodrigo Avaria S.
    Description: archivo principal
*/
@charset "utf-8";
@import 'reset.css';

* {
	outline:none;
	margin:0px;
	padding:0px;
}
body {
	background-color:#FFFFFF;
}
#contPrincipal{
    background: #fff; 
    margin: auto; 
    position: relative;
}
#logo { 
    z-index:1;
    float: left;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/fondo.png);
    background-repeat: no-repeat;
    background-position: center top;
    width:100%;
    height:280px;
    
}
#separa{
    float: left;
    width:100%;
    height: 95px;
    background-image: url(../images/separa.png);
    background-repeat: repeat;
    background-position: center top;
    
}
#mensaje{
    float:left;
    margin-bottom:10px;
    color: #a9a9a9;
    text-align: center; 
    font-family: Helvetica, Arial;
    font-size:36px;
    letter-spacing: -0.03em;
    line-height:43px;
    width: 100%;
    height:50px;
    
}
#productos{
    height:200px;
    width:750px;
    margin:auto;
}
#prodIncuba{
    float:left;
    margin-left:20px;
    margin-right:20px;
    width: 105px;
    height:120px;
    background-image: url(../images/incuba.png);
    background-repeat: no-repeat;
    background-position: center top;
}
#prodDO{
    float:left;
    margin-left:20px;
    margin-right:20px;
    width: 105px;
    height:120px;
    background-image: url(../images/desarrolloorganizacional.png);
    background-repeat: no-repeat;
    background-position: center top;
}
#prodFiletario{
    float:left;
    margin-left:20px;
    margin-right:20px;
    width: 120px;
    height:120px;
    background-image: url(../images/filetario.png);
    background-repeat: no-repeat;
    background-position: center top;
}
#prodBancoideas{
    float:left;
    margin-left:20px;
    margin-right:20px;
    width: 105px;
    height:120px;
    background-image: url(../images/bancoideas.png);
    background-repeat: no-repeat;
    background-position: center top;
}
#prodQuostme{
    float:left;
    margin-left:20px;
    margin-right:20px;
    width: 105px;
    height:120px;
    background-image: url(../images/quostme.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#contacto{
    float:left;
    width:100%;
    height:100px;
    margin:auto;
    padding-top:100px;
    text-align:center;
}
#email{
    font-family:Helvetica, Arial;
    font-size:14px;
    color: #a9a9a9;
    text-align:center;
}
