/*Documento CSS*/
<style type="text/css" media="all">
body {
	margin-left: 0px;
	margin-top: 0px;
		margin-right: 0px;
	margin-bottom: 0px;
}

.Estilo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.Estilo3 {
font-weight: bold; 
font-size: small; 
color: #006699; 
font-family: Arial, Helvetica, sans-serif;}

.Estilo5 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: small;
	font-style: normal;
	line-height: normal;
	color: #000000;
}

.Estilo6 {	color: #006699
}
.Estilo7 {font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #666666; }
.Estilo8 {font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #006699; },

body {
	background-color: ##ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.titulos {
	color: #036;
}
#contenidos{
    top:150px;
    left:10px;
	float:right;
	border: 10px solid grey;
	margin-left: 10px;
	padding: 5px;
	padding-bottom: 100px;
	background-color: #ffffff;
}
* html #contenidos{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
height: 400px;

}
