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

*{ margin:0px;
	padding:0px;
	overflow:hidden;
	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
	color:#000000;
	font-weight:bold;
}

body{
	background:#ffe9eb;
}

/* -------------------------------------- */


#contenedor {
    height: 221px;
    width: 560px;
}

.caja {
    float: left;
    height: 190px;
    padding: 15px 6px 16px 10px !important;
    width: 168px;
}

.caja img {
    border: 4px solid #001D31;
    height: 120px;
    margin: 4px 0;
    width: 160px;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}