	 A:link {text-decoration: none; color:#666666}
     A:visited {text-decoration: none;color:#666666}
     A:hover {text-decoration: none; color:#000000;}

@charset "utf-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/bgr.jpg);
	background-repeat: repeat-x;
}
a.top:link, a.top:visited, a.top:active {
	background-repeat: no-repeat;
	text-align: center;
	height: 35px;
	width: 118px;
	text-decoration: none;
	vertical-align: text-bottom;
	display: block;
	padding-top: 75px;
	color: #081C2E;
	text-decoration: none
	
}

a.top:hover {
	background-image: url(../images/btn_over.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 35px;
	width: 118px;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 20px;
	color: #081C2E;
	background-image: url(../images/bgr_h1.jpg);
	background-repeat: repeat-x;
	text-align: left;
	text-indent: 35px;
	font-weight: lighter;
}
h2 {
	font-size: 18px;
	color: #081C2E;
	font-weight: lighter;
	background-image: url(../images/bgr_h2.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 52px;
}
li {
	font-size: 12px;
	color: #081C2E;
	font-style: italic;
	font-weight: lighter;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}
.boton1{
	border: 1px #003300 solid;
	font-size:12px;
	color:#666666;
	background-color:#FFFFFF;
	cursor: pointer;
}

.text {
	font-size: 12px;
	color: #081C2E;
	text-align: justify;
	text-indent: 22px;
	display: block;
	padding-right: 30px;
	padding-left: 30px;
	
}

.text1 {
	border: 1px #003300 solid;
	color: #003300;
	font-family: tahoma;
	font-size: 10px;
}

#liquid-round {
	width:95%;
	margin:0px auto;
	background-color: #fff;
	background-image: url(../images/leftside.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 

.arriba {
	width:100%;
	height:20px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
.arriba span {
	display:block;
	position:relative;
	height:20px;
	background-image: url(../images/top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
} 
.center-content {
	position:relative;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -50px 0;
	background-image: url(../images/rightside.gif);
	background-repeat: repeat-y;
	background-position: right top;
} 
.bottom {
	height:60px;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
} 

.bottom span {
	display:block;
	position:relative;
	height:60px;
	background-image: url(../images/bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
} 
