@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: arial, helvetica, sans-serif;
	background-color:#eaebeb;
}

a { text-decoration:none;}

a:hover { text-decoration: underline;}

.container {
    display: block;
    overflow: hidden;
	width: 640px;
	height:220px;
}

.top {
    display: block;
    overflow: hidden;
	width:100%;
}

h2 {
    color: #ffffff;
	width:228px;
	height:20px;
	background:url(images/h2-bg.gif) top left no-repeat;
    font-size:14px;
	font-weight:bold;
    margin:14px 0 12px 24px;
	padding:4px 0 0 12px;
	display:block;
	text-transform:uppercase;
}

.caja {
	float: left;
	width: 145px;
	height: 169px;
	position: relative;
	margin-left: 11px;
	display: none;
}

.caja img{
	position: relative;
	z-index:1;
	width:143px;
	height:121px;
	border:1px solid #e13173;
}


.caja a.texto{
	color:#3f3f3d;
	font-size:12px;
	font-weight:bold;
	line-height:13px;
	padding:4px 10px 0;
	display:block;
	overflow: hidden;
	max-height: 26px;
}

.caja a.texto:hover{
	color:#fa43a0;
}
