body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #4B14B3;
	line-height: 20px;
}
.formulario {
	color: #4B14B3;
	background-color: #E6D9FF;
	border: 1px solid #4B14B3;
}
.size-ampli {
	font-size: 14px;
}
.footer {
	color: #C6C4FF;
}
.footer a:hover {
	color: #FFFFFF;
	background-color: #4B14B3;
}
.footer a:visited {
	color: #C6C4FF;
}
.footer a:active {
	color: #C6C4FF;
}
.footer a:link {
	color: #C6C4FF;
}



body {
	background-color: #E6D9FF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #4B14B3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4B14B3;
}
a:hover {
	text-decoration: none;
	color: #4B14B3;
	background-color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #4B14B3;
}
.texto-art {
	font-family: "Arial Narrow";
	font-size: 25px;
	color: #DD3700;
}
.color-sub {
	color: #170044;
}
.categoria {
	color: #FFFFFF;
}
.borde {
	border: 3px solid #E6D9FF;
}
.texto-articulo-des {
	font-size: 15px;
	line-height: 25px;
}
.tag1 {
	font-size: 24px;
	line-height: 32px;
}
.tag2 {
	font-size: 48px;
	line-height: 54px;
}
.tag2 a:link {
	font-size: 48px;
}
.tag2 a:active {
	font-size: 48px;
}
.tag2 a:visited {
	font-size: 48px;
}
.tag2 a:hover {
	font-size: 48px;
}
.tag3 {
	font-size: 18px;
}
/*Pagination*/
div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
		color:#ff6500;
		font-size:80%;
	}
	
	div.pagination a {
		border: 1px solid #ff9600;
		margin-right:3px;
		padding:5px 7px;

		background-image:url(meneame.jpg);
		background-position:bottom;
		text-decoration: none;

		color: #ff6500;		
	}
	div.pagination a:hover, div.meneame a:active {
		border: 1px solid #ff9600;
		background-image:none;
		background-color:#ffc794;
		color: #ff6500;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:5px 7px;
		border: 1px solid #ff6500;
		
		font-weight: bold;
		background-color: #ffbe94;
		color: #ff6500;
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:5px 7px;
		border: 1px solid #ffe3c6;
	
		color: #ffe3c6;
	}
