/* Estilo Nombre: Original by ciberwap.net */

body { 
	font-family : Arial; 
	font-size : small;
	position : relative;
} 

.cero {color: green;}
.uno {color: black;}

input,textarea,select,radio {
	color: white; 
	background-color: #ff6000; 
	border: 1px solid black;
}

hr {
	background-color: #000000; 
	color: #000000; 
	border: none; 
	height: 1px;
}

.ad {
	background-color: white; 
	font-weight: bold; 
}

.centrar {
	text-align: center;
}

.ok {
	font-weight: bold; 
	color: yellow; 
	background-color: maroon; 
	border: 1px solid yellow;
}

.arriba {
	background-color: #2E5EFC; 
	color: white; 
	text-align: center; 
	border: 1px solid black;
	margin-left:5cm; 
	margin-right:5cm;
}

.medio {
	background-color: white; 
	color: #610B38; 
	text-align: left;
	margin-left:5.1cm; 
	margin-right:5.1cm;
	background-image:url('bg199.jpg');
} 

.abajo {
	background-color: #2E5EFC; 
	color: white; 
	text-align: center; 
	border: 1px solid black;
	margin-left:5cm; 
	margin-right:5cm;
} 

.linea {
	border: 1px solid green;
} 

.texto {
	background-color: yellow; 
	color: teal;
}

a {
	color: #FAAC58; 
	text-decoration: none;
} 

a:focus {
	background-color: #ff6000; 
	color: yellow; 
	text-decoration: underline overline;
}

a:hover {
	background-color: #ff6000; 
	color: yellow; 
	text-decoration: underline overline;
}

a.extra {
	color: #D7DF01; 
	text-decoration: none;
} 

a.extra:focus {
	background-color: white; 
	color: blue; 
	text-decoration: underline overline;
} 

a.extra:hover {
	background-color: white; 
	color: blue; 
	text-decoration: underline overline;
} 