@charset "UTF-8";
/* INFOMEGO - www.antoniofuentes.org */
/* Estructura principal */
* {
	margin: 0;
	padding: 0;
	border: 0;
} 
body {
	background: #eeeadf url(../images/fondo.jpg) no-repeat fixed center 100px;
	cursor: default;
}
#mainwrapper {
	width: 950px;
	margin: 0 auto;
}
#headerwrapper {
	width: 950px;
	height:200px;
}
#logowrapper {
	width: 950px;
	height:170px;
	background-color: #000;
}
#logo {
	display: block;
	width: 145px;
	height: 170px;
	margin: 0 50px 0 755px;
}
#logo img {
	margin-top: 25px;
	border: 1px solid #666;
}
#menuwrapper {
	width: 950px;
	height: 30px;
	background-color:#666;
}
#sectionwrapper {
	width: 850px;
	margin: 50px auto 0;
	text-align: justify;
	overflow: hidden;
}
#path {
	width: 850px;
	height: 34px;
	text-align: right;
	border-bottom: 1px solid #666;
	margin: 50px auto 0;
}
#path p {
	font: 10pt Arial;
	color: #666;
}
#path p, #path img {
	display: inline;
	line-height: 34px;
}
#sectionwrapper h1 {
	font: 12pt Arial;
	color: #666;
	margin-bottom: 25px;
	margin-left: 25px;
	text-decoration: underline;
}
#sectionwrapper h2 {
	font: italic 11pt Arial;
	color: #666;
	margin-bottom: 20px;
	margin-left: 25px;
	text-decoration: underline;
}
#sectionwrapper h3 {
	font: 10pt Arial;
	color: #666;
	margin-bottom: 15px;
	margin-left: 25px;
}
#sectionwrapper p {
	font: 10pt Arial;
	color: #666;
	margin-bottom: 10px;
}
#sectionwrapper p.firma {
	font: italic 10pt Arial;
	color: #666;
	margin-bottom: 10px;
	margin-top: 20px;
}
#sectionwrapper p.info {
	font: 10pt Arial;
	color: #999;
	margin-bottom: 30px;
}
#sectionwrapper blockquote {
	font: italic 10pt Arial;
	color: #666;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-top: 20px;
}
/* Listas de links */
/* Nivel 1 */
#sectionwrapper ul.nivel1 {
	margin-left: 50px;
	margin-bottom: 35px;
	list-style-type: none;
}
#sectionwrapper ul.nivel1 li {
	margin-bottom: 0px;
	list-style-type: circle;
	margin-left: 75px;
	color: #666;
}
#sectionwrapper ul.nivel1 li.titulo {
	font: bold 11pt arial;
	list-style-type: none;
	text-decoration: underline;
	color: #666;
	margin-left: 0;
	margin-bottom: 15px;
}
#sectionwrapper ul.nivel1 li a, #sectionwrapper ul.nivel1 li a:visited {
	font: 11pt arial;
	color: #666;
	margin-bottom: 5px;
	text-decoration: none;
}
#sectionwrapper ul.nivel1 li a:hover {
	color: #000;
	margin-left: 5px;
}
.imgright {
	float: right;
	margin: 10px 0 10px 20px;
}
.imgleft {
	float: left;
	margin: 10px 20px 10px 0;
}
#gallery {
	width: 850px;
}
#gallery div, #gallery div.last {
	width: 175px;
	height: 125px;
	margin-bottom: 73px;
	float: left;
	border: 1px solid #666;
}
#gallery div {
	margin-right: 47px;
}
#gallery div.last {
	margin-right: 0px;
}
#gallery div:hover, #gallery div.last:hover {
	border: 1px solid #000;
	margin-bottom: 71px;
	margin-top: 2px;
}







#media {
	width: 850px;
}
#media .description {
	width: 375px;
	float: left;
	margin-right: 50px;
}
#media .vplayer {
	width: 425px;
	height: 344px;
	float: left;
}
.clean {
	width: 100%;
	height: 1px;
	clear: both;
}
#helpwrapper {
	width: 950px;
	height: 25px;
	margin-top: 25px;	
}
#help {
	width: 900px;
	height: 25px;
	text-align: right;
	margin-right: 50px;
}
#help a, #help a:visited, #help p {
	font: 9pt Arial;
	color: #999;
	line-height: 25px;
	display: inline;
}
#help a, #help a:visited {
	text-decoration: none;
}
#help a:hover {
	color: #666;
}
#info {
	background-color:#666;
	width: 950px;
	height: 35px;
	margin-top: 50px;
}
#info #linkswrapper, #info #contactwrapper {
	width: 475px;
	height: 35px;
	float: left;
}
#info #links {
	width: 425px;
	height: 35px;
	text-align: left;
	margin-left: 50px;
}
#info #links a, #info #links a:visited, #info #links p  {
	font: 10pt Arial;
	color: #333;
	line-height: 35px;
	display: inline;
}
#info #links a, #info #links a:visited {
	text-decoration: none;
}
#info #links a:hover {
	color: #fff;
}
#info #contactwrapper {
	text-align: right;
}
#info #contactwrapper p {
	font: 10pt Arial;
	color: #dfdfdf;
	line-height: 35px;
	margin-right: 50px;
}
#footerwrapper {
	width: 950px;
	height: 25px;
	margin: 35px 0;
	text-align: right;
}
#footerwrapper {
	width: 950px;
	height: 25px;
	margin: 35px 0;
}
#footerwrapper a, #footerwrapper a:visited, #footerwrapper p {
	font: 8pt Arial;
	color: #999;
	line-height: 25px;
	display: inline;
}
#footerwrapper a, #footerwrapper a:visited {
	text-decoration: none;
}
#footerwrapper a:hover {
	color: #1e1e1e;
}
