@charset "utf-8";
/* Estilos generales e inicio */
body {
	background-color: #FFFFFF;
}

.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-size: 10pt;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-align: left;
	font-weight: normal;
}
.texto a{
	color: #FFCC00;
}
.bold {
	font-weight: bold;
	font-size: 12px;
}
.titulo_lista {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 8pt;
	text-transform: uppercase;
}

.menu_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	text-align: center;
	font-weight: normal;
}

.activo {
	color: #FFFFFF;
}
.form {
	text-align: right;
}
.greenForm {
	background-color: #99cc33;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
}
.greyForm {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.greycons {
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #000;
	text-decoration: none;
	text-align: center;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
#right {
	border-right-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	
}
#left {
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #000000;
}
#both {
	border-right-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #000000;
	
}
#fotosTop {
	vertical-align: top;
	padding-bottom: 30px;
	padding-top: 30px;
	align: right;
}

#foto1 {
	position:absolute;
	width:250px;
	height:150px;
	z-index:1;
	background-color: #FFFFFF;
	top: 200px;
}
#foto2 {
	position:absolute;
	top:380px;
	width:250px;
	height:150px;
	z-index:2;
	background-color: #FFFFFF;
}
#foto3 {
	position:absolute;
	top:565px;
	width:250px;
	height:150px;
	z-index:2;
	background-color: #FFFFFF;
}
#foto4 {
	position:relative;
	top:600px;
	width:250px;
	height:150px;
	z-index:2;
	background-color: #FFFFFF;
}
#fotos {
	vertical-align: top;
	padding-bottom: 30px;
	align: right;
}
.fondoFotos {
	background-image: url(img/fondo.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}

