@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #e1be81;
}
#cuerpo {
	width: 845px;
	margin: auto;
	padding: 0px;
	background-color: #FFF;
	background-image: url(imagenes/fondologo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
}
#arriba {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 179px;
	width: 845px;
}
#menu {
	font-size: 17px;
	color: #666;
	text-decoration: none;
	padding: 0px;
	float: right;
	width: 580px;
	margin-top: 155px;
	font-style: italic;
}
#menu a{
	color: #666;
	text-decoration: none;
}
#menu a:hover{
	color: #000;
	text-decoration: none;
}
#contenido {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 845px;
	background-color: #FFF;
}
#fotoport {
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#textoport {
	float: left;
	width: 815px;
	font-size: 12px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#serviciosport {
	padding: 10px;
	float: left;
	width: 240px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#serviciosport h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #5D1C16;
	padding: 0px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#serviciosport h1 a{
	color: #5D1C16;
	text-decoration: none;
}
#serviciosport h1 a:hover{
	color: #000;
	text-decoration: none;
}
#serviciosport p{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #666;
}
#serviciosport p a{
	color: #666;
	text-decoration: none;
}
#serviciosport p a:hover{
	color: #000;
	text-decoration: underline;
}
#pie {
	float: left;
	width: 845px;
	background-image: url(imagenes/fondopie.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pie a{
	color: #FFF;
	text-decoration: none;
}
#pie a:hover{
	color: #F90;
	text-decoration: underline;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.textoblanco {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #9ea2b3;
	text-decoration: none;
}
a.textoblanco {
	text-decoration: none;
	color: #9ea2b3;
}
a.textoblanco:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.textonegrita {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #999;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.numeros {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #b0b5cd;
	font-weight: bold;
	text-decoration: none;
}
a.numeros {
	text-decoration: none;
}
a.numeros:hover {
	color: #000000;
	text-decoration: none;
}
.numeros2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #3f4563;
	font-weight: bold;
	text-decoration: none;
}
.justificado {
	text-align: justify;
}
.textok {
	color: #FFFFFF;
}
a.textok {
	color: #FFFFFF;
	text-decoration: none;
}
a.textok:hover {
	color: #FFFFFF;
	text-decoration: none;
}

