body {
    color: #333;
	font: 14px/24px Georgia, 'Times New Roman', Times, serif;
}

a {
    color: #1b5293;
    outline: none;
}

.block-downloads h2 a {
    color: #1b5293;
    outline: none;
    font-size: 12px;
}

a:hover {
    color: #cb810d;
}

a:focus {
}

img {
    border: 0;
}

hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0
}
ul {margin: 0 0 1.5em 1em;	list-style-type:disc;}
	ul li {	margin: 0 0 .3em 15px;	padding:0 0 0 5px;	zoom:1;}
ol {	margin: 0 0 1.5em 0; padding:0 0 0 3em;}
	ol li {	margin: 0 0 .3em 0;	padding:0;}
li ul, li ol {	margin: .3em 0 0 2.5em;}
	li li {	font-size:1em;}
h1 + h2, h2 + h2, h1 + h3, h2 + h3, h3 + h3 {
    margin-top: 0;
}
.container_12 article.grid_9_sponsor h1 {font-size:27px; margin:20px 0 30px -10px;}
.container_12 article.grid_9_sponsor h2 {font-size:22px; margin:20px 0 30px 0;}
h1 {font-size:27px;	margin:5px 0 20px 0;}
h2 {font-size:22px;	margin:5px 0 20px 0;}
h3 {font-size: 16px; margin: 5px 0 10px;}
h4 {font-size: 15px;	margin: 5px 0 10px;}
h1, h2, h3, h4 { color: #666; font-weight: normal; line-height: 1.5;}

h5 {
    font-size: 17px
}

h6 {
    font-size: 15px
}
ol {
    list-style: decimal
}

ul {
    list-style: disc
}

li {
    margin-left: 30px
}

dl, hr, h1, h2, h4, h5, h6, ol, ul, pre, table, address, fieldset {
    /*margin-bottom: 10px*/
}

sub {
	vertical-align: sub;
	font-size: smaller;
	line-height: initial;
}
sup {
	vertical-align: super;
	font-size: smaller;
	line-height: initial;
}

p {margin-bottom: 20px}
h3 {margin-bottom:10px;}

.container_12 .grid_9 h4{
    margin-left: 20px;
    font-size: 12px;
}
.container_12 .content-center h1{
        width: 620px;
}
/** table  **/
table {
  width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 25px 0;
	font:14px/24px Georgia, 'Times New Roman', Times, serif;
	text-align: left;
}
table th,
table .th {
	color: #666;
	font-size: 13px;
	font-weight: bold;
	}
.container_12 .content-center table {
    border: none;
    border-collapse: collapse;
    width: 95%;
    border-spacing: 0;
    margin: 0 0 25px 10px;
	font-size:10px;
	line-height:19px;
	text-align: left;
}
.container_12 .content-center tbody tr td h4 {
    font-size: 13px;
    color: #444;
    font-weight: normal;
    margin: 0px 0px 25px 0px;
    line-height: 1.8; 
}

.container_12 .grid_9 .imagetable {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 40px;
	text-align: left;
	width: 420px
}
.container_12 .grid_9 .imagetable tbody tr {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 40px;
	text-align: left;
	width: 420px;
}

.container_12 .grid_9 .imagetable tbody tr td h3 {
    font-size: 15px;
    color: #666;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    line-height: 1.8; 
}

.container_12 .grid_9 .imagetable tbody tr td h3 strong {
    font-size: 15px;
    color: #EFA044;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    line-height: 1.8;
    
}
table .price {width:50px;}
caption {
	border-bottom: 2px solid #333333;
    font-size: 13px;
    padding: 20px 8px 8px;
    text-align: left;
	}

td{
    border: none;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
}
th {
    border-bottom:1px solid #333;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
}

table.no-border td {
    border: none;
}

.container_12 table tbody tr:nth-child(odd) td,
.container_12 table tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.container_12 table tbody tr:hover td,
.container_12 table tbody tr:hover th {
  background-color: #f5f5f5;
}

.container_12 table tr td .desc,
.container_12 table tr th .desc {
	font-size: 9px;
	}

/* -- PAGE ----------------------------------------------------------------------------------------- */
*+html img {
    -ms-interpolation-mode: bicubic
}
.clear {display:block;}

	
.container_12 a.icon-pdf {
  background: url(../i/oficina_pdf.png) no-repeat 0 4px;
  
	font-size: 12px;
	line-height: 18px;
  
  float: left;
  display: inline-block;
  padding: 4px 5px 4px 50px;
  margin: 0 0 5px 0;
  
  width: 120px;
  
  min-height: 50px;
  height: auto !important;
  height: 50px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
/*
	-moz-box-shadow: inset 0px 0px 1px #555555;
	-webkit-box-shadow: inset 0px 0px 1px #555555;
	box-shadow: inset 0px 0px 1px #555555;
*/
	-webkit-transition: box-shadow .2s linear, background .2s;
	-moz-transition: box-shadow .2s linear, background .2s;
	-ms-transition: box-shadow .2s linear, background .2s;
	-o-transition: box-shadow .2s linear, background .2s;
	transition: box-shadow .2s linear, background .2s;
	}
	.container_12 a.icon-pdf:hover {
		background-color: #f5f5f5;
		
		-moz-box-shadow: inset 0px 0px 3px #555555;
		-webkit-box-shadow: inset 0px 0px 3px #555555;
		box-shadow: inset 0px 0px 3px #555555;
		
		}		
.container_12 .grid_3 a.icon-pdf,
.container_12 .grid_6 a.icon-pdf{
	width: 165px;
}
	
.container_12 .thumb-to-photo {
  display: inline-block;
  width: 50%;
  float: left;
  margin: 0 10px 10px 0;
	}
	.container_12 .thumb-to-photo img {
		display: block;
		padding: 4px;
		margin: 0 auto;
		
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		
		-webkit-transition: box-shadow .2s linear, background .2s;
		-moz-transition: box-shadow .2s linear, background .2s;
		-ms-transition: box-shadow .2s linear, background .2s;
		-o-transition: box-shadow .2s linear, background .2s;
		transition: box-shadow .2s linear, background .2s;
		}
		.container_12 .thumb-to-photo img:hover {
			background-color: #f5f5f5;
			
			-moz-box-shadow: inset 0px 0px 3px #555555;
			-webkit-box-shadow: inset 0px 0px 3px #555555;
			box-shadow: inset 0px 0px 3px #555555;
			
			}
	.container_12 .thumb-to-photo i {
		display: block;
		margin: 4px;
		text-align: center;
		}
		
.action-toggle {
  color: #1b5293;
  outline: none;
  text-decoration: none;
  border-bottom: 1px #1b5293 dashed;
}
.action-toggle:hover {
  cursor: pointer;
  color: #cb810d;
  border-bottom: 1px #cb810d dashed;
}


.container_12 .authors {
		color: #333;
		font-size: 12px;
		margin-left: 15px;
		line-height: 1.45;
}

.reviews {
  margin-top: 30px;
}
.reviews h2 {
  margin-bottom: .1em;
}
.reviews .review-body {
  padding: 5px 10px;
  margin-bottom: 20px;
  
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-transition: box-shadow .2s linear, background .2s;
	-moz-transition: box-shadow .2s linear, background .2s;
	-ms-transition: box-shadow .2s linear, background .2s;
	-o-transition: box-shadow .2s linear, background .2s;
	transition: box-shadow .2s linear, background .2s;
	}
.reviews .review-body:hover {
	background-color: #f5f5f5;
	
	/*-moz-box-shadow: inset 0px 0px 3px #555555;
	-webkit-box-shadow: inset 0px 0px 3px #555555;
	box-shadow: inset 0px 0px 3px #555555;*/
	-moz-box-shadow: 0px 0px 3px #555555;
	-webkit-box-shadow: 0px 0px 3px #555555;
	box-shadow: 0px 0px 3px #555555;
	
	}
.reviews .review-body-alt {
  background-color: #f9f9f9;
}
.reviews .preview-body {
  background-color: #f2f2f2;
}

	.reviews .review-body blockquote {
		font-family: Georgia, serif;
		font-size: 14px;
		font-style: italic;
		margin: 0;
		padding: 0.25em 0.25em 0.25em 30px;
		line-height: 1.45;
		position: relative;
		color: #383838;
	}
	.reviews .review-body blockquote:before {
		display: block;
		content: "\201C";
		font-size: 60px;
		position: absolute;
		left: -10px;
		top: -10px;
		color: #7a7a7a;
	}
		.reviews .review-body blockquote cite {
			color: #999999;
			font-size: 12px;
			display: block;
			margin-top: 5px;
		}
		.reviews .review-body blockquote cite:before {
			content: "\2014 \2009";
		}