/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #F8F8F8 url(/imagenes/bodybg.gif);
	color: #000000;
	font: 13px Tahoma, Arial, Verdana, "Times New Roman", Times, serif;
}

a {
	color: #4A1160;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:visited {
		color: #4A1160;
} 

h1 {
	margin: 4px;
	padding: 0;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
}

h2 {
	font: 13px Tahoma, Arial, Verdana, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333333;
}

h3 {
	font: 13px Tahoma, Arial, Verdana, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333333;
}

h4 {
	font: 13px Tahoma, Arial, Verdana, "Times New Roman", Times, serif;
	font-weight: bold;
}

ul {
	list-style-position: inherit;
	list-style-type: square;
}

li {
	margin: 2px;
}

.cat {
	color: #FFFF00;
	font-size: 12px;
	font-weight: bold;
}

.cat a{
	color: #FFFFFF;
	text-decoration: none;	
}

.cat a:hover{
	color: #FFFF00;
	text-decoration: underline;	
}

.cat_recomendados {
	color: #FFFF00;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.cat_recomendados a{
	color: #FFFFFF;
	text-decoration: none;	
}

.cat_recomendados a:hover{
	color: #FFFF00;
	text-decoration: underline;	
}

.enl {
	color: #000000;
}

.enl a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;	
}

.enl a:hover {
	color: #FFFF00;
	text-decoration: underline;	
}

.pie {
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

.pie a{
	color: #CCCCCC;
}

.pie a:hover{
	color: #FFFFF4;
}

/* Home */

.title_home a{
	color: #4A1160;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.title_home a:hover{
	color: #000000;
	text-decoration: underline;
}

.menu_top{
	text-align: center;
	color: #FFFF00;
	font-size: 12px;
	font-weight: bold;
}

.menu_top a{
	color: #FFFFFF;
	text-decoration: none;
}

.menu_top a:hover{
	color: #FFFF00;
	text-decoration: underline;
}

/* Buscador */

.buscador{
	margin: 0 0 0 70px;
	padding: 0;
}

.busca_input {
	border: 1px solid #000000;
	font-family: Tahoma;
	font-size: 12px;
	padding: 3px;
}

.busca_button {
	border: 1px solid #000000;
	background: #400557;
	color: #FFFF00;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
	padding: 2px 10px 2px 10px;	
}

.navega {
	font-weight: bold;
	font-size: 14px;
}

.navega a {
	color: #4A1160;
	text-decoration: none;
}

.navega a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Toolbar */

.toolbar {
	width: 898px;
	background-color: #FFFFFF;
	color: #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #FF247B;	
	margin: 0px auto;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 14px;
}

.toolbar a{
	color: #D50055;
	text-decoration: none;
}

.toolbar a:visited{
	color: #D50055;
}

.toolbar a:hover{
	color: #000000;
	text-decoration: underline;
}

.toolbar p{
	margin: 3px 0 0 0;
	font-weight: bold;
}

/* Addthis */

.addthis {
	margin: 12px 0 0 0;
	vertical-align: middle;
}

.addthis_lateral{
	text-align: center;
	margin: 5px 0 1px 5px;
}

.adlinks{
	margin: 8px 0 2px 0;
	padding: 0;
	text-align: center;
}

.adlinks_art{
	margin: 8px 0 2px 0;
	padding: 0;
	text-align: left;
}

.fb {
	float: left;
	margin: 10px 0 0 0;
}

.tw {
	float: left;
	margin: 10px 0 0 0;
}

.division {
	border: 0;
	color: #D4D0C8;
	width: 100%;
	background-color: #D4D0C8;
	height: 1px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

/* Anuncios publicitarios */

.text_ads {
	float: left;
    width: 336px;
    height: 15px;
    border-bottom: 1px solid #666666;
	font-size: 11px;
    text-align: left;
}

.show_ads{
	float: left;
    width: 336px;
    height: 280px;
    margin: 0px;
	padding: 1px 0 6px 0;
}

.text_ads_160 {
	float: left;
    width: 160px;
    height: 15px;
    border-bottom: 1px solid #666666;
	font-size: 11px;
    text-align: left;
    margin-left: 13px;
}

.show_ads_160 {
	float: left;
    width: 160px;
    height: 600px;
	padding: 0px;
    margin-left: 12px;
}

