@charset \"utf-8\";
/* CSS Document */


body {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #060;
}

h1 {
	font-size:20px;
	color:#009;
	font-weight:bolder;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
	font-size:20px;
	color:#090;
	font-weight:bolder;
	margin-bottom: 0px;
	margin-top: 0px;
}

a.mas {
	width:65px;
	height:20px;
	display:block;
	background-image:url(/imagenes/mas.png);
	background-repeat:no-repeat;
	padding-top:3px;
	padding-left:8px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}


input, textarea {
border-bottom: #0C0 solid 1px;
border-top:none;
border-left:none;
border-right:none;
background-color: #DFD;
}
.boton { background-color:#B9B9FF;
}

.floatbox {
	
	}


#caja {
	width:875px;
	position: relative;
	margin:0 auto 0 auto;
	}
	
#top { width:auto;

background-color:#CCC;

}
#cuerpo {width:inherit;
position:relative;
overflow: inherit;
padding-left:10px;
padding-right:10px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#pie { width:auto;
    height:50px;
background-color:#CCC;
text-align:center;
padding:inherit;
clear:both;
}

.flotante {
	position: relative;
	}
