body{
	background-color:#ffffff;
	background-image:url(../images/fondo.jpg);
	margin: 0;
	text-align:center;
	margin-top:7px;
	font-family:arial;
	color:#333333;

}
html
{
	background-color: #ffffff;
	background-image:url(../images/fondo.jpg);
	background-repeat:repeat;
	border: 0;
	height: 100%;
	margin: 0;
	max-height: 100%;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	/* */
	padding: 0;
}

#cabecera{
	position:relative;
	float:left;
	width:62em;
	max-width:62em;
}

#contiene_web{
	margin:0 2px;
	max-width:62em;
	width:61.9em;
	position:relative;
	background-color:#FFFFFF;
	text-align:left;	
}

#centro{
	background-color:#ffffff;
	float:left;
	position:relative;
	width:62em;
	max-width:62em;
	overflow:hidden;
}
#logo_cabecera{
	float:left;
	position:relative;
	width:13em;
	text-align:center;
}
#migas{
	position:relative;
	background-color:#FFFFFF;
	float:left;
	width:99.5%;
	text-align:right;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6em;
}
#pie{
	position:relative;
	background-color:#FFFFFF;
	margin:auto;
	float:left;
	width:62em;
	max-width:62em;
}

h1{
	font-family:Arial;
	font-size:0.8em;
	color: #990000;
	font-weight:bold;
	
}
h2{
	font-family:Arial;
	font-size:0.9em;
	color: #990000;
	font-weight:bold;
	padding-top:5px;
}