/* CSS Document */
body{
	font-family:calibri;
	font-size:12px;
}
#fichadatos {
margin-left:50px;
width:350px;
height: auto;
background-color:yellowgreen;
float:left;
}

#listacliente {
width:600px;
height: auto;
float:left;
}

table{
background-color: white;
text-align:left;
border-collapse:collapse;
width:100%;
}
th,td{
padding:20px;
}
thead{
background-color:#2E608E;
	border-bottom:solid 5px #0F362D;
	color:white;
}
tr:nth-child(even){
	background-color:#ddd;
	
}
tr:hover{
	background-color:#E1EEF4;
	
} 

.caja
{
	width:550px;
}

#destacada 
{
	max-width:95%;
}
