
/***************************************************** ENTRADA **********************************************/


#opcion_1{
	left: 15px;
	background: url(../images/opcion_1.jpg) no-repeat #666666;
	position: relative;
	width: 115px;
	top: 50px;
	height: 460px;
	border: 3px solid #FFFFFF;
	float: left;
	text-align:center;
	vertical-align: middle;
	z-index: 100;

}

#opcion_2 {
	left: 25px;
	background: url(../images/opcion_2.jpg) no-repeat #666666;
	position: relative;
	width: 115px;
	top: 50px;
	height: 460px;
	border: 3px solid #FFFFFF;
	float: left;
	text-align:center;
	vertical-align: middle;
	z-index: 100;
}

#opcion_3 {
	left: 60px;
	background: url(../images/opcion_3.jpg) no-repeat #666666;
	position: relative;
	width: 115px;
	top: 50px;
	height: 460px;
	border: 3px solid #FFFFFF;
	float: left;
	text-align:center;
	vertical-align: middle;
	z-index: 100;

}


#opcion_4 {
	left: 43px;
	background: url(../images/opcion_4.jpg) no-repeat #666666;
	position: relative;
	width: 115px;
	top: 50px;
	height: 460px;
	border: 3px solid #FFFFFF;
	float: left;
	text-align:center;
	vertical-align: middle;
	z-index: 100;
}


#opcion_5 {
	left: 52px;
	background: url(../images/opcion_5.jpg) no-repeat #666666;
	position: relative;
	width: 115px;
	top: 50px;
	height: 460px;
	border: 3px solid #FFFFFF;
	float: left;
	text-align:center;
	vertical-align: middle;
	z-index: 100;
}

#opcion_6 {
	left: 34px;
	background: url(../images/opcion_6.jpg) no-repeat #666666;
	position: relative;
	width: 115px;
	top: 50px;
	height: 460px;
	border: 3px solid #FFFFFF;
	float: left;
	text-align:center;
	vertical-align: middle;
z-index: 100;


}

.boton a{
	position: relative;
	top: 160px;
	margin:  auto;
	height: 20px;
	width: 65px;
	padding: 35px 20px;
	display: block;
	font-size: 12px;
	text-decoration: none !important;
	color: #000000;
	background-color: #FFFFFF;
	filter: alpha(opacity=90); 
	opacity: .9;
}
.boton a:hover{
	display: block;
	text-decoration: none;
	opacity: .6;
	color: #FFFFFF;
	background: url(../images/fnd_01.gif) repeat-x #000000;
	color: #FFFFFF;

}


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

#pie{
	position: absolute;
	left: 0;
	top:380px;
	height: 195px;
	width: 800px;
	background: url(../images/fnd_02.gif) repeat-x top #1A1A1A;
	z-index: 1;

	
}#text{

	position: relative;
	text-align: center;
	top: 185px;
	vertical-align: bottom;
	font-size: 10px;
	color:#999999 !important;
	width: 800px;
}
	


