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

#encabezado{
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../images/white_net.png);
	background-repeat:repeat-y;
	background-position:right;
	z-index:1;
	overflow: visible;
	top: 0px;
}

#wallpaper{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}

.frase_aleatoria{
	height: 400px;
	width: 569px;
	top: 175px;
	overflow: hidden;
	right: 0px;
	position: absolute;
	z-index: 3;
	float: right;
	clear: right;
	background-image:url(../images/random/rotate.php);
}

.logo{
	height: 250px;
	width: 569px;
	top: -75px;
	overflow: hidden;
	right: 0%;
	background-image:url(../images/logo.png);
	position: absolute;
	z-index: 2;
	float: right;
	clear: right;
}
.footer{
	width:100%;
	height:53px;
	position:absolute;
	background-image:url(../images/bg_bar.png);
	z-index:125;
	bottom: 0px;
}

#encabezadoProy{
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../images/white_net.png);
	background-repeat:repeat-y;
	background-position:right;
	z-index:2;
	overflow: visible;
	top: 0px;
}

.contenido{
	position:absolute;
	width:50%;
	height:auto;
	z-index:300;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-align: justify;
	right: 25%;
	left: 25%;
	top: 25%-53px;;
	bottom:25%;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../images/bg_tgrey.png);
	color: #FFF;
}

.contenido2{
	width: 250px;
	float:right;
	margin-top:15px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-weight:700;
	}
