/* CSS Document */
body {
	font-family: Ubuntu, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #a4bae5;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.event {
	color:#000000;
	font-size: 14px;
}
/*supercontenedor*/
#pagina{
	top:0px;
	width:100%;
	height: 950px;
	position:absolute;
}
#header {
	position:relative;
	top:0px;
	left:0px;
	z-index:2;
	overflow:hidden;
	clear:both;
}
/*capa principal transparencia*/
#contenido{
	/*opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);*/
	background-color:#ffffff;
	top: 5px;
	position:relative;
	width:1020px;
	height:850px;
	z-index:1;
	overflow:hidden;
}
#content {
	background-color:#ffffff;
	top: -660px;
	position:relative;
	width:800px;
	height: 750px;
	z-index:3;
	overflow:hidden;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}
#volver {
	padding:5px;
	border: 1px solid #b8c2d4;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	position:relative;
	top:20px;
	left: 280px;
	width: 80px;
	height: 20px;
	z-index:10;
	overflow:hidden;
	clear:both;
	font-size: 12px;
}
#cuadro_urb{
	padding:5px;
	border: 1px solid #b8c2d4;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	position:relative;
	top:30px;
	left:-180px;
	width: 300px;
	height: 200px;
	z-index:10;
	overflow:hidden;
	clear:both;
	font-size: 12px;
}
#subcuadro_urb{
	padding:5px;
	border: 1px solid #b8c2d4;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	position:relative;
	top:0px;
	left:0px;
	width: 280px;
	height: 140px;
	z-index:10;
	overflow:hidden;
	clear:both;
}
#cuadro_compl{
	padding:5px;
	border: 1px solid #b8c2d4;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	position:relative;
	top:80px;
	left:-180px;
	width: 300px;
	height: 200px;
	z-index:10;
	overflow:hidden;
	clear:both;
	font-size: 12px;
}
#subcuadro_compl{
	padding:5px;
	border: 1px solid #b8c2d4;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	position:relative;
	top:0px;
	left:0px;
	width: 280px;
	height: 140px;
	z-index:10;
	overflow:hidden;
	clear:both;
}
#cuadro_apart{
	padding:5px;
	border: 1px solid #b8c2d4;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	position:relative;
	top:-395px;
	left:180px;
	width: 300px;
	height: 200px;
	z-index:10;
	overflow:hidden;
	clear:both;
	font-size: 12px;
}
#subcuadro_apart{
	padding:5px;
	border: 1px solid #b8c2d4;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	position:relative;
	top:0px;
	left:0px;
	width: 280px;
	height: 140px;
	z-index:10;
	overflow:hidden;
	clear:both;
}
#cuadro_comp{
	padding:5px;
	border: 1px solid #b8c2d4;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	position:relative;
	top:-345px;
	left:180px;
	width: 300px;
	height: 200px;
	z-index:10;
	overflow:hidden;
	clear:both;
	font-size: 12px;
}
#subcuadro_comp{
	padding:5px;
	border: 1px solid #b8c2d4;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	position:relative;
	top:0px;
	left:0px;
	width: 280px;
	height: 140px;
	z-index:10;
	overflow:hidden;
	clear:both;
}
#foot{
	position: relative;
	top: 20px;
	left:0px;
	width:1020px;
	overflow:visible;
	z-index:100;
	
}
.linksf{
	font-size:12px;
	color:#ffffff;
	float:left;
	position:relative;
	overflow:hidden;
	clear:both;
}
.conctf{
	top:-15px;
	font-size:12px;
	color:#ffffff;
	float:right;
	position:relative;
	overflow:hidden;
	clear:both;
}
.inputxt{
	width:80px;
	height:15px;
}