body {
	color: #808184;
	text-decoration: none;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
	background-image: url(img/fondo_cabezal.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: top;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:active {
	color:#000000;
	text-decoration: none;
	background-color: #d5d6e9;
}

a:hover {
	color:#000000;
	text-decoration: none;
	background-color: #d5d6e9;
}


/* F O R M U L A R I O S */


select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}



/* C O N T E N I D O */

.negrita {
	color: #666;
	font-weight: bold;
	font-size: 11px;
}

.logo {
	vertical-align: top;
	padding-top: 17px;
	
}

/* F O N D O S */


.rayita_vertical {
	background-image: url(img/rayita.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 10px;
}
