body {
	width:100%;
	margin:0;
	margin-bottom: 0.8em;
	padding:0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height: 110%;
	color:#333333;
	text-align: center;
	background-color:#FFFFFF;
}

#cabecera {
	width: 777px;
	height: 150px;
	position: relative;
	float: center;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: 0px none;	
}

#contenedor {
	margin-left: auto;
	margin-right: auto;
	width: 777px;
	height: auto;
	clear: both;
	position: relative;
}

#cuerpo-de-pagina{
	height: 300px;
	width: 777px;
	background-color: #FFFFFF;
	position: relative;
	float: center;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: -2px;
}

#columna-central{	
	float: center;
	height: 300px;	
	width: 777px;	
	clear: none;
}
	
#pie-de-pagina{	
	text-align: center;	
	height: 25px;	
	width: 777px;	
	float: center;	
	background-color: #FFFFFF; 
	font-size:0.8em;
}

.centrado{
    text-align:center;
}

.titulo {
    font-size:1.5em;
	text-align:center;
	color:#000066;
}

.titulo2 {
    font-size:1.3em;
	text-align:center;
	color: #CC9933;
}

.titulo3 {
    font-size:1.1em;
	text-align:center;
	color: #000000;
	}
	
.textficha {
    font-size:0.8em;
	text-align:left;
	color: #000000;
	}

td.c1 {
    background-color: #CCCC99;
}

table.sinbordes {
    background-color: #FFFFCC;
	border-color:#CCCC66;
	width:450px;
	text-align:center;
}

td.separador {
    background-color: #FFFFFF;
}
td.linea {
    height:3;
	text-align:left;
	font-size:0.8em;
	color: #000000;
}
.error
{
  font-size:1em;
  font-style:italic;
  text-decoration:blink;
}

