BODY {
	color: White;
	background-color: Black;
	font-family: Arial, "Arial Narrow", System, sans-serif;
	font-size: x-small;
	text-align: center;
}

A {
	color: #FF9933;
	font-size: medium;
}
A:HOVER {
	color: Lime;
}


A.video_link {
	color: Red;
	font-size: 22px;
}
A.video_link:HOVER {
	color: Lime;
	font-size: 22px;
}


textarea {
	background: White;
	border: none;
	color: Black;
	font-family: Arial, "Arial Narrow", System, sans-serif;		
}


h3 {
	font-family: Arial, "Arial Narrow", System, sans-serif;
	font-size: 22px;	
}

h4 {
	color: #DECEB8;
	font-family: Arial, "Arial Narrow", System, sans-serif;
	font-size: 18px;	
}



button {
	color: Black;
	font-family: Arial, "Arial Narrow", System, sans-serif;
	font-size: 16px;		
	border-color: Black;
	border-color: Lime;
	 
	 
	
}


h5 {
	color: #94653A;
	font-family: Arial, "Arial Narrow", System, sans-serif;
	font-size: 15px;	
}


table {
	background-color: #000000;
	font-family: Arial, "Arial Narrow", System, sans-serif;
	color: white;
	text-align: left;
	font-size: x-small;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	
}



TD {
	background-color: #000000;
	background-color: #333333;
}

input {
	background-color: #94653A;	
	border: none;
	color: white; 
	border-style: none;
	
}

input.paypal {
	background-color: #333333;	
	border: none;
	color: white; 
	border-style: none;
	
}


textarea {
	background-color: #94653A;	
	border: none;
	color: white; 
}

option {
	background-color: #94653A;	
	color: White;
}



h3.error {
	color: Red;
}


.paginacion_actual {
	color: #FBD600;
	font-size: medium;	
	font-weight: Bold;
	text-decoration: none;
	color: Red;
}

.paginacion {
	color: #FF9933;
	font-size: medium;	
	font-weight: Bold;
	text-decoration: none;
}

.limpio {
	border-style: none;
	border: none;
}

a.paginacionlink {
	font-size: medium;	
	text-decoration: none;
}

a.paginacionlink:HOVER {
	color: Lime;
	text-decoration: none;
}
