/*
Theme Name: WordPress ExamVision-Sandbox 
Theme URI: http://www.exam-vision.es
Description: Modified Sandbox Theme
Version: 1.0
Author: Yann Lorber
Author URI: http://www.yannlorber.fr
*/
 
 
  
/* General Styling */ 

/* 
 * COLORS: 
 * Beige: e2dfdc, 8c7d70
 * Red : #993333
 *
 * STRUCTURE : 
 *	- Style on home page : 	1 column of 980px
 *	- Other pages : 		2 columns of 750px - 40px margin - 190px
 *	- Product pages : 		2 columns of 750px - 40px margin - 190px 
 *						  & 1 first column divided into 2 : 140px - 40px margin - 570px 
 */
 
body {
	font-family: Helvetica,Arial;
	line-height: 1.5em;
	font-size: 0.75em;
	color: #666666;

	height: 100%;
	background-color: #333333;
}



/* RESET */ 

html {
	height: 100%;
}

img {
	border: none;
}

body, html, div, span, p, h1, h2, h3, h4, h5, h6, img, ul, li, ol{
	margin: 0px; padding:0px;
}

li {
	list-style-type: none;
	list-style: none;	
}

ol {
	padding-left: 20px;
}
ol li {
	list-style-type: decimal;	
	list-style: decimal;		
}

a:active,
a:focus
{
   outline:none;
}



#wrapper-general {
	background-color: white;
}

div.wrapper-bg {
	float:left;
	clear: left;
	width: 100%;
	background-color: white;	
}

div#top-wrapper-bg {
	float: left;
	background: #e2dfdc url(img/UI_elements/top_wrapper_bg.jpg) repeat-x left bottom;
	height: 79px;
}


div#second-container-wrapper-bg {
	background-color: #666666;
	float: left;
	border-top: 1px solid #8a7b6d;
}

div#footer-wrapper-bg {
	float: left;
	/*position: relative;*/
	background-color: #333333;
	height: 58px;
	border-top: 1px solid #6b6058;
}

div.wrapper {
	padding: 0px;
	width:980px;
	margin: 0px auto;
}

div#footer-wrapper {
	margin: 12px auto;
}

div#access {
	position: relative;
	width: 100%;
	height: 79px;
}



h1#blog-title {
	position: relative;
	text-indent:-9000px;
	width:94px;
	height:66px;
	background: url(img/UI_elements/logo-exam-vision.png) no-repeat;
}	
* html h1#blog-title {	background: url(img/UI_elements/logo-exam-vision.gif) no-repeat;}

#logo a {
	width:94px;
	height:66px;
	display: block;
}


.spacer {
	clear:both;
	height:30px;
}
.halfspacer {
	clear:both;
	height:20px;
}
.showup {
	color :#993333;
}

.pdflink {	
	float:right;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	color:#993333;
	background: url(img/UI_elements/pdf_tiny.gif) no-repeat right 0px;	
	padding-right: 20px;
	height: 18px;	
	line-height: 18px;		
	text-decoration: none;
	margin-top: 10px;		
}

.pdflink:hover {
	text-decoration: underline;
}



/* 2 columns Styling */ 

#container {
	float:left;
	overflow:hidden;
	width:780px;
	border-right: 1px dotted #999;
	position: relative;
}

#content {
	width:750px;
	float: left;	
}


.sidebar {
	float:left;
	width:190px;	
}
.sidebar .list_of_sidebar_elements {
	padding-left: 20px;
}


/* 1 column Styling */ 

#home-container {
	width:980px;
}
#home-container #content {
	width:auto;
	float: none;	
}



/* 2 columns Styling + 1 subcolumn */ 

#sub-container {
	float:right;
	margin:0 0 0 -180px;
	width:570px;
}

#sub-container #sub-content {
}

#sub-menu {
	float:left;
	overflow:hidden;
	width:140px;
	border: 1px solid #ccc;	
}

#sub-menu .head {
	color: #FFF;
	cursor: pointer;	
	font-size: 14px;
	padding-left: 10px;
	background: url(img/UI_elements/bg_bar_left_menu.png) ;
	height:35px;
	line-height: 35px;
}

#sub-menu ul {
	width:140px;
}
#sub-menu ul li ul{
	display: none;
}
#sub-menu ul li ul li{
	border-bottom: 1px dotted #ccc;
	line-height: 1px;
}

#sub-menu ul li ul li:hover{
	background-color: #e2dfdc;	
}

#sub-menu ul li ul li a {
	color: #993333;
	text-decoration:none;
	line-height: 24px;
	padding-left: 10px;
	display: block;
}

#sub-menu ul li ul li.thumb{
	border-bottom: 1px solid #ccc;
	line-height: 1px;
	font-size: 1px;
}
#sub-menu ul li ul li.thumb a {
	padding:0px;
}

#sub-menu ul li ul li a:hover {
	color:#333333;
}

#sub-menu ul li ul li.submenu_current {
	background-color: #e2dfdc;
}
#sub-menu ul li ul li.submenu_current a {
	font-weight:bold;
	color:#333333;	
}
#sub-menu ul li ul li.last{
	border: none;
}


/* Home page special : Slideshow */

#slideshow {
	position: relative;
	width:980px; height: 288px; overflow: hidden;
}
#slideshow .hidden {
	display: none;
}
#slideshow #prevNext {
	position: relative;
}
#slideshow #previous_image_button {
	position: absolute;
	z-index: 100;
	cursor: pointer;	
	top:-135px;
	left:20px;
	width: 29px;
	height: 29px;	
	display: block;
	background: url(img/UI_elements/arrow_left.png) no-repeat;
}


#slideshow #next_image_button {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	top:-135px;
	right:20px;
	width: 29px;
	height: 29px;	
	display: block;
	background: url(img/UI_elements/arrow_right.png) no-repeat;
}	

/* Home page special : Access links bar */

#second-container {
	width: 100%;	
	float: left;
}
#second-container #access-list li {
	float: left;
	width: 219px;
	color: #fff;
}

#second-container #access-list li.access-element a,
#second-container #access-list li.access-element a:visited {
	background: url(img/UI_elements/plus_btn.gif) no-repeat scroll 2px 50%;
	color:#FFF;
	display:block;
	font-family:Georgia;
	font-style:italic;
	height:16px;
	line-height:14px;
	text-decoration:none;
	text-indent:17px;
	width:90px;
}
#second-container #access-list li.access-element a:hover {
        color:#993333;
	background:white url(img/UI_elements/plus_btn.gif) no-repeat 2px;
}

#second-container #access-list li.separator {
	width: 33px;
	height: 145px;
	margin:10px 0 0 0;
	background: url(img/UI_elements/home_access_separator.gif) left repeat-y; 
}

#second-container #access-list h2 {
	color:#FFF;
	font-size: 2.0em;
	line-height: 1em;
	margin-bottom:.2em
}

#second-container #access-list .short_description {
	margin: 0px 0px 10px 0px;
	clear: both;
	font-family: Georgia;
	font-size: 1.2em;
	font-style: italic;
}

#second-container #access-list .home_page_intro {
	font-size: 1em;
	float: left;
	display: block;
	color:#CCCCCC;
}
/* rollover image */
#screenshot { 
	position: absolute;
	padding: .5em;
	display: none;
	z-index: 200;	
	background: #e3e3e3;
	border: 1px solid #BFBFBF;
}

.access-element .height-controler {
	height: 160px;
}



/* Main menu */


div#logo {
	float:left;
	overflow:hidden;
	width:120px;
	margin-top: 6px;
	margin-right: 0px;
}

#menu {
	float: left;
	width: 830px;
	position: relative;
	height: 79px;
}

#menu ul{
	float: left;
	position: absolute;
	bottom:0px;
	width:100%;
}
* html #menu ul  {bottom:-1px; }

#menu li {
  float:left;
  background:url("img/UI_elements/bg_btn_left.jpg") no-repeat left top;
  padding:0 0 0 2px;
}

#menu li a {	
	float:left;
	font-size: 12px;
	display:block;
	position: relative;
	background:url("img/UI_elements/bg_btn_right.jpg") no-repeat right top;
	color:#333333;
	padding:32px 8px 22px 8px;
	text-decoration:none;
}

#menu li a:hover,
#menu li.menu_current a {	
	background:url("img/UI_elements/bg_btn_right_over.jpg") no-repeat right top;
}

#menu li.last {
	background:url("img/UI_elements/bg_btn_right_border.jpg") no-repeat right top;
	height:72px;
	padding:0 0 0 1px;	
}


/* footer menu */

div#footer {
	color: #fff;
	width: 100%;
	float: left;	
	font-size: 0.9em;
}
.foot_menu .email {
	font-weight: bold;
}
.foot_menu .email a {
	background: url(img/UI_elements/email_icon.gif) no-repeat 0px 1px;	
	padding-left: 18px;
	
}

#foot_menu_1 {
	float: left;
}
#foot_menu_1 .list {
	margin-left: 18px;
}
#foot_menu_2 {
	float: right;
/*	padding-top: 18px;*/
}
.foot_menu a{
	color: #fff;
	text-decoration: none;	
}

.foot_menu a:hover {
	text-decoration: underline;	
}

#foot_menu_2  .designers{
	color: #fff !important;
}
#foot_menu_2  .designers a{
	color: #fff;
	text-decoration: none;
}
#foot_menu_2  .designers a:hover{
	color: #fff;
	text-decoration: underline;
}


/* Title styles */ 

h2 {
	float: left;
	width:auto;
	color:#8c7d70;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	font-size: 2.4em;
	line-height: 1em;	
	margin:0 0 0.9em 0;
}
*+html h2{ 	margin:0 0 0.5em 0; }
* html h2{	margin:0 0 0.5em 0; }
h3 {
	color:#333333;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;	
	line-height: 2em;	
	margin:1.5em 0 0 0;	
	clear: both;
}

h3.first {
margin: 0px;
}

/* Sidebar */


.sidebar h3 {
	position: relative;
	width: 170px;
	float: left;
	font-weight: normal;
	font-size: 1.3em;	
	color: #993333;
	margin: 0px;
	border-bottom: 1px solid #993333;
}
.sidebar h3 a,
.sidebar h3 a:link,
.sidebar h3 a:visited {
	width: 165px;
	padding-left: 5px;	
	float:left;
	display: block;	
	color: #993333;
	text-decoration: none;
}
.sidebar h3 p {
	line-height: 1.5em;
}

.sidebar ul.list_of_sidebar_elements ul{
	clear: left;
	margin-top: 12px;	
}

.sidebar .list_of_sidebar_elements li {
	color: #777;
}

.sidebar .arrow {
	background: url(img/UI_elements/arrow_left_menu.gif) no-repeat;
	width: 12px; 
	height:6px;
	position:absolute;
	left:-12px;
	top:8px;
    display:none;
}


.sidebar .list_of_sidebar_elements li.elements {
	margin-bottom: 30px;
}

.sidebar .list_of_sidebar_elements li.elements li {
	border-bottom:1px dotted #999999;
	color:#666;
	padding-bottom:8px;
	padding-top:8px;
}
.sidebar .list_of_sidebar_elements li.elements li.last {
	border-bottom:none;
}
.sidebar .list_of_sidebar_elements li.elements li img {
	position: relative;
	left: 5px;
	top:1px;	
}
.sidebar .list_of_sidebar_elements li.elements li a,
.sidebar .list_of_sidebar_elements li.elements li a:link,
.sidebar .list_of_sidebar_elements li.elements li a:visited {
	color: #777;
	display: block;
	text-decoration: none;	
}
.sidebar .list_of_sidebar_elements li.elements li a:hover {
	color: #993333;	
}
.sidebar h3 p {
	position: relative;
}


/* Post style */ 


.entry-content {
	float: left;
	clear:both;
	line-height: 1.7em;
}
.entry-content a { 
	color: #993333;	
	text-decoration: none;
}
.entry-content a:visited {
	color:#a1767d;
}
.entry-content a:hover {
	text-decoration: underline;
}

.entry-content p { 
	clear:left;
	margin: .8em 0 .8em 0;
}

.entry-content img.illustration {
	margin-top: 20px;
	margin-bottom: 20px;	
}

.entry-content div { 

}

.entry-title,.entry-meta {
	clear:both;
        color: #333333;
}

.alignright,img.alignright{
	float:right;
	margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
	float:left;
	margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
	display:block;
	margin:1em auto;
	text-align:center;
}

div.gallery {
	clear:both;
	height:180px;
	margin:1em 0;
	width:100%;
}

.wp-link-pdf {
	background: url(http://www.exam-vision.es/wordpress/wp-content/themes/sandbox/img/UI_elements/pdf-icon.png) left no-repeat;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 35px;
	padding-right: 7px;
	background-color: #ccc;
	color: white;
	font-weight: bold;
	text-decoration: none;	
}

.wp-link-pdf:hover {
	background-color: #CC0000;
}

p.wp-caption-text{
	font-style:italic;
}

div.gallery dl{
	margin:1em auto;
	overflow:hidden;
	text-align:center;
}

div.gallery dl.gallery-columns-1 {
	width:100%;
}

div.gallery dl.gallery-columns-2 {
	width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}


div#menu ul li,
div.gallery dl,
div.navigation div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}


/* Features - caracteristics list */



ul.features {
	width:570px;
}
ul.features li {
	background:url(img/UI_elements/checked.gif) no-repeat center left;
	text-indent: 20px;
	border-bottom:1px dotted #999999;
	color:#666;
	padding-bottom:5px;
	padding-top:5px;
}

ul.features li a {
	color:#993333;
	text-decoration: none;
}

ul.features li a:hover {
	text-decoration: underline;
}


ul.news-list {
	width:700px;
	float: left;
	clear: both;
	margin-top: 20px;
	}	
ul.news-list li {
/*	background:url(img/UI_elements/checked.gif) no-repeat left 3px;*/
/*	padding-left: 20px;*/
	border-bottom:1px dotted #999999;
	color:#666;
	padding-bottom:5px;
	margin-bottom: 20px;
}

ul.news-list li a {
	color:#993333;
	text-decoration: none;
}

ul.news-list li a:hover {
	text-decoration: underline;
}
ul.news-list li h3 {
clear:both;
color:#333333;
font-family:Georgia;
font-size:15px;
font-style:italic;
font-weight:normal;
line-height:15px;
margin:0px !important;
margin-bottom:5px !important;
}


/* Comparative table */



ul.comparative-table {
	float: left;
	margin-bottom: 2em;
	margin-top: 1em;
}

ul.comparative-table li {
	float: left;
	position: relative;	
	display: inline;
	cursor: default;
}

ul.comparative-table li.comp {
	width:116px;
	margin-right: 22px;
	padding: 4px;
}


ul.comparative-table li.big {
	width:173px;
	margin-right: 12px;
}


li.comp .link-more,
li.comp .link-more:visited,
li.comp .link-more:hover,
li.comp .link-more:link,
li.comp .link-more:active{
	color:#fff;
	text-decoration:none;
}

li.comp .link-more{
	margin-top: 10px;
	float: left;
	background: #993333 url(img/UI_elements/plus_btn_black.gif) no-repeat scroll 2px 50%;
	display:block;
	font-family:Georgia;
	font-style:italic;
	height:20px;
	line-height:20px;
	text-indent:20px;
	width:100%;
}
li.comp .link-more:hover {
	background:#333 url(img/UI_elements/plus_btn.gif) no-repeat 2px;
	text-decoration:none;
	color:#fff;
}

ul.comparative-table li.last {
	margin-right: 0px;
}
ul.comparative-table li:hover {
	background-color: #f3f2f1;
}


ul.comparative-table li h4 {
	float: left;
	width:116px;
	height:36px;
	line-height: 42px;
	font-family: Helvetica;
	font-size:2.8em;
	font-weight: bold;
	text-align: center;
	color: #454240;
}



ul.comparative-table li.big h4 {
	text-align: left;
	width:163px;
	height:26px;	
	font-family: Helvetica;
	font-size:14px;
	margin-bottom: 6px;
	line-height: 15px;
	padding: 5px;
}



ul.comparative-table li h4#t1 {
	background: url(img/UI_elements/comp_T1.gif) repeat-x left 0px;
}
ul.comparative-table li h4#t2 {
	background: url(img/UI_elements/comp_T2.gif) repeat-x left 0px;
}
ul.comparative-table li h4#t3 {
	background: url(img/UI_elements/comp_T3.gif) repeat-x left 0px;
}
ul.comparative-table li h4#t4 {
	background: url(img/UI_elements/comp_T4.gif) repeat-x left 0px;
}
ul.comparative-table li:hover h4#t1 {
	color:#fff;
	background: url(img/UI_elements/comp_T_ro.gif) repeat-x left 0px;
}
ul.comparative-table li:hover h4#t2 {
	color:#fff;
	background: url(img/UI_elements/comp_T_ro.gif) repeat-x left 0px;
}
ul.comparative-table li:hover h4#t3 {
	color:#fff;
	background: url(img/UI_elements/comp_T_ro.gif) repeat-x left 0px;
}
ul.comparative-table li:hover h4#t4 {
	color:#fff;
	background: url(img/UI_elements/comp_T_ro.gif) repeat-x left  0px;
}

* html ul.comparative-table li h4 {line-height: 36px; height:36px;}





ul.comparative-table ul.features {
	width: 116px;
	height:145px;
	float: left;
	border-bottom:1px dotted #999999;
	padding-bottom: 24px;		
}
ul.comparative-table li.big ul.features {
	width: 173px;
	height:115px;
}

ul.comparative-table ul.features li {
	width: 104px;
	background: none;
	position: relative;
	border-bottom:none;
	color:#666;
	text-indent: 0px;
	margin-top: 16px;	
	padding: 0px;
	padding-left: 12px;
	line-height: 1.4em;
}

ul.comparative-table li.big li {
	width: 161px;
}



ul.comparative-table ul.features li span.bullet{
	position: absolute;
	left:0px;
	color: #993333;
}



table table {
	font-size: 0.9em;
	margin-left: 20px;
	float: left;
	border-collapse:collapse;
}

* html table table { margin-left: 0px;}

table table td {
	border-bottom:1px dotted #999999;
	height: 36px;
}
table table td.icon {
	width: 40px;
}
table table td.desc {
	font-weight: bold;
	width: 125px;
	line-height: 1.2em;
}

table table .color {
	display: inline-block;
	float: :left;
	width: 21px;
	height: 19px;
	margin-right: 4px;
}
table table .azul {
	background: url(img/UI_elements/color_azul.jpg) no-repeat 0px 0px;
}
table table .azul:hover {
	background: url(img/UI_elements/color_azul.jpg) no-repeat 0px -19px;
}
table table .plata {
	background: url(img/UI_elements/color_plata.jpg) no-repeat 0px 0px;
}
table table .plata:hover {
	background: url(img/UI_elements/color_plata.jpg) no-repeat 0px -19px;
}
table table .rojo {
	background: url(img/UI_elements/color_rojo.jpg) no-repeat 0px 0px;
}
table table .rojo:hover {
	background: url(img/UI_elements/color_rojo.jpg) no-repeat 0px -19px;
}



/* ROUNDED LINKS / BUTTONS */

.rounded {
	background-color: #cccccc;
	padding:7px;
	color:#555555;	
	text-decoration: none;
}

.rounded:hover {
	background-color: #EFEFEF;
}


.read-more {
	clear: left;
}



/*  FAQ page */		

ul.faq li {
	cursor: pointer;
	color:#555555;
	background:url(img/UI_elements/faq_q.gif) no-repeat  10px 10px;
	border-bottom:1px dotted #999999;
	padding:12px;
	padding-left:40px;
	width:675px;
}

ul.faq .question {
	font-size: 1em;
	font-weight: bold;
}

ul.faq .answer {
	margin-top: 1em;
}


ul.faq .highlight-answer {
	background:#eee url(img/UI_elements/faq_q.gif) no-repeat  10px 10px;
}

ul.faq .highlight-answered {
	background: #CDFBCD url(img/UI_elements/faq_a.gif) no-repeat  10px 10px
}


ul.faq .answered {
	background: #e7e9dd url(img/UI_elements/faq_a.gif) no-repeat 10px 10px;
}

ul.faq .answered:hover {
	background: #dccccf url(img/UI_elements/faq_a.gif) no-repeat  10px 10px;
}

		
	
/* Contact PAGE */

.cform input {
height: auto !important;
}


#contact-table {
	clear: both;
	float:left;
	width: 100%;
}

#contact-info {
	float: left;
	font-size: 12px;
	width: 250px;
}
		
#contact-form {
	float: left;
	width: 440px;
}
		
		
		
/* image-list page */

.image-list {
	float: left;
	width:100%;
}

.image-list li {
	float: left;
	width:100%;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.image-list li img {
	float: left;
	margin-right: 20px;
}
.image-list li .image-list-content {
	float: left;
	width: 610px;
}
.image-list li .image-list-content p {
	clear: left;
	line-height: 1.3em;
}
.image-list li .image-list-content  .opinion{
	margin: 12px 0px 0px 0px;
}
.image-list li.big {
	border-top: none;
}
.image-list li.big img {
	float: left;
	margin-right: 40px;		
}
.image-list li.big .image-list-content {
	float: left;
	width: 530px;
}
.image-list-content img {
	width: auto;

}

.image-list li.big .opinion {		
	font-family: Georgia;
	font-size: 2.6em;
	font-style: italic;
	line-height: 1.2em;
}		
.image-list .signature,
.image-list .place,
.image-list .date {
	font-family: Georgia;	
	color:#8c7d70;
	line-height: 1.2em;
	margin: 0px;
}
.image-list .place {
	font-style: italic;
}
.image-list li.big  .dble_quote{
	margin: 0px 10px 0px 0px;
	display: inline;
	color: #993333;
	font-size:3em;
	position: relative;
	top:36px;
	line-height: 1px;
}
.image-list li .signature{
	font-weight: bold;
}	

#accesorios  li .image-list-content  {
	width: 400px;
	margin-left: 20px;
}
* html #accesorios   li .image-list-content   { margin-left:0px; }


#accesorios li {
	border-top: none;
	border-bottom: 1px dotted #666;
}
#accesorios .thumbnail {
	float:left;
	position: relative;
}
#accesorios .thumbnail img  {
	padding: .3em;
	background-color: #e2dfdc;
}
* html #accesorios .thumbnail img { padding:0px; width:119px;margin-right:10px; border:3px solid #e2dfdc; background:none;}


#accesorios .image-list-content p.title {
	clear: left;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	margin-bottom: .8em;
}

#accesorios a {
	text-decoration: none;	
	position: relative;	
	display: block;
	width: 125px;
	height: 85px;
}

* html #accesorios a { width:119px; height:79px }

#accesorios a .zoom {
	position: absolute;
	height:12px;
	width:12px;	
	right: 8px;
	bottom: 8px;
	background: url(img/UI_elements/zoom.gif) no-repeat bottom right;
}

* html #accesorios a .zoom {  	right: 16px; bottom: 8px;}


		
/* Galeria page */

.galeria {
	float: left;
	width: 100%;
}

.galeria .thumbnail {
	float:left;
	position: relative;
	margin-right: 30px;
	margin-bottom: 20px;	
}

.galeria .thumbnail p {
	color: #8c7d70;
	font-family: Georgia; 
	font-style:italic;
	padding-left: 0.4em;
	width:100px;
}

.galeria .thumbnail img {
	padding: .3em;
	background-color: #e2dfdc;
}

.galeria .thumbnail a {
	text-decoration: none;	
	position: relative;	
	display: block;
	width: auto;
	height: auto;
}

.galeria .last {
	margin-right: 0px;
}

.galeria a .zoom {
	position: absolute;
	display: block;
	height:12px;
	width:12px;	
	right: 8px;
	bottom: 8px;	
	background: url(img/UI_elements/zoom.gif) no-repeat bottom right;
}


.marginbottom {
	clear: both;
	height:20px;
}

p.imagespace {
	clear: both;
	margin: 20px 0; 
}



.news-date {
	font-family: Georgia;	
	color:#8c7d70;
	margin-bottom: 20px;
	font-size: 16px;
}

a.more-link,
a.more-link:visited {
	background: url(img/UI_elements/plus_btn.gif) no-repeat scroll 2px 50%;
	color:#793b46;
	display:block;
	font-family:Georgia;
	font-style:italic;
	height:16px;
	line-height:14px;
	text-decoration:none;
	text-indent:17px;
	width:69px;
}
a.more-link:hover {
	background:white url(img/UI_elements/plus_btn.gif) no-repeat 2px;
}


.nav-previous a,
.nav-next a,
#ec3_prev,
#ec3_next,
caption a {
	color: #993333 !important;	
	text-decoration:underline !important;	
	line-height: 24px !important;	
	padding-left: 10px !important;	
	display: block !important;	
}
.nav-previous a:hover,
.nav-next a:hover,
#ec3_prev:hover,
#ec3_next:hover,
caption a:hover {
	text-decoration:none !important;	
}

.news-separator {
	clear: both;
	height:20px;
	border-bottom:1px dotted #999;
}
.navigation {
	clear: both;
	margin-top: 20px;
}

.news-back-long {	
	float:right;
	width:149px;
	height:21px;
	background: url(img/UI_elements/volver-n-a.gif) no-repeat right 0px;	
	padding-right: 20px;
	text-decoration: none;
	margin-top: 10px;		
}
.news-back {	
	float:right;
	width:57px;
	height:21px;
	background: url(img/UI_elements/volver.gif) no-repeat right 0px;	
	padding-right: 20px;
	text-decoration: none;
	margin-top: 10px;		
}
.news-ver-a,
.news-ver-n {	
	float:right;
	width:110px;
	height:21px;
	background: url(img/UI_elements/mas_noticias.gif) no-repeat right 0px;	
	padding-right: 20px;
	text-decoration: none;
	margin-top: 10px;		
}
.news-ver-a {	
	background: url(img/UI_elements/mas_eventos.gif) no-repeat right 0px;	
}

h3.news {
font-weight: bold;
}
	
	
#ec3_publish {
	display:none;
	visibility: hidden;
}	
	
.event-dropdown{
	margin-bottom: 10px;
	margin-top: 10px;	
}	

.location {
	font-family: Georgia;	
	color:#8c7d70;
	font-size: 16px;	
	font-style: italic;
}
	
	
.contact-big {

}

.contact-color {
color:#666666;
}

.contact-small {	
font-size: 11px;
}	

/************************************************************/
/************************************************************/
/* arrelgos 2010.11 */
/************************************************************/
/************************************************************/
/* miscroscopios */
.microscopios .entry-content {
}
.microscopios h2 {
	width: auto; float: none !important; padding-bottom: 10px; margin-bottom: 0 !important;
	border-bottom: 1px solid #ccc;	
}
.microscopios .microscopio {
	clear: both; margin-bottom: 20px;
	border-top: 1px dotted #ccc;
}
.microscopios .microscopio.first {
	border-top: none;
}
.microscopios .microscopio .l {
	padding-top: 20px; width: 170px; float: left; 
}
.microscopios .microscopio .l .comparative-table * {
	cursor: pointer;
}
.microscopios .microscopio .l h4 {
	padding-left: 10px; padding-top: 15px;
}
.microscopios .microscopio .l p.img {	
	border-bottom: 1px dotted #ccc; padding-bottom: 15px;
}
.microscopios .microscopio .spacer {
	height: 0; 
}
.microscopios .contactBtn {
	float: left;	
}
.microscopios .contactBtn a {
	display: block; width: 89px; height: 31px;
	background: url('img_microscopen/contact_bt.png') 0 0 no-repeat;
}
.microscopios .contactBtn a:hover {
	background-position: 0 -31px; 
}
.microscopios .contactBtn a b {
	display: none;
}

/* contact form */

