@charset "utf-8";
/* CSS Document */

/* ----------------- BROWSER RESET ----------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----------------- GENERALES ----------------- */

body {
	font: 62.5% normal Arial, Helvetica, sans-serif;
	color: #373737;

}
a {
	color:#6caba9;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #9e9a99;
}
:focus {
	outline: none;
}
ul {
	list-style-type: none;
}
p {
	font: 1.2em/1.6em bold Arial, Helvetica, sans-serif;
}
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}
/* ----------------- ESTRUCTURA ----------------- */

#header, #content {
	width:920px;
	margin: 0 auto;
	padding:0;
	border: solid 1px transparent;
}
#header {
	height:141px;
	display:block;
	/*border:1px solid #000000;*/
}
#column {
	width:190px;
	float:left;
}
#page-content {
	width:700px;
	float:left;
}
/* ----------------- Header ----------------- */
#header .top {
	margin-top:65px;
}
#header .top a, #header .top h1 {
	float:left;
	
}
#header .top a {
	width:190px;
	color:#2c2c2c;
	font: 2.2em bold Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
}
#header .top h1 {
	width:620px;
	color:#2c2c2c;
	font: 2.2em normal Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	display:block;
}
/* ----------------- Menu ----------------- */

ul#menu {
	width:190px;
}
ul#menu li, ul#menu li a {
	color:#7a7a7a;
}

ul#menu li a:hover {
	color:#000;
}
/* ----------------- Thumbs ----------------- */

ul.thumbnail {
	width:750px;
}
ul.thumbnail li {
	float:left;
	margin:0 30px 30px 0;
}
ul.thumbnail li a {
	width:89px;
	height:89px;
	display:block;
}
/* ----------------- List ----------------- */


ul.list li {
	font-size:1.2em;
	font-style:italic;
	padding:5px 0;
	line-height:1.6em;
}
p.lists {
	font-size:1.2em;
	margin:10px 0 0 0;
}

p.lists a, p.lists span  {
	float:left;

}

ul.list li a 
{
color:#000000;
text-decoration:underline !important;
}
.pdf {
	width:18px;
	height:18px;
	display:block;
	background:url(../img/pdf-icon.gif) no-repeat;
	margin: 0 0 0 4px;
	
}

#description_collection
{
	clear:both;
	color: #9A9A9A;
	font-size:1.2em;
}

.textitem,.title_textitem, .description_textitem,.description_textitem p
{
padding-bottom:20px;
font-size:1.2em !importan;
	font-style:italic !importan;
	
	line-height:1.6em;
}

.textitem a
{
	color:#000000;
	
}

.textitem_downloadpdf
{
font-size:1.9em !importan;
padding-bottom:15px;	
display:block;
}

.textitem_downloadpdf a
{
	color:#000000;
	font-size:1.9em !importan;
}

.textitem_downloadpdf img
{
margin: 0 0 0 4px;
}

.file a
{
	color:#000000;
	text-decoration:underline;
}

#details a
{
font-size:1.1em;
color:#000000;

}

#navegacion_lateral_caption
{
margin-right:30px;
}


