@charset "UTF-8";
.texto {
	font-family: arial;
	font-size: 12px;
	color: #333333;
	white-space: normal;
	line-height: 18px;
}
.subti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.textoBlanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px;
}
body {
	margin: 0px;
	background-color: #CCCCCC;
	background-image: url(imagenes/fondobody.jpg);
	background-repeat: repeat;
}
.fondo {
	background-image: url(imagenes/repiteizq.gif);
	background-repeat: repeat-y;
}
.fondoDer {
	background-image: url(imagenes/repiteder.gif);
	background-repeat: repeat-y;
}
.textoCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
#apDiv1 {
	position: relative;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.padding {
	padding: 50px;
}
