/* CSS safety construccion */

/*construccion*/
#blanco{
width:100%;
height:450px;
background-color:#FFFFFF;
border-bottom:solid #0033FF 2px;
background-image:url(../images/const_01.jpg);
background-position:right;
background-repeat:no-repeat;
}
#texto{
width:240px;
height:80px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
text-align:right;
}
/*fin construccion*/

