@charset "utf-8";
/* CSS Document */
#box_Clear{
	clear:both;	
}

#panel,#flip
{
padding:5px;
text-align:center;
background-color:#e5eecc;
border:solid 1px #c3c3c3;
}

#panel
{
padding:50px;
display:none;
}

#caja{
	height: 90px;
	width: 90px;
	position: absolute;
	background-color: #636;
}

#caja_1{
	height: 90px;
	width: 90px;
	position: absolute;
	background-color: #636;
	display:none;
	margin-bottom:90px;
}

#caja_2{
	width:90px;
	height:90px;
	display:none;
	background-color: #F66;
	margin-top:90px;
}

#caja_3{
	width:90px;
	height:90px;
	display:none;
	background-color: #0CC;
	
}

#caja2{
	height: 100px;
	width: 100px;
	position: absolute;
	background-color: #F39;
}

#box_Main{
	margin: 0 auto;
	width: 1300px;
	height: 765px;	
	min-height: 760px;
	height: auto !important;
}

#box_Top{
	height: 40px;
	width: 100%;
	padding-top: 10px;	
}

#box_Menu{
	height: 50px;
	width: 100%;	
}

#box_Menu_Opcion{
	height: 40px;
	width: 10.9575%;
	float: left;
	padding-top: 10px;	
}

#box_Menu_Opcion:hover{
	background-color: #FE6305;
	border: solid 1px #000; 	
}

#box_Contenido{
	width: 100%;
	height: 515px;
	height: auto !important;
	min-height: 500px;	
}

#box_Contenido_Centrado{
	width: 25%;
	height: 300px;
	text-align:center;	
	margin-left: 450px;
	padding-top: 100px;
}

#box_Bottom{
	width: 100%;
	height: 40px;	
	padding-top: 10px;
}