body { color: black; background-color: #E4E5E6;
	font-family: Arial, san-serif;
}

p {}

td {}

a:link { color: black; text-decoration: none; }

a:visited { color: black; text-decoration: none; }

a:visited:hover { color: black; }

a:hover { color: purple }

a:active { color: red;  }

#header { 
	width: 960px;
	margin: 62px auto 0 auto;
	/*background-image: url('../images/bg_header-1x61.gif' ); */
	/*background-repeat: repeat-x;*/
}

#sub-header {
	width: 960px;
	height: 199px;
	overflow: hidden;
	margin: 0 auto;
	/*background-color:  #dde1e9;*/
	background-color: #EDEDEE;
	background-image:url(../images/bg_subheader-1x199.gif);
	background-repeat:repeat-x;
}

#sub-header ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style:  none;
}

#sub-header li {
	margin: 0px;
	padding: 0px;
	line-height: 0;
	display: inline;
	float:right;
}

#left-nav {
	margin: 0;
	padding-top:  10px;
	background-color: #ffffff;
	width: 98px;
	height: 159px;
}

#title {
	width: 960px;
	margin: 0 auto;
	background-color:  #EDEDEE;
	/*border-left: 4px solid #104124;*/
	/*border-right: 4px solid #104124;*/
	padding-top: 0;
	font-size: 10pt;
}

#content {
	width: 960px;
	margin: 0px auto;
	background-color:  #EDEDEE;
	/*border-left: 4px solid #104124;*/
	/*border-right: 4px solid #104124;*/
	/*border-bottom: 4px solid #104124;*/
	padding-top: 40px;
	padding-bottom: 50px;
	font-size: 10pt;
}

#content > p {
	font-size: 10pt;
	padding-left: 60px;
	padding-right: 60px;
}

#content > ul {
	font-size: 10pt;
	padding-left: 80px;
	padding-right: 60px;
}

#content > div {
	font-size: 10pt;
	padding-left: 60px;
	padding-right: 60px;
}

#content cite {
	font-size: 7pt;
	color: #6F7073;
	background-color: #D5D7D8;
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 30px;
	text-align: center;
}

#footer {
	color: #636466;
	text-align: center;
	width: 654px;
	margin: 10px auto 0 auto;
	font-size: 11px;
}

#footer address {
	color: #636466;
	font-weight: bold;
	font-style: normal;
}

.recuadro {
	background-color:  #DDE0E6;
	padding: 20px;
	font-size: 10pt;
	margin-left: 40px;
	margin-right: 40px;
	color: #48443C;
}

.foto_central { position: relative; top: 0; left: 0; }

.active_link {font-weight:bold;}
/* Staff */

#content table#staff {
	font-size: 10pt;
	margin-left: 30px;
	margin-right: 30px;
	border-width: 0;
	border-collapse: collapse;
}

#staff td {
	vertical-align: top;
}

#staff img.persona {
	float: left;
	margin-top: 10px;
}

#staff h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#staff h2 {
	font-size: 16px;
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

#staff ul {
	margin-top: 10px;
}

#staff li {
	font-size: 11px;
	margin-left: 55px;
	margin-right: 10px;
}

#staff a {text-decoration: none;}

/* prestaciones */

/* contacto */
.bloque-contacto { border-bottom: 1px solid black; padding-bottom: 10px; margin-bottom: 10px; width: 400px; margin-right: auto; margin-left: auto; }

input.contacto, textarea.contacto {
	background-color: #E6E6E6;
	border-width: 0pt;
	padding: 2px;
	font-family: Arial, san-serif;
	width: 370px;
}

textarea.contacto {
	font-size: 12px;
}

/* links */

a:hover, a:visited:hover {font-weight: bold; color: black;}
