.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #CCCCCC;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #CCCCCC;
}
.textocolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9933;
}
.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
}
.titulos2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: lighter;
	text-decoration: none;
}
.titulos2:hover {
	color: #CCCCCC;
	
}
.textocolor2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: bold;
}
.texto3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: normal;
}
.textocolorgrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF9933;
}
.botones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	background-color: #333333;
	background-position: center center;
	text-align: center;
	padding: 5px;
	height: 15px;
	width: 100px;
	margin: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-weight: normal;
}

.botones:link {
	text-decoration: underline;
	
}




.botones:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #DDDDDD;

}
.textocolorgrande2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9933;
	line-height: 22px;
	font-weight: normal;
}
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #3F3F3F;
	text-decoration: none;
	height: 22px;
	background-color: #999999;
}
.textochico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	font-weight: normal;
	color: #3F3F3F;
	text-decoration: none;
}
.textochico:hover {

	color: #FFFFFF;
	text-decoration: true;
}
.fondo2 {
	background-image: url(fondo2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #5b5b59;
}
.fondo1 {
	background-attachment: scroll;
	background-color: #3A3839;
	background-image: url(fondo1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
}
body {
	background-attachment: fixed;
	background-image: url(fondo2.jpg);
}
.fondoprincipal{
	background-attachment: fixed;
	background-image: url(fondo.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.contenedor {
	width: 100%;
	background-image: url(fondo.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	background-color: #5B5B5A;
}
.contenedorinterno {
	width: 100%;
	height: 100%;
}
.cuerpo {
	width: 99%;
	background-attachment: fixed;
	background-color: #3A3839;
	background-image: url(fondo1.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
}
.izquierda {
	background-color: #333333;
	width: 150px;
	text-align: center;
	vertical-align: top;
}
.derecha {
	text-align: center;
	vertical-align: top;
	width: 170px;
}
.cabezal {
	background-color: #5B5B59;
	background-image: url(fondo2.jpg);
	background-position: center;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
}
