/* CSS Document */

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}

div#rounded-box2 {
	width:80%;
	-moz-border-radius: 30px;
	padding: 20px 40px 40px 40px;
	margin: auto;
	overflow: auto;
	margin-bottom: 20px;
	background-image: url(img/backCapa.png);
}  
#rounded-box2 img {
	float: left;
	margin-right: 40px;
	margin-top: 20px;
}


body{
	cursor: url(./ico.cur);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#DDE3FF;
	background-image: url(img/2.gif);
}
		
div#rounded-box1 {
	padding: 20px 40px 40px 40px;
	overflow: auto;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}
.sup1 {
	left:0px;
	top:0px;
	width:100%;
	height:20px;
	z-index:1;
	background-image: url(img/marquesina2.gif);
}
.panelder {
	position:absolute;
	left:800px;
	top:0px;
	width:200px;
	height:238px;
	z-index:1;
	background-color: #FFFFFF;
	border: #000 1px solid;
}