* { font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; margin: 0; padding: 0; }
img { vertical-align: bottom; border-width: 0; }
ul { list-style-type: none; }
body {
	font-size: 70%;
	text-align: center;
	width: 83.75em;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/cabecera.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a {
	color: #336699;
	outline: none 0;
}
a:link {
	color: #336699;
}
a:hover {
	color: #336699;
}
a:active {
	color: #336699;
}
/*Cabecera*/
#cabecera {
	text-align: left;
	margin-right: 2em;
	margin-left: 1em;
	height: 8.7em;
}
#cabecera h1 {
	width: 165px;
	height: 90px;
	float: left;
	margin-top: 0.2em;
	background-image:url(../img/logotipo.gif);
}
#cabecera h1 a {
	text-indent: -9999px;
	width: 165px;
	height: 90px;
	display: block;
}
#cabecera h1 a:focus {
	outline: 0;
}
#cabecera ul {
	text-align: right;
	margin-right: 0.9em;
	padding-top: 2em;
}
#cabecera ul li{
	background-image: url(img/boloblanco.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 0.7em;
	margin-bottom: 0.3em;
}
#cabecera ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#cabecera ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*Contenido*/
#contenido {
	clear:both;
	width: 83.75em;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: center;
	padding-top: 0.5em;
}
#contenido p {
	text-align: left;
	font-size: 1.1em;
	color:#666666;
	width:800px;
	margin: 1em auto 0 auto;
}
#contenido p.quienes{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 6em;
	padding-bottom: 6em;
}
.MagicSlideshow {
	margin: 2em auto 0 auto;
}
#slideshow2 img.MagicSlideshowThumbnail.highlight {
	border: 2px solid #696969;
}
#slideshow2 img.MagicSlideshowThumbnail {
	border: 2px solid transparent;
}
#contenido h2  {
	text-align: center;
	font-size: 1.3em;
	color:#666666;
	width:800px;
	margin: 1em auto 0 auto;
	padding-top: 1em;
}
#contenido h3  {
	text-align: center;
	font-size: 1.3em;
	color:#666666;
	width:800px;
	margin: 1em auto 0 auto;
	padding-top: 5em;
	padding-bottom:10em;
}
#pie {
	clear: both;
	width: 83.75em;
	padding-top: 2em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#pie p {
	color: #666;
	padding-bottom: 3em;
	border-top: 1px solid #999999;
	padding-top: 1em;
	width: 91%;
	margin-right: auto;
	margin-left: auto;
}