/* Estilos generales */
body {
 
    margin: 0px;
    padding: 0px;
	background: url(page-bg.jpg) 50% -85px repeat-x;
	font-size: 12px;
	font-family: Helvetica, Arial, FreeSans, sans-serif;
}
p {

	font-size: 11px;
	font-family: Helvetica, Arial, FreeSans, sans-serif;
	color: #330066
}

img { border: 0px }
form { margin: 0px; padding: 0px }
input { font: 11px arial; border: 1px solid #F0F0F0 }
select { font: 11px arial; border: 1px solid #F0F0F0 }
textarea { font: 11px arial; white-space: nowrap; border: 1px solid #F0F0F0 }

a { text-decoration: none; color: #330066 }
a:hover { text-decoration: none; color:#0066ff  }
strong { color: #000 }

/* Estilos especificos de cada capa */
#page { width: 967px; margin: auto;}
#header {height: 60px; }

#center { height: 400px; text-align:center; vertical-align:top}

#footer { width: 967px; height: 20px; padding-top: 15px; text-align: center; color: #000; background-color: #330066; }


#footer2 { width: 967px; padding-top: 15px; text-align: center; color: #000; }


#footer a { color: #0066ff; }
#footer a:hover { color: #330066; }
#menusup .module { margin-bottom: 0px }



/* Estilos especificos de los distintos componentes de la web*/

.limpia { clear: both }



/*HOME*/

.spacer .block {

	float: left;
}

.spacer.w99 .block {
	width: 99.8%;
}

.spacer.w49 .block {
	width: 49.8%;
}

.spacer.w33 .block {
	width: 33.1%;
}

.spacer.w24 .block {

	width: 16%;
}
#bottommodules div.block {
	border-left: 1px solid #e0e0e0;
}

#bottommodules div:first-child.block {
	border-left: 0;
}

#bottommodules div.block {
	border-left: 1px solid #e0e0e0;
}

#bottommodules div:first-child.block {
	border-left: 0;
}

#bottommodules .module h3 {
	font-size: 110%;
	font-weight: bold;
	color: #555;
	margin-top: 0;
}

#bottommodules .module {
	margin-right: 15px;
	padding-left: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}

#mainmodules .module {
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 15px;
}

#mainmodules,
#bottommodules {
	overflow: hidden;
}
