body{
    background: #DEDEDE url('../img/fondo.gif') no-repeat;
    color:#000000;
    text-align:center;
    font-family:Arial, sans-serif;
}

#cabecera_logos{
    width:90%;
    margin:0px auto;
    height:70px;
	background: #CC0000 url('../img/fondo.gif') no-repeat;
	
}

#logo_microsoft{
    height:70px;
    width:1px;
    background:transparent url('../img/trans.gif') no-repeat center;
    float:left;
}

#logo_wls{
    height:70px;
    width:auto;
    background:transparent url('../img/logoccc.gif') no-repeat center;
}

img{
    border:0px;
}

.texto{
    margin:10px;
    text-align:justify;
	color:darkblue;
	font-family:Verdana, Arial, sans-serif;
	font-size:10pt;
}

