/* -----------------------------------------
Fuentes de la información - Ana María Muñoz Muñoz
Author: Rueben Paul Divall
Web: http://www.rubendivall.es
---------------------------------- */

body {
	font:small Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
img {
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-size:100%;
	font-weight:normal;
}
a { 
	outline:none;
}
/* estructura ------------------------- */
.hidden {display:none;}
.to-right {text-align:right;}
.to-left {text-align:left;}
.to-centre {text-align:center;}

.float-left {float:left;}
.float-right {float:right;}
.no-float {float:none !important;}
.clear {clear: both;}
/* clearfix --------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */#wrap {
	margin: 15px auto;
	width: 900px;
	background: #FFFFFF;
	padding: 10px;
}
#wrap #footer {
	padding: 5px;
	clear: both;
	border-top: 2px solid #141414;
	color: #141414;
	margin-top: 5px;
}
#wrap #footer a {
	color: #141414;
}




#wrap #menu {
	float: left;
	padding: 169px 0px 0px;
	background: #F7F7F7 url(images/fondo_menu.gif) no-repeat;
}

#wrap #menu li {
	padding-bottom: 5px;
}
#wrap #content li {
	padding-left: 17px;
	background: url(images/li.gif) no-repeat left 13px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#wrap #menu a {
	display: block;
	padding: 5px;
	color: #000000;
	font-size: 1em;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
}
#wrap #menu .prime {
	border-top: 2px solid #FFFFFF;
}

#wrap #menu a:hover {
	background: #990066;
	color: #FFFFFF;
	padding: 5px;
}
#wrap #content h2 {
	color: #990066;
	font-size: 1.5em;
	padding-bottom: 5px;
	padding-top: 10px;
}
#wrap #content a {
	color: #990066;
}
#wrap #content a:hover {
	color: #999500;
	text-decoration: none;
}




#wrap #content {
	float: right;
	padding: 0px 10px 10px;
	width: 675px;
}
#wrap #content h1 {
	color: #141414;
	font-size: 2em;
	padding: 85px 5px 10px 0px;
	margin-bottom: 20px;
	height: 75px;
	border-bottom: 1px solid #990066;
}
#wrap #content p {
	margin-bottom: 10px;
}
#wrap #content blockquote {
	padding-left: 30px;
}
#wrap #content h3 {
	color: #990066;
	font-size: 1.2em;
	padding-bottom: 5px;
	padding-top: 10px;
	font-style: italic;
	padding-left: 0px;
}
