@charset "utf-8";
/* CSS Document */

/* ==================================contenido====================================== */

#contenido
{
width:780px;
height:auto;
font-size:13px;
}
/*=======================*/
#superior
{
width:780px;
height:240px;
background:#fff;
padding-top:10px;
border-bottom:#000000;
border-width:1px;
}



/*=======================*/
#izquierda
{
float:left;
width:606px;
height:auto;
background:#FFFFFF;
}

.imgCliente
{
margin:25px;
}


#labelClientes
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
color:#CC0000;
margin-top:11px;
margin-bottom:5px;
margin-left:25px;
color:#1C388B;    
text-align:center;
}

#labelCasos
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:17px;
color:#CC0000;
margin-top:11px;
margin-bottom:15px;
color:#1C388B;    
text-align:center;
}



#derecha
{
float:right;
width:170px;
height:473px;
border: solid thin #aaa;
border-width:1px;
background:#f3f3f3;
}

.pdfCasoExito
{
color:#cc0000;
display:block;
width:100px;
height:20px;
background:url('../data/images/pdf.gif') no-repeat 75px 0px;  
margin:0px;
margin-left:40px;
}