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

*{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.base{
	background-image:url(img/sitio/fondo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 600px;
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
.c1{	/*panel de vidrio*/
	position: absolute;
	height: 465px;
	width: 645px;
	left: 225px;
	top: 72px;
	border: 1px solid #666;
}
.c2{	/*tablero de color*/
	position: absolute;
	height: 405px;
	width: 585px;
	left: 0px;
	top: 0px;
	border: 1px solid #CCC;
	margin: 30px;
}
.c3{	/*contenido*/
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	text-align:left;
}
.c4{	/*html*/
	position:absolute;
	width:435px;
	left:0px;
	top:0px;
	margin:0px;
	text-align:left;
	padding:30px
}
.c5{	/*decoracion*/
	position:absolute;
	left:435px;
	top:0px;
	margin:0px;
	padding:10px;
	width:150px;
	height:405px;
}
ul {
	text-indent: 25px;
	list-style-type: none;
	color: #069;
}
.menu{
	font-weight: 900;
	position: absolute;
	height: 30px;
	width: 137px;
	padding: 0px;
}
.menu a{
	font-weight: 900;
	height: 30px;
	width: 137px;
	text-align: center;
	padding: 5px;
	color: #000;
	text-decoration: none;
}
.menu a:hover{
	color:#060;
}
.botx{
	position: absolute;
	height: 20px;
	width: 20px;
	top: 5px;
	right: 5px;
}