

h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 180%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 160%;
}


#content {
	background-color: #AE9696;
	padding: 3em;
	margin:0.2em 2em;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}





#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 920px;
height: 400px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 5px;
text-align: left;
}

#mycustomscrollv {
/* Typical fixed height and fixed width example */
width: 665px;
height:300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
float:left;
position: relative;
text-align: left;
}



#mycustomscrolla {
/* Typical fixed height and fixed width example */
width: 650px;
height: 350px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin: 0.3em auto;
padding: 15px;
text-align: left;


}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 490px;
height: 210px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
text-align: left;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 490px;
height: 155px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
text-align: left;
}

#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 490px;
height: 155px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
text-align: left;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(../imagenes/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*General styles not really related to the forms*/

/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AE9696;
}
label {
	color:#AE9696;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}


.boton12{
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
	background: #AE9696;
	border-color: #6B8E00;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-spacing: 0px;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}