@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	}
body{
    font-family: 'Source Sans Pro', sans-serif;
	background:url(../img/bg.jpg);
	}	
/*a quta el subrayado*/
a{
	text-decoration: none;
}
.tituloh3{
	margin-top:10px;
	color:#39C;

	font-size:14px;
	text-align:center;     
	}


#contenedor{
	margin: auto;
	width:90%;
	border:1px solid silver;
	background:#FFF;
	}
#id{
	background: #99CCFF;
}

/*
#contenedorx #banner img{
	width:100%;
	height:120px;	
	border:none;
	}
*/
#menu{
	width:100%;
	height:40px;
	background:url(../img/botonera.png);
	background-repeat:repeat-x;
	}
#menu a{
	display:block;
	width:10%;
	height:30px;
	background:url(../img/botonera.png);
	background-repeat:repeat-x;

	font-size:12px;
	text-align:center;
	padding-top:10px;
	text-decoration:none;
	color:#FFF;
	float:left;
	}
#menu a:hover{
	background:url(../img/botonerali.png);
	background-repeat:repeat-x;
	}
#izquierda {
    float: left;
	width:17.88%;
	padding:1%;
	background:url(../img/fondo.png);
	background-repeat:repeat-x;
	border: 1px solid #D9ECFF;
	border-left:none;
	border-top:none;
	margin-bottom:10px;
	clear:left;
    }
.lista_servicios{
    text-align: center;
	display: block;
	line-height: 30px;
	padding: 20px 0px;
    }
.lista_servicios a{
    display:block;
	padding: 0px 4px;
	color: #fff;
	line-height: 20px;	
	/*font-style: italic;*/
	font-size: 13px;
	background: rgba(41,77,95,0.1);
	transition: all 0.2s linear;
	padding-bottom:10px;
	
	margin: 3px;
	border-radius:3px;
	box-shadow:0 1px 0 #4c9434;
	
	/*
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #60B842),
	    color-stop(0.85, #7FD13D)
		
	);
	*/
	background-image: linear-gradient(bottom, rgb(96,184,66) 0%, rgb(127,209,61) 100%);
	background-image: -o-linear-gradient(bottom, rgb(96,184,66) 0%, rgb(127,209,61) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(96,184,66) 0%, rgb(127,209,61) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(96,184,66) 0%, rgb(127,209,61) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(96,184,66) 0%, rgb(127,209,61) 100%);
	
	/*background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);*/
    }	
.lista_servicios a:hover{
	background: rgba(41,77,95,0.3);
    }	
.lista_servicios a.current:hover{
	background: rgba(41,77,95,0.3);
}	
	
	
	
	
#seccion {
    float: left;
	width:60%;
    }
	
	
#derecha {
    float: left;
	width:17.9%;
	padding:1%;
	background:url(../img/fondo.png);
	background-repeat:repeat-x;
	border: 1px solid #D9ECFF;
	border-right:none;
	border-top:none;
	margin-bottom:10px;
	clear:right;
    }
/* Style the figures */
figure {
    position: relative;
    display: block;
    /*border: 1px solid #333;
	border-radius:3px;*/
    margin: 10px 0 10px 0;
   }	
figcaption {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   font-size: .7em;
   color: #fff;
   background-color: rgba(0,0,0,.7);
   opacity: 0;
   filter: alpha(opacity=0);
   -webkit-transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -o-transition: opacity .5s ease-in-out;
   transition: opacity .5s ease-in-out;
   }

 /* Display the captions on hover */

figure:hover figcaption {
   opacity: 1;
   filter:   progid:DXImageTransform.Microsoft.gradient(startColorstr=#aa000000,endColorstr=#aa000000);
   }

#derecha .ul{
	margin-top:10px;
	padding-left:15px;
	list-style:disc;
	margin-bottom:10px;
	}	
#derecha .ul .li{

	font-size:12px;
	color:#666;
	padding:4px;
	}
	
#pie {
    clear: both;
    border-top: 1px solid #999999;
	width:100%;
    }

#pie_titulo_h4{
	text-align:center;

	font-size:12px;
	color:#369;
	}


#tabla_laboratorios{
	margin:auto;
	border:none;
	border-radius:0px;
	padding:0px;
	margin-bottom:50px;
	}
	
#tabla_laboratorios td{
	padding:10px;
	}
	
#tabla_laboratorios img{
	width:120px;
	height:80px;
	}
	
#tabla_sitio_interes{
	margin:auto;
	border: 5px solid #000;
	border-radius: 10px;/*Tenia 10*/
	padding:0px;
	margin-bottom: 10px;
	border-color:#39C;
	}

#copyright{
	font-family:Corbel;
	font-size:12px;
	color:#999;
	text-align:center;
	padding:10px;
	}

#mediPons{
	/*width: 73%;*/
	width: 82%;
}

h1{
	color:white;
	font-size: 20px;
}

#formato{
	background-color:#39C;
	margin: auto;
	padding-top:5px;
	padding-bottom:5px;
	float: left;
	width:100%;
	height:20px;
	border-left:none;
	border-top:none;
	font-size:20px;
	}
	
#id_divPie{
	background-color:#39C;
}	

#id_pie{
	color: white;
	font-family:Corbel;
	font-size:13px;
	text-align:center;
	padding:5px;
	}
	
#redes{
	color: white;
	font-family:Corbel;
	font-size:13px;
	text-align:center;
	padding-bottom:5px;
}

#tabla_{
	width: 100%;
}

#visitasFecha{
	color: green;
	font-family:Source Sans Pro;
	font-size:15px;
	text-align:right;
	padding-bottom:5px;
	margin: 10px;

}