/**************************************************************************************/
/*START CONTENEDOR TOP*/
#cnt_Central .imagen{
float:left;
width:75px;
height:75px;
padding:5px;
border:solid 1px #cccccc;
background-color:#e0e0e0;
}
#cnt_Central .c_mensaje{
float:left;
width:668px;
padding-left:10px;
}
#cnt_Central h1{
margin:0px;
color:black;
font-size:24px;
border-bottom:dashed 1px #999999;
padding-bottom:3px;
}
#cnt_Central .texto{
float:left;
width:668px;
font-size:14px;
color:#666666;
padding-top:3px;
}
#cnt_Central .lugar{
float:left;
width:668px;
font-size:12px;
color:#666666;
padding-top:3px;
}
/*END CONTENEDOR TOP*/
/**************************************************************************************/

/**************************************************************************************/
/*START CONTENEDOR IZQ*/
#mensaje{
float:left;
width:562px;
margin-top:15px;
}

#mensaje .imagen2{
float:left;
width:50px;
height:50px;
padding:5px;
border:solid 1px #cccccc;
}

#mensaje .cnt_tip{
float:left;
width:493px;
background-image:url(../images/bg_tip_gris.gif);
background-repeat:repeat-y;
}

#mensaje .tip_top{
float:left;
width:463px;
padding-left:20px;
padding-right:10px;
padding-top:7px;
padding-bottom:10px;
background-image:url(../images/top_tip_gris.gif);
background-repeat:no-repeat;
background-position:top;
}

#mensaje h3{
margin:0px;
font-size:12px;
color:#666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#mensaje .tip_bottom{
float:left;
width:463px;
font-size:10px;
padding-left:20px;
padding-right:10px;
padding-bottom:5px;
background-image:url(../images/bot_tip_gris.gif);
background-repeat:no-repeat;
background-position:bottom;
}
/*END CONTENEDOR IZQ*/
/**************************************************************************************/