body {
	background-color: #FFFFE0; /* #F5F5F5; /* DCDCDC; */
	font-family:"Times New Roman", Times, serif;
}
body,td,th {
	color: #000000;
}

.logo {float:left;}

.barra {
	width:100%;
	height:15px;
	background-color: #FFFACD;
}

.pie {
	width:100%;
	background-color: #FFFACD;
	text-align:center;
	font-size:12px;
}

.titulo {
	font-size: 18px;
	font-weight: bold;
	color:#120EBA;
}
.titulo2 {
	font-size: 16px;
	font-weight: bold;
	color:#120EBA;
}

.pastilla{
	text-align:left;
	padding: 5px 20px 5px 20px;
	color: #4F4F4F;
	background-color: #FFFF99;
	/*^display:block;  esta enremado por culpa del ie6 */
}


#contenedor{
width: 950px; /* El ancho que se supone ya estaba definido */
margin: 0 auto;
}

#contenido{
text-align:justify;
padding: 0px 30px 0px 210px;
line-height: 20px;
color: #4F4F4F;	
}


.textopeque {
	font-size: 9px;
}
/* formatos antiguos */

	a:link{ color: #0066FF; text-decoration: none;}
	a:active{ color: #0066FF; text-decoration: none;}
	a:visited{ color: #0066FF; text-decoration: none;}
	a:hover{ color: #0066FF; text-decoration: none; border-bottom:dashed 1px #0066FF;}

a.menu:link{ color: #007ED2; text-decoration: none;}
a.menu:active{ color: #007ED2; text-decoration: none;}
a.menu:visited{color: #007ED2; text-decoration: none;}
a.menu:hover{ color: #007ED2; text-decoration: none; border-bottom:dashed 1px #007ED2;}
 

.navigation {
	font-size: 12px;
	font-style: normal;
	font-weight: bold; 
	display: block;
	padding: 8px;
	width: 150px;
	text-decoration:none;
	background-color:#F5F5F5;

}

