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

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color:#1a1a1a;
}

a { text-decoration:none;}

a:hover { text-decoration: underline;}

.wrapper {
    display: block;
    overflow: hidden;
	width: 300px;
	height:700px;
}

.top {
    display: block;
    overflow: hidden;
	width:300px;
	height:59px;
	background: url("images/bg-titulo.png") no-repeat top left;
	position:absolute;
	z-index:1000;
}

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

.caja {
	width:300px;
	height:200px;
	display:block;
	overflow:hidden;
	position:relative;
	margin-top:45px;
	float:left;
	z-index:1;
}

.caja img{
	width:300px;
	height:255px;
	position: relative;
	float:left;
	z-index:1;
}

/* rgba(255,255,255,0.5); */

.icono{
	position:absolute;
	display:block;
	z-index:100;
	width:45px;
	height:45px;
	margin:160px 0 0 10px;
	background: url("images/icon-cam.png") no-repeat top left;
	float:left;
}

a.boton_entrar{
	display: block;
	float:left;
	position: absolute;
	width:300px;
	height:244px;
	padding:170px 0 0 0;
	z-index:10;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#FFFFFF;
}

a.boton_entrar span{
	background:rgba(0,0,0,0.5);
	display:block;
	padding:6px 6px 6px 64px;
}

a.boton_entrar:hover{
	color:#62e800;
}

.margin{
	margin:5px 0 0; 
}

a.boton_vermas{
	padding:6px 0 0;
	z-index:100;
	display: block;
	width:300px;
	height:39px;
	background: url("images/boton.png") no-repeat bottom left;
	clear:both;
}











