@import url('reset.css');
@import url('botones.css');
@import url('http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700');

html, body{
	height:100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#F5F3F4;
	height:100%;
}

h1{
	font-family: 'PT Sans Narrow', Arial;
	font-size:30px;
	line-height:32px;
	font-weight:normal;
	color: #488200; /*#7D590C;*/
	text-shadow: 0 1px 1px #FFFFFF;	
}

h2{
	font-size:20px;
	line-height:24px;
	color: #488200; /*#7D590C;*/
	font-weight:normal;
}

h3{	
	font-family: 'PT Sans Narrow', Arial;
	font-size: 20px;
    line-height: 22px;
	color: #E0007B;
}

h3 a{
	color:#E0007B;
	text-decoration:none;
}

p {
	font-family: 'PT Sans Narrow', Arial;    
    font-size: 15px;
    line-height: 20px;
	color: #6A6A6A;
    text-align: justify;
}

.lnHor{
	font-size:0;
	line-height:0;
	width:79%;	
	margin-left:auto;
	margin-right:auto;
	height:10px;
}

.lnHor img{
	width:100%;
	height:auto;
}

input{
	font-size:12px;
	color:#666666;
	outline:none;
}

.input {
    margin-bottom: 5px;
}

#contenedor{
	display:block;
	position:relative;
	margin:0 auto;
	min-height: 100%;	
}

#encabezado{
	display:block;
	position:relative;
	width:100%;
	background:#488200; /*#89BC3C;*/
	margin-bottom: 30px;
	padding-bottom: 7px;    	
}

#encabezado #logo{
	position:absolute;
	top:3px;
    margin-left: 10px;
	float:left;
    width: 132px;
	
}

#encabezado #logo a{
	background: url(../img/header/logo.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 110px;
    text-decoration: none;
    width: 150px;
}

#encabezado .enSocialMedia{
	float:right;
	margin: 35px 0 0 0;
}

#encabezado .enSocialMedia ul{
	display:block;
}

#encabezado .enSocialMedia ul li{
	float:left;
	margin-right:10px;
}
.HeaderSocialMedia
{
  display: block;
    float: right;
  margin: 22px 0 0 0;
}
#logoMovil{
	display:none;
}

.menuPriMv{
	display:none;
}

.menuPri{
	float:right;
	width:725px;	
}

.menu{
	display:block;	
	margin:0 auto;
	position:relative;
	float: left;
}

.menu li{	
	float:right;
    margin: 0 15px;
    position: relative;	
}

.menu li.mnSeparador{
	margin-right: 263px;
}

.menu li a{
	font-family:'PT Sans Narrow', Arial;
	display: block;	
	color:#FFF;
	font-weight:normal;	
    font-size: 17px;
    line-height: 21px;
    padding: 27px 9px;
	text-decoration:none;	
    position: relative;
	border-radius: 0 0 10px 10px;
	
}

.menu li a.mnHome{
	padding-left:10px;
	padding-right:10px;
}

.menu li a.mnSubIco span{
	padding-right:13px;
}

.menu li a:hover{
	background:#8B0000; /*#B40000; #7D590C;*/	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.menu li ul{
	display:none;
	position:absolute;
	background:#60AE00; /*#A3CC00;*/
	top:74px;
	z-index:10;
	padding: 8px 0 10px;
	-webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.3);	
	border-radius: 7px;
}

.menu li:hover ul{
	display:block;
	min-width:160px;
}

.menu li ul li{
	background: url(../img/iconos/icoVineta.png) no-repeat 2px 8px;
	float: none;
	display: block;
	padding: 0;
	text-align: left;
}

.menu li ul li a{
	display:block;
	font-size:14px;
	color:#FFFFFF;
	padding: 3px 15px 0;
	height: 22px;
	text-align:left;
	background:none;
	
}

.menu li ul li a:hover{
	background:none;
	color:#8B0000; /*#A58134;*/	
	box-shadow: none;
	
}

#cuerpo{
	display:block;
	position: relative;
	z-index:0;
	padding:0 0 200px 0;
}

#cuerpo .contenido{
	display:block;
	margin-top:3px;	
}

#cuerpo .contenido.cSubHome {
	padding: 20px 15px 40px;
}

.conBloque3{
	float:left;	
	width: 29%;
	margin: 0 6% 0 0;
	
}

.homeServicios{
	display:block;
	background-color: rgba(32, 30, 30, 0.74902);
	*background-color: #555253;
	background-color: #555253\9;
	
}

@media screen and (min-width:0\0) {
    .homeServicios { background-color: rgba(32, 30, 30, 0.74902); }
}

.homeServicios h2{
	font-family: 'PT Sans Narrow', Arial;
	font-size:26px;
	line-height:28px;
	font-weight:normal;
	color:#E0007B;
	padding:0;
	text-shadow: 0 1px 1px #FFFFFF;
}

.conBloque{
	float:left;
	margin: 0;
	padding:15px 20px;
	width:246px;
	margin-right:38px;
}

.conBloque h3{
	color:#FFF;
}

.conBloque p{
	color:#FFF;
}

.cnbUltimo{
	margin-right:0;
}

.imgCuadro{
	border:1px solid #FFC9FD;
	padding:5px;
}

.cntImg{
	margin:0 10px 10px 0;
}

.cntImgRight{
	margin:0 0 10px 10px;
}

.cntImgRightDoble{
	margin:0 0 10px 20px;
}

#cuerpo .colIzq{
	float:left;
	width:70%;	
}

#cuerpo .colDer{
	float:right;
	width:28%;
}

#pie{
	display:block;
	font-family: 'PT Sans Narrow', Arial;
	font-size: 14px;
	color: #fff;
	padding: 20px 0;
	background: #488200; /*#89BC3C;*/
	position:absolute;
	width: 100%;
	bottom: 0;		
}

#pie h6 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 10px;
}

#pie .pibCol {
	float: left;
	width: 195px;
}

.menuPie li {
	display: block;
	background: url(../img/iconos/icoVineta.png) no-repeat left 4px;
	padding-left: 13px;
	padding-bottom: 4px;
}

.menuPie li a, .menuPie li span {
	color: #FFF;
	font-size: 15px;
	line-height: 17px;
	text-decoration: none;
}

#pie a{
	color:#FFF;
	text-decoration:none;
}

#pie a:hover{
	color:#8B0000; /*#A58134;*/
}

#pie .pieSocialMedia{
	float:left;
	margin-top: 0;
	margin-left:30px;
	width:150px;
	
}

#pie a.pieFaceBook, #pie a.pieTwitter,a.HeaderTwitter,a.HeaderFaceBook{
	display:inline-block;
	width:30px;
	height:30px;
}

#pie a.pieFaceBook,a.HeaderFaceBook{	
	background:url(../img/footer/icoFaceBook.png) no-repeat left top;	
}

#pie a.pieTwitter,a.HeaderTwitter{	
	background:url(../img/footer/icoTwitter.png) no-repeat left top;
}

#pie a.pieFaceBook:hover, #pie a.pieTwitter:hover,a.HeaderTwitter:hover,a.HeaderFaceBook:hover{
	background-position:left -31px;
}

.cajaArt{
	display:block;
	margin:10px 20px 0 0;
	padding-bottom:10px;
	border-bottom:2px solid #CCC;
}

.cajaArt img{	
	float: left;
	width:10em;
	margin-right: 10px;
}

.cajaArt h2{	
	font-size:1.8em;
	color:#25324D;
	font-weight:normal;	
}

.cajaArt h2 a{	
	color:#25324D;
	text-decoration:none;
}

.cajaArt h2 a:hover{
	color:#06c;
}

.cajaArt p{
	font-size:1.2em;
	line-height:1.6em;
	color:#666666;
	margin:0.4em 0 0.3em;
	text-align:justify;
}

.cajaArt a.leerMas{
	font-size:1.2em;
	color:#F90;
}

.cajaDer{
	display:block;
	border:1px solid #CCC;
}

.cajaDer h5{
	font-size:1.4em;
	color:#FFF;
	background-color:#CCC;
	padding:5px 5px;
	margin-bottom:0.5em;
	
}

ul.enlaces{
	display:block;
}

ul.enlaces li{
	list-style:circle;
	font-size:1em;
	color:#000;
	padding:0 0 0.6em 0;
	margin:0 0 0 1.8em;
}

ul.enlaces li a{
	color:#000;
	text-decoration:underline;
}

ul.enlaces li a:hover{
	text-decoration:none;
}

/* CARROUSEL HOME */
.carruselDestacado{
	display:block;
	width: 960px;
	height: 360px;	
	position:relative;	
	
}

.carruselDestacado ul{
	display:block;
	margin:0 auto;
	
}

.carruselDestacado li{
	display:block;
	float:left;
	width:240px;	
	margin:0 auto;
	position:relative;
	height: 360px;
	
}

.carruselDestacado li img{
	width:240px;
	height: 360px;
}

.cuadroMsj{
	display:none;
	background: none; 
    padding: 5px 0;
    text-align: left;
    width: 100%;
}

.cuadroMsj span{	
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
	color: #1584D6;
}

.crhPagination{
	display:inline-block !important;
	position:relative;
	bottom:25px;
	left: 27px;
	margin:0 auto;	
	
} .crhPagination a{
	float:left;
	background:url(../img/destacados/icoPuntos.jpg) no-repeat left top;
	width:15px;
	height:15px;                           
	text-indent:-9999;
	margin:0 5px 0 0;
	
} .crhPagination a span{
	display:none;
} .crhPagination a.selected{
	background:url(../img/destacados/icoPuntos.jpg) no-repeat left -15px;
}
/* /CARROUSEL HOME */


.cTop{
	display: block;
	/*border-bottom: 2px solid #1872CD;*/    
}

.login{
	display:inline-block;
	*float:left;
    width: 223px;
	background-color:#E1E1E1;
	border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
	padding-top:5px;
}

.lgAlto{
	height:193px;
}

.lgTitulo{
	display:block;
	*display:inline-block;
	position:relative;
	background-color: #0E67C1;    
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    padding: 7px 5px 7px 34px;
	margin-left:-18px;
}

.lgTitPestana{
	background: url(../img/imgTitPestana.png) repeat scroll 0 0 transparent;
    height: 10px;
    margin: 0 0 0 -18px;
    position: relative;
    width: 18px;
	
}

.lgInfo{
	margin-top:-10px;
	background-color: #F6F7F7;
    padding: 8px 16px;
	height: 183px;
	border-bottom:2px solid #0E67C1;
}

label{
	font-size: 12px;
	color: #666666;
}

.lgInfo label{
	margin-bottom:3px;
}

span.inputTexto {
    color: #666666;
    display: block;
    font-size: 12px;
    left: 2px;
    padding: 6px 0 0 4px;
    position: absolute;
    top: 0;
    z-index: 29;
}

.vinetas{
	margin-left:8px;
}

.vinetas li{
	display: block;
	background: url(../img/iconos/icoVineta.png) no-repeat left 4px;	
	padding-left: 15px;
	font-family: 'PT Sans Narrow', Arial;
	font-size: 14px;
	line-height: 16px;
	color: #6A6A6A;	
	padding-bottom: 8px;
}

.vinetas li li{
	font-size: 13px;
	background: url(../img/iconos/icoVineta.png) no-repeat left 3px;
}

.cuerpoCenter{
	margin: 0 auto;
	width:960px;
}

.marginTopMin{
	margin-top:5px !important;
}

.marginTop{
	margin-top:10px !important;
}

.marginTopMedio{
	margin-top:15px !important;
}

.marginTopDoble{
	margin-top:20px !important;
}

.marginTopTriple{
	margin-top:30px !important;
}

.marginBottomMin{
	margin-bottom:5px !important;
}

.marginBottom{
	margin-bottom:10px !important;
}

.marginBottomMedio{
	margin-bottom:15px !important;
}

.marginBottomDoble{
	margin-bottom:20px !important;
}

.marginRight{
	margin-right:10px !important;
}

.marginRightDoble{
	margin-right:20px !important;
}

.marginRightTriple{
	margin-right:30px !important;
}

.marginLeft{
	margin-left:10px !important;
}

.paddingTop{
	padding-top:10px !important;
}

.paddingBottom{
	padding-bottom:10px !important;
}

.paddingBottomDoble{
	padding-bottom:20px !important;
}

.paddingBottomTriple{
	padding-bottom:30px !important;
}

.centrar{
	margin:0 auto !important;
	
}

.centrarTexto{
	text-align:center !important;
}

.textoLeft{
	text-align:left !important;
}

.posRealtive{
	position:relative !important;
}

.floatIzq{
	float:left !important;
}

.floatDer{
	float:right !important;
}

.pdMarcar{
	text-decoration:none;
	color:#FFF;
}
/* SUB MENU */

#menuPriMv{
	display:none;
	padding-bottom: 19px;
	position:relative;
	
}

#menuPriMv .mpmIni{
	border:0;
	margin:0;
	text-align:center;			
}

#menuPriMv .mpmIni a{
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding: 12px 25px 0;
	height:30px;
	
	
}

#menuPriMv .mpmIni a span{
	display:inline-block;
	width:7px;
	height:4px;
	margin:0;
	padding:0;
	
}

#menuPriMv .mpmIni a:hover{
	background-color:#0e8ae9;
}

#menuPriMv ul{
	display:none;
	position:relative;
	z-index:2;
	width: 95%;
	margin:0 auto;
	max-width:300px;
		
}

#menuPriMv > ul{
	border-left:1px solid #D1EAFC;
	border-right:1px solid #D1EAFC;
	border-bottom:1px solid #D1EAFC; 
}

#menuPriMv ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6AC2FF;	
	background-color:#FFF;
	border-top:1px solid #C7CEDD;
		
}

#menuPriMv ul li a{
	display:block;
	color:#6AC2FF;
	text-decoration:none;
	padding:15px 10px;	
	font-weight: bold;
}

#menuPriMv li ul{
	margin:0;
	padding:0;
	position:relative;
	border:none;
	background-color:#FFF;
	width:100%;	
}

#menuPriMv li ul li{	
	font-size:14px;			
	border:none;
	border-top:1px solid #C7CEDD;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin:0;	
}

#menuPriMv li ul li a{
	background:url(../img/iconos/icoVineta.png) no-repeat 12px 18px;
	display:block;
	color:#8B0000;
	text-decoration:none;
	padding:15px 10px 15px 25px;
}

#menuPriMv li a:hover{
	background-color:#FFF;
}

/* /SUB MENU */

.breadcrumb{
	display:block;
	color:#6A6A6A;
	padding-bottom:5px;
	border-bottom:2px solid #C6C6C6;
}

.breadcrumb a{
	display: inline-block;
	font-size:13px;
	line-height:13px;
	color:#488200;
	text-decoration:none;	
	font-weight:normal;
}

.breadcrumb span.icoBCFlecha{
	display:inline-block;
	background: url(../img/iconos/icoFlecha.png) no-repeat left 2px transparent;
	width:10px;
	height:16px;
	margin:0 5px;
}

.conBloque2{
	float:left;
	width:45%;
	margin: 0;
}

/* TABLA EXAMENES */
.firstUL{
	padding:10px 0px 10px 10px;
	margin:0px;
}

.firstUL li {	
	display:inline;
	font-family:'Arial',Verdana,Tahoma;
	font-size:12pt;
	font-weight:bold;
	padding:0px 5px 0px;
	line-height:40px;
	cursor:pointer;
	color: #0E67C1;
	
}

.firstUL li.selected{	
	color:#6AC2FF;
	font-weight:bold;
}


#body-container{
	width:100%;
	/*height:600px;*/
	margin:0 auto;
	padding-bottom:20px;	
}

#body-container .glossary-container{
	clear:both;	
	text-align:center;
}

#body-container .content-container{
	height:530px;
	width:100%;
	overflow:auto;
	font-family:'Arial',Verdana,Tahoma;
	font-size:10pt;
	clear:both;
}

#body-container .content-container div{
	padding-left:10px;
	border-bottom:1px #666666 solid;
}

#body-container .content-container div h2{
	margin-top:0px;
}

#body-container .content-container img.return-to-top{
	margin:10px 10px 10px 0;
	float: right;
	
}

.datatable{
	display:block;
	width:99%;
}

.datatable tr th{
	border: 1px solid;
	border-color: #dddddd #e7e7e7 #dddddd #e7e7e7;
	padding: 6px 3px;
	text-align: center;
	background:#F4F4F4;
	
	font-size: 12px;
	font-weight:bold;
	color:#6f6f6f;
}

.datatable tr td{
	border: 1px solid;
	border-color: #dddddd #e7e7e7 #dddddd #e7e7e7;
	padding: 6px 3px;
	text-align: center;
	
	font-size: 12px;
	font-weight:normal;
	color:#6f6f6f;
	background-color:#FFF;
	
}
/* /TABLA EXAMENES */

.contactenos{
	display:block;
}

.conEnlace{
	color:#6A6A6A;
	text-decoration:none;
}

.conIzq{
	float:left;
	width:55%;
}

.conDer{
	float:right;
	width:37%;
}

.textAreaBox{
	color: #666666;
    font-size: 12px;
	border:1px solid #CCCCCC;
	padding:5px 3px;
}

.contactenos label{
	margin-bottom:5px;
}

.contactenos .vinetas li{
	padding-bottom: 15px;
}

/* PRUEBA DE CARROUSEL */
.carousel {
	padding: 15px 0 15px 40px;
	position: relative;
	/*width:680px;*/
	width:660px;
	margin-left:auto;
	margin-right:auto;
}

.carousel ul{
	display:block;
}

.carousel li{
	float: left;
	display: block;
	width:310px;
	height:auto;
	position: relative;
	margin:0; /*0 20px 0 0;*/
}

.carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 4px;	
	display: block;
	
}

.carousel a.prev, .carousel a.next {
	background: url(../img/iconos/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 210px;
}
.carousel a.prev {            left: -15px;
					background-position: 0 0; }
.carousel a.prev:hover {      background-position: 0 -50px; }
.carousel a.prev.disabled {   background-position: 0 -100px !important;  }
.carousel a.next {            right: -35px; /*-15px;*/
					background-position: -50px 0; }
.carousel a.next:hover {      background-position: -50px -50px; }
.carousel a.next.disabled {   background-position: -50px -100px !important;  }
.carousel a.prev.disabled, .carousel a.next.disabled {
	cursor: default;
}
 
.carousel a.prev span, .carousel a.next span {
	display: none;
}

.carousel li img{
	width: 300px;
	height:420px;
}

/* /PRUEBA DE CARROUSEL */

.contactenos .inputBox{
	width:300px;
	
}

.contactenos .textAreaBox{
	width:300px;
}

.textAreaBox, input {
	color: #666666;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 5px 3px;
	background: #FFF;
}

.contactenos .vinetas{
	padding:0;
	margin:0;
}

.contactenos .vinetas li{
	background:none;
	padding-left:0;
}

label.error {
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #8B0000;
	margin-top: 5px;
}
.contenido .homeServicios .anchoAuto{
	width: auto!important;
	margin-right: 15px!important;
}
.contenido.cSubHome .info-description{
	font-family: 'PT Sans Narrow';
  	font-size: 16px;
  	color: #6A6A6A;
}
.contenido.cSubHome .info-description .img-infodes{
	width: 910px;
	height: 348px;
	margin: 0 0 20px 0;
}
.content-tabs .tabItem .imgDestacadoTab{
	margin-bottom: 20px;
	width: 680px;
	height: 422px;
}
.content-tabs .tabItem p{
	margin-bottom: 15px;
}
.contenido.cSubHome .info-description .img-bannerShort{
	width: 910px;
	height: 200px;
	margin: 0 0 20px 0;
}
.contenido.cSubHome .info-description h1{
  font-family: 'PT Sans Narrow', Arial;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #488200;
}
.contenido .content-tabs{
	margin-top: 20px;
}
.contenido .tabService{
	float: left;
	margin: 0 20px 30px 0;
	padding: 0;
	width: 200px;
}
.contenido .tabService li{
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}
.contenido .tabService li a.tabSelected span{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #8B0000;
	left: 197px;
	top: 13px;
	bottom: 0;
	position: absolute;
}
.contenido .tabService li a {
  background: #488200;
  border: 1px solid #F5F3F4;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 0 0 #FFFFFF inset;
  float: left;
  font-size: 14px;
  line-height: normal;
  margin: 0;
  padding: 12px 15px 10px;
  transition: none 0s ease 0s;
  width: 83.5%;
}

.contenido .tabContenido{
	float: left;
  	width: 680px;
}
.content-tabs .tabContenido .tabItem h2{
	margin-bottom: 15px;
	color:#488200;
}
.contenido .tabService li a.tabSelected{
	background: #8B0000;		
}
.marginTopTriple .Contenedor-CarruselProductos{
	display: block;
	float: left;
	width: 200px;
}
.Contenedor-CarruselProductos ul{
	display:block;
	margin:0;
}
.Contenedor-CarruselProductos li{
	display:block;
	float:left;	
	margin:0;
	position:relative;
	width:200px;
	height: 200px;
	border-left:1px solid #fff;
	border-right:1px solid #000;
}
.Contenedor-CarruselProductos li img{
	width:200px;
	height: 200px;
}
.marginTopTriple .margenproduct{
	margin-left: 130px;
}
.marginTopTriple .margenproduct-first{
	margin-left: 30px
}
.Contenedor-CarruselProductos h1{
	text-align: center;
	margin-bottom: 10px;
	color: #8B0000;
}
ul#pag-vegetales, ul#pag-frutas,ul#pag-avilac {
  list-style: none;
  padding: 0;
  min-height: 450px;
}
ul#pag-vegetales li, ul#pag-frutas li, ul#pag-avilac li {
  display: block;
  float: left;
  margin: 10px;
  zoom: 1;
  border: 1px solid #CCCCCC;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
ul#pag-vegetales li img, ul#pag-frutas li img, ul#pag-avilac li img{
	width: 200px;
	height: 200px;
}
.nomProduct{
	width: 95.5%;
	height: 40px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0.9;
	cursor: pointer;
}
.nomProduct:hover{
	height: 90px;
}
.nomProduct span{

	font-family: 'PT Sans Narrow', Arial;
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 10px;
}
.nomProduct .title-product{
  font-size: 17px;
  font-weight: 400;
  color: #FFF!important;
  margin: 7px 0!important;
  padding: 0 10px;
  font-family: 'PT Sans Narrow', Arial;
}
#formContactenos #btConEnviar{
	cursor: pointer;
}
.bloqueTablaPro{
	display: block;
	float: left;
	margin:0 10px 30px 0;
	text-align: center;
}
.tabla{
	display: block;
	font-family: 'PT Sans Narrow', Arial;
	font-size: 16px;
	margin-bottom: 10px;
}
.tabla thead td, .tabla thead th {
  background: #488200;
  color: #FFF;
  text-align: center;
  padding: 15px 5px 13px;
}
.tabla thead tr.par th {
  background: #3A9B40;
}
.tabla thead tr th.primero {
  padding-left: 30px;
}
.tabla tbody tr.impar td {
  background: #D4D4D4;
}
.tabla tbody tr td {
  background: #F5F3F4;
  height: auto;
  padding: 10px 5px;
}
.tabla tbody tr td.texto-centrado{
	text-align: center;
}
.tabla thead tr th.primero {
  padding-left: 30px;
}
.tabla tbody tr td.primero{
	 padding-left: 25px;
}
.tabla .inputNumerico, .tabla .inputMail
{
	width: 150px;
	border: 1px solid #DBE1EB;
	font-size: 16px;
	font-family: Arial, Verdana;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	background: #FFFFFF;
	background: linear-gradient(left, #FFFFFF, #F7F9FA);
	background: -moz-linear-gradient(left, #FFFFFF, #F7F9FA);
	background: -webkit-linear-gradient(left, #FFFFFF, #F7F9FA);
	background: -o-linear-gradient(left, #FFFFFF, #F7F9FA);
	color: #2E3133;
}
.tabla .msjvacio{
	display: none;
	color:#8B0000;
	font-weight: bold;
}
.productos h1 a{
	float: right;
	font-size: 20px;
	color: #488200;
	vertical-align: bottom;
	padding-top: 5px;
	text-decoration: none;
}
.productos h1 a i{
	background: url('/img/iconos/ico-cotizar.png')no-repeat;
	display: block;
	float: left;
	width: 22px;
	margin-top: 5px;
	height: 26px;
}
.fbCustom .fancybox-close {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
}
.fbCustom .fbContent {
  padding: 25px 25px 10px 25px;
}
.fbTitulo {
  font-family: 'PT Sans Narrow', Arial;
  font-size: 13px;
  line-height: 15px;
  color: #6A6A6A;
  font-weight: bold;
}
.fbTitulo i {
  float: left;
  font-family: 'PT Sans Narrow', Arial;
  font-size: 20px;
  color: #488200;
  font-weight: normal;
  font-style: normal;
  margin-right: 5px;
}
.fbTitulo i img{
	width: 35px;
	height: 35px;
	margin-top: -5px;
}
.tabla  .textmail{
	color: #488200;
	font-weight: bold;
}