/* CSS Document */

			
			

#contenedor {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	
	}
	
	
img {
	max-width:100%;
	height:auto;
	}
	


table.tbl-menu  {
    border-collapse: collapse;
    width: 100%;
	font-size:14px;
}

th.tbl-menu , td.tbl-menu  {
    padding: 14px;
    text-align: left;
    border-bottom: 1px solid #213f7e;
}

.tbl-menu tr:hover{background-color: #00CCFF}