/* CSS Document */

body {	
	
	margin-bottom:0;
	margin-top:0;
	background-color:#E2ECF3
	
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#000066;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/*Estilo1 para search*/
.Estilo1 {
	font-family: "Arial";
	font-weight: bold;
	color:#000066;
	font-size:16px;
}
/*Estilo2 para la navegacion en la pag principal*/
.Estilo2 {
	font-family: "Arial";
	font-weight: bold;
	color:#000066;
	font-size:12px;
}
/*Estilo3 para el titulo "ARTICLES"*/
.Estilo3 {
	font-size: 10px;
	font-family: Arial;
}
/*Estilo4 para los titulos de los articulos aleatorios y 10 recientes*/
.Estilo4 {
	font-family: "Arial";
	font-weight: bold;
	color:#000066;
	font-size:14px;
}
/*Estilo5 para el titulo de cada articulo*/
.Estilo5 {
	font-family: "Arial";
	font-size: 14px;
	color:#003399;
	text-decoration:underline;
}
/*Estilo6 para el contenido recortado de los articulos*/
.Estilo6 {
	font-family:"Arial";
	font-style:italic;
	font-size: 14px;
	font-weight:normal;
	color: #000000;
}

.Estilo7 {
	font-family:"Times New Roman";
	font-size: 22px;
	font-weight: bold;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}
.Estilo8 {
	font-family:"Arial";
	font-size: 11px;
	font-weight:normal;
	color:#003399;
}
.Estilo9 {
	font-family:"Arial";
	font-size: 13px;
	font-weight:normal;
	color:#000000;
}
/*Estilo 10 para las categorias en el sitemap*/
.Estilo10 {
	font-family: "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}
/*Estilo 11 para las sub en el sitemap*/
.Estilo11 {
	font-family:"Times New Roman";
	font-size: 16px;
	font-weight: bold;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}
/*Estilo 12 para el menu inferior*/
.Estilo12 {
	font-family: "Arial";
	font-weight: bold;
	color:#3333CC;
	font-size:12px;
}
/*Estilo13 para las categorias y subcategorias*/
.Estilo13 {
	font-family: "Arial";
	color:##3333CC;
	font-size:14px;
}
/*Fondo1 para el fondo de la tabla*/
.Fondo1{
background-image: url(cuerpo.jpg);
background-repeat:no-repeat;
}
/*Fondo2 para el fondo de la ultima celda*/
.Fondo2{
background-color:#FFFFFF;
}
.Marco1{
border-style:solid;
border-width:thin;
border-color:#0683B7;
}