@charset "UTF-8";
/* CSS Document */

/* HOJA DE ESTILOS CSS
para el desarrollo del proyecto ADDENTRA
desarrollado por:	Kaytel Soluciones
Archivo: addentra.css
 * Descripción: Usado para el posicionamiento y estructura general del sitio y sus componentes.
 * Guia: Orden de propiedades: display, position, box model (margin, border, padding, width, height), float, clear, z-index
 TABLA DE CONTENIDOS
 -------------------------
  1. General
  2. Títulos
  3. Enlaces & Botones
  4. Imagenes & Iconos & Thumbnails
  5. Formularios
  6. Pagigmainación
  7. Cabecera
  8. Pie
  9. Contenido Principal + páginas por secciones
  10. Titulo de Secciones
Copyright 2009 ADDENTRA (www.addentra.com)
/****************************************
 1.     	   GENERAL
	  body, a, estructura, img, div
*****************************************/
body{ background-color:#e6e6e6;  font: normal 11px /*11px*/ "Arial"; color: #888888; overflow:auto;}
* { margin: 0; padding: 0; border: none;}
h1, h2, h3, h4, h5, h6, p, pre,  
blockquote, ul, ol, dl, address {
margin: 0 0 0 0;} 
ul, ul li, ol, ol li{ margin:0px; padding:0px; list-style:none;}
/*:focus {outline:0;}*/
img{border:none; margin:0px; padding:0px;}

#cabecera, #contenedor, #pie{width:100%; float:left;}
.borde{/*width:890px;*/ width:960px; margin:auto; }
.contenido{ width:960px; float:left;}

.noborde{ border:none;}
.oculto{ display:none;}
.negro{ color:#000;}
.azul{color:#009ee0;}
.negra{color:#000; font-size:14px; margin-bottom:5px;}
/* Corner radius */
.corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.corner-right {  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; }
/****************************************
 2.				T?TULOS
 		 h1, h2, h3, h4, h5, h6
*****************************************/
h1{font-size: 33px; /* 3.3em;*/ font-weight:normal; color:#fff; font-family: Tahoma, Geneva, sans-serif; margin-bottom:0.5em;}/* no cambiado */
h2{font-size:21px; /*1.9em*/; font-weight:normal; font-family:  Tahoma, Geneva, sans-serif;color: #000; font-stretch:narrower;  }
h3{font: bold 16px; /*1.45em*/ font-family: Tahoma, Geneva, sans-serif; color:#666; margin-bottom:10px;}
h4{font: bold 16px; /*1.26em*/ font-family:  Tahoma, Geneva, sans-serif; color: #000;  }
h5{font-size:12px; /*1.09em*/ font-family:  Tahoma, Geneva, sans-serif; color: #000;  margin-bottom:0px; }/* no cambiado */
h6{/*font: normal 10px /*0.91em*/ "Arial";*/}
p{ font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#888;}

.entrada300{ width:300px;}
.entrada300alto{ width:300px; height:100px;}
/****************************************
 3.			ENLACES Y BOTONES
*****************************************/
a, a:link, a:visited, a:hover, a:active { /*font: normal 1.09em "Arial"*/ color:#888; text-decoration:none; cursor:pointer; }/* no cambiado */
a:hover{color:#4ABDE7;}/* no cambiado */

/*****Formularios***/
.formulario{ width:480px; margin-top:10px; float:left;}
.formulario p{ float:left; clear:both; color:#535353; margin:5px 0px;  }
.formtitulo{ width:150px; float:left; display:inline; padding:2px 0  2px 0px; margin-bottom:5px;}
.formtitulo2{  width:120px; float:left; display:inline; padding:2px 0  2px 0px; margin-bottom:5px;}
.formdatos{ margin-bottom:5px; float:left; display:inline; }
/****************************************
 4. 		IM?GENES & ICONOS
*****************************************/
/****************************************
 5.	 			FORMULARIOS                        /* no cambiado
*****************************************/
input, select, textarea{ font: normal 11px "Arial"; border:1px solid #d6dbde; padding:2px 2px 2px 4px; background-color:#ffffff; color:#888; }
textarea { height:50px;}
.checkbox { border:none;}
button {cursor:pointer; } 
input:focus, select:focus, textarea:focus { background-color: #fffdc4;} /* no cambiado */
/****************************************
 6.	 			PAGINACIÓN
*****************************************/
/****************************************
 7.	 			CABECERA
*****************************************/
#cabecera{ height:305px; background-color:#000000; border-bottom:2px solid #888888;}
.contenidocabecera{ float:left; height:inherit; width:960px;}
.cabecera_izquierda{ float:left; width:300px; padding-top:15px;}
.contenidocabecera ul, .contenidocabecera ul li, .contenidocabecera ul li a { float:left; display:block; width:300px;}
.contenidocabecera ul li a { height:30px;}
.addentra{ background:url(../img/cabeceralogo.jpg) top right no-repeat; height:70px;}


.menuhome a{ background:url(../img/menuhome.jpg) top right no-repeat;}
.menuhome a:hover{ background: url(../img/homeverde.jpg)  top right no-repeat;}
.menuhome .seleccionadohome{ background:url(../img/menuhome2.jpg) top right no-repeat;}

.menutrabajos a{ background:url(../img/menutrabajos.jpg) top right no-repeat;}
.menutrabajos a:hover{ background:url(../img/trabajosverde.jpg) top right no-repeat;}
.menutrabajos .seleccionadotrabajo{ background:url(../img/menutrabajos2.jpg) top right no-repeat;}

.menuservicios a{ background:url(../img/menuservicios.jpg) top right no-repeat;}
.menuservicios a:hover{ background:url(../img/serviciosverde.jpg) top right no-repeat;}
.menuservicios .seleccionadoservicios{ background:url(../img/menuservicios2.jpg) top right no-repeat; }

.menuindustria a{ background:url(../img/menuindustria.jpg) top right no-repeat; }
.menuindustria a:hover{ background: url(../img/addentraindustriaverde.jpg)  top right no-repeat;}
.menuindustria .seleccionadoindustria{ background: url(../img/addentraindustriaverdegrande.jpg) top right no-repeat;}

.menublog a{ background:url(../img/menublog.jpg) top right no-repeat;} 
.menublog a:hover{ background:url(../img/menublog2.jpg)  top right no-repeat; }
.menublog .seleccionadoblog{ background:url(../img/menubloggrande.jpg)  top right no-repeat;}


.menucontacto a{ background:url(../img/menucontacto.jpg)  top right no-repeat; }
.menucontacto a:hover{ background:url(../img/contactoverde.jpg)  top right no-repeat;}
.menucontacto .seleccionadocontacto{ background: url(../img/menucontacto2.jpg)  top right no-repeat; }







.cabecera_portada{width:630px; padding-left:25px; margin-top:35px; float:left; border-left:1px solid #585858; height:270px;}
.cabecera_home, .cabecera_aneo, .cabecera_bicuspides, .cabecera_contacto, .cabecera_elearning, .cabecera_sedo, .cabecera_sei, .cabecera_servicios, .cabecera_sedopeque, .cabecera_seipeque{ background-position:top left; background-repeat:no-repeat; width:645px; height:255px; float:left; }       
.cabecera_andrea{ background:url(../img/cabecera_andrea.jpg) no-repeat top left; width:654px; height:255px; float:left;}
.cabecera_gestiona{ background:url(../img/cabecera_gestiona.jpg)  no-repeat top left; width:654px; height:255px; float:left;}
.cabecera_home{ background-image:url(../img/cabecera_home.jpg); }
.cabecera_seipeque{ background:url(../img/seipeque.jpg) ; height:215px;}
.cabecera_aneo{ background-image:url(../img/cabecera_aneo.jpg);}
.cabecera_bicuspides{ background-image:url(../img/cabecera_bicuspides.jpg);}
.cabecera_contacto{ background-image:url(../img/cabecera_contacto.jpg);}
.cabecera_elearning{ background-image:url(../img/cabecera_elearning.jpg);}
.cabecera_sedo{ background-image:url(../img/cabecera_sedo.jpg);}
.cabecera_sei{ background-image:url(../img/cabecera_sei.jpg);}
.cabecera_servicios{ background-image:url(../img/cabecera_servicios.jpg); }
.cabecera_sedopeque{ background:url(../img/cabecera_sedopeque.jpg); height:216px;}
.cabecera_inferior{ float:left; width:640px;  margin-top:5px;}
.cabecera_inferior ul{ border-right:1px solid #ccc; float:left; width:450px;}
.cabecera_inferior ul p{ width:420px;  color: #fff; font-size:11px;}
.cabecera_inferior a.ver{ text-decoration:underline;}
.cabecera_inferior h5{ color: #fff;}
.cabecera_inferior .drcha{ width:160px; float:right;}
.cabecera_inferior .drcha a{ width:120px; float:left; margin-top:5px;  color: #fff; }
.cabecera_inferior a.ver{ width:160px; float:left;  color: #fff;}
.cabecera_inferior a.ver:hover, .cabecera_inferior .drcha a:hover { color:#4ABDE7;}
/****************************************
 8.	 				PIE
*****************************************/
.pie_centro{    margin:auto; width:1000px;}
.pie_centro ul{ margin:auto; width:600px; }
.pie_centro ul li{ float:left;}
.pie_centro ul li a{ float:left;  padding:5px;}
.pie_centro .imagenkaytel a {  margin:auto; width:600px; text-align:center;   }

/****************************************
 9.	 		CONTENIDO PRINCIPAL
*****************************************/
#contenedor{ background-color:#FFFFFF;}
.izquierda{ width:300px; padding:35px 0px; float:left;}
.centro{ border-left:1px solid #e6e6e6; width:630px; padding:35px 0 35px 25px; float:left; text-align:justify;}
.centrotrabajo{ border-left:1px solid #e6e6e6; width:400px; padding:35px 20px 35px 25px; float:left; text-align:justify;  }
.derecha{ border-left:1px solid #e6e6e6;width:160px; padding:35px 0 35px 20px; float:left; }
/*menu lateral*/
.noticias{ background:url(../img/noticias.jpg) top left no-repeat; width:197px; height:27px; margin-left:5px;}

.contenido .izquierda ul li, .contenido .izquierda ul li a{display:block; float:left; width:306px;}
.contenido .izquierda ul li a{ border-bottom:1px dotted #e6e6e6; padding:5px 4px; display:block; float:left; width:298px;}
.contenido .izquierda ul li a strong{ display:block; color:#000000; font:bold 12px "Verdana"}
.contenido .izquierda .imgpost{ float:left; width:31px; height:32px; }
.contenido .izquierda ul li a:hover{ background-color:#000000; color:#888;}
.contenido .izquierda ul li a:hover strong{ color:#ffffff;}
.azul{ color:#009ee0;}
a.menu{ width:285px; float:right; border-bottom:1px dotted #ccc; margin-right:5px;  padding:6px 2px;}
a.menu strong{ color:#000;}
a.menu:hover{ background-color:#000; color:#fff;}
a.menu:hover strong{ color:#fff;}
a.menu ul li.textopost{ float:left; width:200px;}
a.menu span{ float:left; width:240px; margin-left:10px; }

/*****Addentra_tecnologia de la aplicacion***/
.sedoenlace{ float:left; margin-bottom:20px; margin-top:10px; cursor:pointer;}
.sedoenlace .fuente{ margin-left:20px;}
.sedoenlace:hover{ background-color:#FFC; color:#888;}
span.fuente12, span.fuente12normal{ font-size:12px; font-weight:bold; width:260px; color:#000; float:left; margin-left:20px;  }
span.fuente12normal{ font-weight:normal; color:#000; width:260px; float:left; margin-left:20px; margin-top:10px;}
.sedoenlace h5, .sedoenlace .textosedo{ width:260px; float:left; margin-left:20px; margin-top:10px; font-size:12px;}
.elearning{ margin-bottom:5px;}
.sei h5, .trabajo h5, .trabajo p, .sei p{ margin-top:10px;}
 .trabajo p, .sei p{ font-size:12px; margin-bottom:10px;}
 .trabajoenlace{  float:left; padding:5px 0px 5px 0px; border-bottom:1px dotted #ccc; margin-bottom:10px; font-size:12px; }
.trabajoenlace span{ margin-top:10px; float:left;}
.trabajo, .sei{ width:630px; border-bottom:1px dotted #ccc; float:left; padding-bottom:5px; margin-top:5px;  }

span.sedoimghome{ background: url(../img/sedohome.gif) no-repeat top left; width:338px; height:178px; float:left;  }
.seitexto{ width:280px; float:left; margin-left:10px; display:inline;}
.textoaddentra{ width:380px; float:left;  margin-left:10px; display:inline; margin-top:20px;}
.seitexto p{ font-size:12px; margin-top:10px; margin-bottom:5px;}
a.vermas, a.descubre{ float:left; color:#000; text-decoration:underline;}
a.vermas:hover, a.mas:hover, a.descubre:hover{ color:#09F;}
a.mas{color:#000; text-decoration:underline; }
 .seitexto a{ font-size:12px; margin-top:5px; margin-bottom:5px; float:left; width:300px;}
/**Servicio ***/
.contenidohome{ width:630px; float:left;}
.imgelearninghome{ background:url(../img/elearninghome.jpg) no-repeat top left; width:210px; height:100%; float:left; padding-bottom:10px; margin-top:20px;}
.imgandreahome{ background:url(../img/andreahome.jpg) no-repeat top left; width:210px; height:100%; float:left; padding-bottom:10px; margin-top:20px; }
.imggestionahome{ background:url(../img/gestionahome.jpg)  no-repeat top left; width:210px; height:100%; float:left; padding-bottom:10px; margin-top:20px; }
.imgelearninghome:hover, .imgandreahome:hover, .imggestionahome:hover { background-color:#FFC;}
.imgelearninghome .elearning, .imgandreahome .elearning, .imggestionahome .elearning{ margin-top:150px; margin-left:10px;}
.imgelearninghome p, .imgandreahome p, .imggestionahome p{margin-left:10px; font-size:12px; margin-top:3px;}
.bottom{ margin-top:100px; float:left;}
.imgservicio{ background:url(../img/enlaceservicios.jpg) no-repeat top left; width:632px; height:142px; float:left; }
.imgservicio li{ width:205px;  float:left; margin-left:2px;}
.imgservicio li a{ width:205px; height:135px;  margin-left:2px; float:left;}
.textoenlaces{ width:630px; float:left; border-bottom:1px dotted #ccc; margin-bottom:10px; }
.textoenlaces li { width:196px; float:left; margin:5px; font-size:12px; text-align:justify; }
.textoenlaces p{ font-size:12px;}
.textoenlaces .vermas, .descubre{  float:left;}
.bordeizq{ border-left:1px solid #ccc;  height:142px;  float:left; padding-left:5px; }

.addentraimg{ background: url(../img/usuarioaddentra.png) no-repeat top left; width:133px; height:157px; float:left; margin-top:10px;}
h5.verde{color:#01d750; margin-top:15px; font-weight:bold;}

.imgandrea{ background:url(../img/imgandrea.jpg) no-repeat top left; width:66px; height:61px; float:left; margin-left:10px; display:inline;}
.imgelearning{ background:url(../img/elearning.jpg) no-repeat top left; width:66px; height:61px; float:left; margin-left:10px; display:inline; }
.andrea{ margin-top:10px; width:310px; float:left;}
.andrealogo{ float:left; width:600px; margin-top:20px;}
.andrealogo li{ margin-left:30px; display:inline;}
.imgsedo{ background: url(../img/sedoaddentra.gif) no-repeat top left; width:60px; height:63px; float:left; }
.imgsedoazul{ background: url(../img/sedo.png) no-repeat top left; width:150px; height:110px; float:left; margin-top:10px;   }
.andrea .andreaspan{ width:200px; float:left; margin-top:8px;  display:inline; font-size:12px;}
.spanandrea{width:200px; float:left;   display:inline; font-size:12px; }
.imgbicuspides{ background:url(../img/bicuspides.jpg) no-repeat top left; width:60px; height:52px; float:right;display:inline; margin-top:10px; }
.imgbicuspidesindex{background:url(../img/bicuspides.jpg) no-repeat top left; width:60px; height:52px; float:left;display:inline; margin-top:10px; }
.imganeo{ background:url(../img/aneo.jpg) no-repeat top left; width:107px; height:52px; float:left;  display:inline; margin-top:10px;}
.imganda{ background: url(../img/andaazul.png) no-repeat top left; width:150px; height:110px; float:left;  display:inline; margin-top:20px;}
.imgsei{ background:url(../img/sei.jpg) no-repeat top left; width:60px; height:52px; float:left;  margin-left:10px; display:inline;}
.imgortodoncis{ background:url(../img/clinicas-ortodoncis.gif) no-repeat top left; width:90px; height:60px; float:left;}
/******Renovacionestetica***/
a.doscapas{ width:630px; float:left; border-bottom:1px solid #ccc; margin-top:20px;}
a.doscapas { margin-top:10px;}
a.doscapas:hover{ background-color: #FFC; color:#888;}
.imgseigrande{ background: url(../img/SEI.png) no-repeat top left ; width:150px; height:110px; float:left;}
.imgsedoactual{ background:url(../img/sedoactual.gif) no-repeat top left; width:105px; height:105px; float:left; margin-top:10px;}
.imgsedogrande{background: url(../img/sedoanterior.gif) no-repeat  center; width:105px; height:105px; float:left; margin-right:10px; margin-top:10px;}
.imganeogrande{ background:url(../img/aneogrande.png) no-repeat  center; width:150px; height:110px; float:left;}
.imgbicuspidesgrande{ background:url(../img/bicuspides.png) no-repeat  center; width:150px; height:110px; float:left;}
.trabajorealizados{ display:block;}
.textoimagenes{ width:380px; float:left;  margin-left:20px; display:inline; margin-top:10px; margin-bottom:10px; font-size:12px;}
.textotrabajos{ width:450px; float:left;  margin-left:5px; display:inline; margin-top:10px; font-size:12px;}
.textotrabajos p{ font-size:12px;}
.proceso{ margin-top:20px; width:650px; float:left;}
.proceso h4{ color:#888;}
.margen{ margin-top:0px; margin-bottom:5px; width:600px;}
.margenleft{ margin-left:10px; margin-bottom:3px;float:left;}
.fuente{ font-size:12px; text-decoration:underline;}
/******Addentra-Servicios****/
.margentop{ margin-top:10px; margin-bottom:10px; color:#000; }
.margentopsedo{ color:#888; margin-top:10px; float:left;}
.imgelearningtexto{ background:url(../img/elearning.png) no-repeat top left; width:97px; height:103px; float:left; margin-right:30px; margin-top:10px;}
.videos{ background:url(../img/videos.png) no-repeat top left; width:184px; height:156px; float:right; }
.imgandreatexto{ background:url(../img/andrea.png)  no-repeat top left; width:99px; height:106px; float:left; margin-left:10px; display:inline; margin-right:30px; margin-top:10px;}
.andreaplicacion{ background:url(../img/andreaaplicacion.png) no-repeat top left; width:185px; height:178px; float:right;}
.imggestiona{ background:url(../img/gestiona.png) no-repeat top left; width:113px; height:108px; float:left;margin-left:10px; display:inline; margin-right:30px; margin-top:10px;}
.gestionaaplica{ background:url(../img/aplicaciongestiona.png) no-repeat top left; width:174px; height:150px; float:right; }

/******Red Social***/

.aneo{  width:400px; float:left; margin-top:10px;}
.aneonodebottom{ width:400px; float:left; margin-top:10px; border-bottom:1px dotted #ccc; padding-bottom:5px;}
.imganeotele{ background:url(../img/imganeo.jpg) no-repeat top left; width:104px; height:101px; float:left;}
.textoaneo{ width:280px;float:left;margin-left:10px; margin-top:10px; margin-bottom:10px;}
.negrita{ color:#000;}
.aneocorreo{ background:url(../img/aneocorreo.jpg) no-repeat top left; width:121px; height:79px; float:left; margin-left:-20px;}
.bicuspides{ width:400px; float:left;padding-top:5px; margin-top:10px;} 
.bicuspides p, .bicuspidestextosinborde p, .textoelearning p, .centrotrabajo p, .publicar p{ font-size:12px;}
.bicuspidestextosinborde{width:400px; float:left; margin-top:10px;}
.bicuspidestextosinborde .imgelearning{ float:right;}
.bicuspidestexto{ width:300px; float:left;}
.sei .imgbicuspides{ margin-top:10px;}
.seienlace{ float:left; margin-top:10px; padding:5px;}
.seienlace:hover{ background:#FFC; margin-top:10px; float:left; padding:5px; color:#888;}
.andreaenlace{ width:400px; float:left; margin-top:10px;  }
.imgenlace{ background: url(../img/andrea.gif) no-repeat top left; width:112px; height:81px; float:left;  padding-right:25px; margin-top:10px;}
.imgenlace:hover{ background: url(../img/andreahover.gif) no-repeat top left; width:112px; height:81px; float:left;  padding-right:25px; margin-top:10px;}

.canalandrea{ width:250px; float:left;}
.canalandrea p{ margin-bottom:10px;}
.sitioaneo{width:400px; border-top:1px dotted #ccc; float:left; margin-top:10px;}
.sitioaneo span{ color: #09F; width:400px; margin-top:5px; float:left;}
.sitioaneo .negro{ color:#000;}

.sitioaneoenlace, .contactar{ width:200px; float:left;}
.iraneo{  background:url(../img/sitioaneo.png) no-repeat top left; width:191px; height:148px; float:left;}
.iraneo:hover{ background:url(../img/sitioaneohover.png) no-repeat top left; width:191px; height:148px; }
.contactaraddentra{  background:url(../img/contactar.png) no-repeat top left; width:191px; height:59px; float:left; margin-top:20px; border-bottom:1px dotted #ccc; padding-bottom:5px; }
.contactaraddentra:hover{ background:url(../img/contactarhover.png) no-repeat top left; width:191px; height:59px; float:left; ; margin-top:20px; }
.expodental{ background:url(../img/expodental.png) no-repeat top left; width: 178px; height:110px; float:left; margin-top:50px;}
.andreacursos{  width:200px; float:left;}
.gestionadrcha{ background:url(../img/gestionadrcha.jpg) no-repeat top left; width:200px; height:50px; float:left;  border-bottom:1px dotted #ccc;  padding-top:5px; margin-top:10px;  }
.elearningdcha{ background:url(../img/elearningdcha.jpg) no-repeat top left; width:200px; height:50px; float:left;  border-bottom:1px dotted #ccc;  padding-top:5px; margin-top:10px;}
.cursoandrea{ background:url(../img/andreapeque.png) no-repeat center left; width:200px; height:50px; float:left; border-bottom:1px dotted #ccc;  padding-top:10px; margin-top:10px; }
.cursoandrea span, .cursoelearning span, .gestionadrcha span, .elearningdcha span{ width:130px; float:right; font-weight:bold; color:#000;  font-size:12px;}
.cursoelearning span, .gestionadrcha span, .elearningdcha span{ font-weight:normal; color: #888; font-size:12px; }
.cursoandrea span:hover, .cursoelearning span:hover, .gestionadrcha span:hover, .elearningdcha span:hover{ color:#39F;}
.cursoelearning{ background: url(../img/addentrapeque.jpg) no-repeat center left; width:200px; height:65px; float:left; padding-top:10px; margin-top:10px;}

/*******Difusion dental****/
.contenidocentro{  float:left; width:400px; }
.publicar{   width:400px; border-bottom:1px dotted #ccc; margin-bottom:20px; float:left; padding-bottom:10px;  }
.publicar h2{ width:400px; float:left;}
.imgvarios{ background:url(../img/bicuspides.gif) no-repeat top left; width:231px; height:75px; float:left; margin-top:10px;}
.ancho{ width:400px; float:left;}
.imgvideo{ background:url(../img/videos.gif) no-repeat top left; width:171px; height:153px; float:left;}
.textovideo{ width:210px; float:left; margin-left:10px;}
.bicuspidesenlace{ background:url(../img/enlacebicuspides.gif) no-repeat top left; width:181px; height:141px; float:left;}
.bicuspidesenlace:hover{ background:url(../img/enlacebicuspideshover.gif) no-repeat top left; width:181px; height:141px; float:left;}

/******SeiServicios***/
.seiservicios{ background:url(../img/seiservicios.gif) no-repeat top left; width:158px; height:167px; float:left; margin-top:20px;}
.texto{ float:left; width:240px;margin-top:20px;}
.flahs{ background:url(../img/flahs.gif) no-repeat top left; width:400px; height:287px; float:left; margin-top:20px;}
.capa{  float:left; margin-top:20px; width:400px;}
.elearningenlace{ background:url(../img/elearningver.gif) no-repeat top left; width:125px; height:92px; float:left; padding-right:10px; }
.elearningenlace:hover{ background: url(../img/elearningverhover.gif) no-repeat top left; width:125px; height:92px; float:left;padding-right:10px; }
.imgortoncia{ background:}
.margenbottom{ margin-bottom:10px;}
.imagenes{ width:150px; float:left; }
.imgandaanterior{ background:url(../img/andaverde.png) no-repeat top left; width:150px; height:110px; margin-top:20px; float:left; }
.seienlace2{ background:url(../img/enlaceSEI.jpg) no-repeat top left; width:176px; height:149px; float:left;}
.seienlace2:hover{ background:url(../img/enlaceSEIhover.jpg) no-repeat top left; width:176px; height:149px; float:left;}

/****Renueva Sedo****/
.izq{ width:200px; float:left;}
.izqpeque{  width:160px; float:left;}
.izqpeque h5{ float:left; margin-top:20px; width:150px;}
.izqpeque p{ width:160px; float:left; margin-top:3px;}
.imgrenueva{ background:url(../img/andreasedo.gif) no-repeat top left; width:229px; height:345px; float:right; margin-left:10px; display:inline; margin-top:20px;}
.izq h5, .izq p{ float:left; width:200px; }
.izq h5{ margin-top:20px;}
.sedo{ background:url(../img/sedo.gif) no-repeat top left; width:185px; height:159px; float:left;}
.sedo:hover{ background:url(../img/sedohover.gif) no-repeat top left; width:185px; height:159px; float:left; }
.sitiosei{ float:left; width:200px;}
.sitiosei span{ color:#09F;}
.sitiosei .negro{ color:#000;}


/******Addentra Elearning***/
.videogrande{ background:url(../img/videogrande.gif) no-repeat top left; width:414px; height:235px; float:left; margin-top:10px; border-bottom:1px dotted #cc; padding-bottom:10px;}
.videodos{width:400px; float:right; margin-top:20px;}
.contenidovideos{ width:400px; float:left;}
.contenidonuevo{ width:400px; float:left; margin-top:20px; border-bottom:1px dotted #ccc; padding-bottom:10px;}
.contenidonuevo img{ margin-left:10px; display:inline;}
.videopeque{ background:url(../img/videopeque.jpg) no-repeat top left; width:115px; height:111px; float:left;}
.videos1{ background:url(../img/autoevaluacion.gif) no-repeat top left; width:178px; height:165px; float:left;}
.videos2{ background:url(../img/autoevaluacion01.gif) no-repeat top left; width:178px; height:165px; float:right;}
.gestor{width:400px; float:left; margin-top:20px;}
.imglogin{ background:url(../img/elearninglogin.gif) no-repeat top left; width:165px; height: 109px; float:left;}
.textoelearning{ width:200px; float:right; margin-left:10px; }
.textoelearning .negro{ color:#000;}
.iraelearning{ background: url(../img/elearningtexto.jpg)  no-repeat top left; width:181px; height:152px; float:left;}
.iraelearning:hover{ background: url(../img/elearninghover.jpg)  no-repeat top left; width:181px; height:152px; float:left;}
.lista{  width:140px; float:left; margin-top:20px;}
.lista li{ margin-bottom:3px;}
/****Contacto***/
.contactartop{ border-bottom:1px dotted #ccc; width:630px; padding-bottom:10px;}

.contenidocapas{ width:650px; float:left;}
.telefono{ width:160px; float:left;margin-top:10px;}
.telefono p{ padding-bottom:10px; color:#000;; margin-top:5px; }
.telefono h5{ margin-top:10px; padding-left:10px;}
.telefono img{ margin-top:20px; margin-left:10px; display:inline;}
a.boton{ background:url(../img/btn_enviar.gif) no-repeat  top left; padding-left:40px; padding-top:10px; width:50px; height:30px; float:right; margin-top:20px; }
a.boton:hover{ background:url(../img/btn_enviarhover.gif) no-repeat  top left; padding-left:40px; padding-top:10px; width:50px; height:30px; float:right; margin-top:20px; }

/****addentra_elearningnueva***/
.verde{ color:#01d705;}
#descubreboton{ background-color:#4d5154; width:350px; padding:8px 10px ; float:left; margin:20px 20px 0px 20px; color:#fff; font-size:12px; text-align:center;} 
#descubreboton:hover{ color:#0CF;}
.descargar{  width:300px; float:left; margin-top:20px;}
a.pdf{ background:url(../img/descargarpdf.jpg) no-repeat top center; width:209px; height:175px; float:left; margin-left:100px; display:inline; }
a.pdf:hover{ background:url(../img/pdfhover.jpg) no-repeat top center; width:209px; height:175px; float:left;  }
.descargar span{ margin-left:90px; float:left; width:300px; display:inline;}
.pdfgestiona{ background:url(../img/pdfgestiona.jpg) no-repeat top left; width:195px; height:163px; float:left; margin-left:100px; display:inline; }
.pdfgestiona:hover{ background:url(../img/descargargestionahover.jpg) no-repeat top left; width:195px; height:163px; float:left; }
/****Addentra_andrea***/
.andreanuevo{ background: url(../img/imgandreanuevo.jpg) no-repeat top left; width:369px; height:225px; float:left; margin-left:10px; margin-top:10px; border-bottom:1px dotted #ccc;}
.parrafo{ width:200px; float:left; margin-top:10px;}
.andreafree{ background:url(../img/andreafree.jpg) no-repeat top left; width:161px; height:124px; float:left; margin-left:30px;}
.imgcanales{ margin:30px;}
.pdfandrea{ background:url(../img/pdfandrea.jpg) no-repeat top left; width:199px; height:178px; float:left; margin-left:100px; display:inline;}
.pdfandrea:hover{ background: url(../img/andreahover.jpg)  no-repeat top left; width:200px; height:178px; float:left;  margin-left:100px; display:inline;}
.ponte{ font-size:12px; margin:10px 0 0 5px; float:left; width:180px;}
.andreadcha{ background:url(../img/andrea.jpg) no-repeat top left; width:217px; height:131px; float:left;}
.andreadcha:hover{ background:url(../img/andreahover2.jpg)   no-repeat top left; width:217px; height:131px; float:left;}
/****Addentra_gestiona****/
.gestiona{ border:1px solid #00; width:300px; float:left;}
.img{ background:url(../img/lapizgestiona.jpg) no-repeat top left; width:57px; height:60px; float:left; margin-left:20px;}
.dental { background:url(../img/dental.jpg) no-repeat top left; width:420px; height:45px; float:left; margin-top:20px;}
.gestionaenlace{ background:url(../img/gestionaenlace.jpg) no-repeat top left; width:215px; height:122px; float:left;}
.gestionaenlace:hover{ background:url(../img/gestionaenlacehover.jpg) no-repeat top left; width:215px; height:122px;  }
						 
/*****Addentra Industria****/
.industria{ width:630px; border-bottom:1px dotted #ccc; float:left; padding-bottom:10px;}
.imgandapeque{ background:url(../img/andaaddentra.gif) no-repeat top left; width:60px; height:52px; float:left;}



/********VIDEOS*****/
.btnCerrarVideo2{background: url("../images2/closelabel3.gif") top center no-repeat; float:left; margin-left:380px; width:66px; height:22px; display:inline;}

.cajaBotonVideo2 {float:left; margin-top:10px; width:817px; margin-bottom:10px; display:inline;}
/*******ERROR******/
.imgerror{ background:url(../../ADDENTRA_DEV/img/error.png) no-repeat top left; width:80px; height:120px; float:left;}




.modal, .modalgrande{	/*background-color:#fff;*/ display:none; /*border:2px solid #333;*/ width:550px; padding:0px; text-align:left; opacity:0.8; -moz-border-radius:6px; -webkit-border-radius:6px; -moz-box-shadow: 0 0 50px #ccc; -webkit-box-shadow: 0 0 50px #ccc;}
.modal h2, .modalgrande h2{ background:url(/img/global/info.png) 0 50% no-repeat; margin:0px; padding:0; border-bottom:1px solid #333; font-size:20px;}
.modalInput{ visibility:visible;}
.btnCerrarVideo { background: url("../images2/closelabel3.gif") top center no-repeat; float:left; margin-left:250px; width:66px; height:22px; display:inline; }
.cajaBotonVideo {float:left; margin-top:10px; width:550px; margin-bottom:10px; display:inline;}
.modalgrande{ width:817px;}

/*****AjaxSedo*******/
.andaanterior{ float:left;}
.ajaxsedo{width:400px; float:left; margin-top:20px;}
.ajaxsedo h5{ margin-bottom:10px;}