/*Configuración del cuerpo de la página*/
BODY {
 /*Color de Fondo de la página Blanco*/
 background-color: #CCCCCC;
 /*Se define la fuente de la página*/
 font-family: Arial, Helvetica, sans-serif;
 /*Se define el tamaño de fuente por defecto*/
 font-size: 12px;
 /*El color de las fuentes es blanco*/
 color: #000000;
 /*Para los menús dinámicos*/
 margin: 0px 0px 0px 0px; 
 padding: 0px 0px 0px 0px;
}
img {
 /*Se quitan los bordes de las imágenes insertadas*/
 border: none;
}
.encabezado {
 	background-color: transparent;
}
.interior {
	background-color: transparent;
}
.titulo	{
	font-size: 22px;
	font-weight: 900;
	text-transform:capitalize;
}
.subtitulo	{
	font-size: 18px;
	font-weight: 900;
	text-transform:capitalize;
}
.letras	{
	font-size: 26px;
	font-weight: 900;
	text-transform:capitalize;
}
.termino	{
	font-size: 14px;
	font-weight: bold;
	text-transform:capitalize;
}
.busqueda {
	font-size: 16px;
	font-weight: bold;
	text-transform:capitalize;	
}
.texto {
	font-size: 14px;
	text-align: justify;
}
.textobusqueda {
	font-size: 14px;
	font-weight: bold;
	text-transform:capitalize;	
}
.revista	{
	font-size: 14px;
	text-transform:capitalize;
}

/*Top categories*/
.main_cat1 {font-size: 16px; font-weight: bold; color:#000000}
.main_cat2 {font-size: 12px; font-weight: bold; color:#000000}
.cat1:visited {font-size: 16px; font-weight: bold; color:#000000}

/*Small urls*/
.url {color: #000000;
	text-decoration: none;
	border: none;
}
a:link {
	color: #000000;
	text-decoration: none;
	border: none;
}
a:visited{color: #000000;
	text-decoration: none;
	border: none;
}
a:active {
	color: #000000;
	text-decoration: none;
	border: none;

}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
/*hr{color:#000066}*/

/*Page descriptions*/
.description{font-size: 13px;}

/* */
td {font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

/* Title/link of pages */
.title{color:transparent; font-size:15px}

.searchBox{border:0px solid transparent;}

#result_report {
	text-align:center ;
	padding:3px;
	background-color:#FFFFFF; 
	font-size: 14px;
	font-weight: bold;
	margin-bottom:14px;
}

.catBanner {
	padding:3px;
	margin-top:15px;
	background-color:#FFFFFF; 
	font-weight: bold
}
.webPageBanner {
	padding:3px;
	margin-top:20px;
	background-color:#FFFFFF; 
	font-weight: bold
}

hr{color:#FFFFFF;}
hr.powered{width:550; color: #000000}

/*main results table */
#results{width: 780;}

h1 {
	text-align: center;
	font-family: Verdana, Ariel;
	font-size:24px;
	color: #000000;
	}

#other_pages {
	text-align:center;
}

#powered_by {
	margin:0 auto;
	margin-top:20px;
	padding-top:10px;
	font-size:10px;
	text-align:center;
}

#common_report {
		text-align:center;
}

#cat_table {
		width:600px;
		margin-top:20px;
		padding-top:10px;
		padding-bottom:20px;
		border-top:1px solid #FFFFFF;
		border-bottom:1px solid #FFFFFF;

}

#cat_main {
	font-weight: bold;
}

.divline{
	margin-top:20px;
	margin-bottom:-5px;
	border-bottom:1px solid #FFFFFF;
}

#sub_cat {
	font-size:12px;
}
