@charset "utf-8";
.body {
	font-family: Arial;
	font-size: 10px;
	color: #9f9f9f;
}
.texto {
	font-family: Arial;
	font-size: 11px;
	color: #9f9f9f;
	font-weight: bold;
	/*letter-spacing: 2px;*/
	text-decoration: none;
	text-align: justify;
}
.textoNegro {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.ancho760 {
	width: 760px;
}
.ancho50 {
	width: 50%;
}
.ancho1 {
	width: 1%;
}
.ancho380 {
	width: 380px;
}
.ancho100 {
	width: 100%;
}
.fondoRaya {
	background-image: url(../imagenes/rayica.gif);
	background-repeat:  repeat-y;
	background-position: top;
	width: 1%;
}

.alto {
	height: 10px;
}

.derecha {
	text-align: right;
}
img {
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.centrar {
	text-align: center;
}


div.centrado{
text-align: center;
}
div.centrado table {
margin: 0 auto;
text-align: left;
}
.textoTitulos {
	font-family: Garamond;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}
.rayabajo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
}
.textoNormal {
	font-family: Arial;
	font-size: 11px;
	color: #9f9f9f;
	font-weight: bold;
	text-decoration: none;
	
}
.borde {
	border: 1px solid #E2E2E2;
}
.rayaGris {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}

.textoNormalNaranja {
	font-family: Arial;
	font-size: 11px;
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
}
.medio {
vertical-align: middle;

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
