@charset "utf-8";
/* EBTALENT CSS Document */

/* GENERAL */

html, body {
	border:0;
	margin:0;
	padding:0;
}

body {
	background: #DFDFDF;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	font-size:0.75em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.6em;
	text-align:center;
}

* {
	margin:0pt;
	padding:0pt;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
 
p, ul, ol {
	margin:0;
	padding:0;
}
 
ul, ol {
	list-style:none;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
 
img {
	border:0;
}
 
* html a {
	position: relative;
}

* html form {
	position: relative;
}
	
* html iframe {
	position: relative;
}	

 
.clear { 
	clear: both; 
}

.star {
	background-image:url(../imagenes/template/star.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin:10px 0px 0px 0px;
	padding: 5px 10px 5px 15px  ;
	font-size:9px;
	font-weight:bold;
	color:#6d6f71;
	border-bottom:1px dotted #67686b;
}

/* FIN GENERAL */

/* CONTENEDORES */

#contenido-master {
	overflow:hidden;
	text-align:left;
	width:950px;
	height:580px;
	background: #BCBEC0;
	margin-top: 5pt;
	margin-right: auto;
	margin-bottom: 10pt;
	margin-left: auto;

}

#contenido {
	margin:0pt auto;
	overflow:hidden;
	padding:0px 10px 10px 0px;
	text-align:left;
}


#contenido-body {
	float:left;
	margin:0pt auto;
	overflow:hidden;
	padding:0pt;
	text-align:left;
	width:740px;
	height: 388px;
	padding: 0px 0px 0px 0px;
}

#informacion {
	float:left;
	width:480px;
	font-size:11px;
	color:#6D6F71;
	padding: 12px 0px 0px 10px;
	line-height:12px;
	text-align:justify;
}

#contactoform{
	float:right;
	margin:10px auto;
	overflow:hidden;
	padding:0pt;
	right:-15px;
	position:relative;
	text-align:left;
	width:195px;
	height: 496px;
	background:url(../imagenes/contactenos/contactbg.png) no-repeat;
}

#spacer {
	float:left;
	width: 1px;
	height: 368px;
	background-color:#FFFFFF;
	display:block;
	margin:-302px 0px 0px 10px;

}

/* FIN CONTENEDORES */

/* LOGO */


#izq-section {
	float:left;
	position:relative;
	width:250px;
	border-right:1px solid #FFFFFF;

}

#izq-section .logo {
	float:left;
}


/*FIN LOGO */

/* MENU */

#contenido ul#menu {
	float:right;
	display:block;
	height:32px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	width:680px;
}

#contenido #menu li { 
	float: left; 
}

#contenido #menu li, #contenido #menu li a { 
	background: url(../imagenes/menu/menu.png); 
	height: 32px; 
}

#contenido #menu li a { 
	display: block; 
	font-size: 11px; 
	text-align: center; 
	position: relative; 
}

#contenido #menu li a b { 
	display: block; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: url(../imagenes/menu/menu.png);
	cursor:pointer;
}

#contenido #menu li.inicio, #contenido #menu li.inicio a, #contenido #menu li.inicio a b { 
	width: 416px; 
	background-position: -2px 0px; 

}

#contenido #menu li.inicio a:hover, #contenido #menu li.inicio a:hover b { 
	background-position: -2px -32px; 
}

#contenido #menu li.inicio.current, #contenido #menu li.inicio.current b { 
	background-position: -2px -32px; 
}

#contenido #menu li.clientes, #contenido #menu li.clientes a, #contenido #menu li.clientes a b {
	 width: 66px; 
	 background-position: -418px 0px; 
}

#contenido #menu li.clientes a:hover, #contenido #menu li.clientes a:hover b { 
	width: 66px; 
	background-position: -418px -32px; 
}

#contenido #menu li.clientes.current, #contenido #menu li.clientes.current b { 
	width: 66px; 
	background-position: -418px -32px; 
}

#contenido #menu li.trabajos, #contenido #menu li.trabajos a, #contenido #menu li.trabajos a b { 
	width: 66px; 
	background-position: -484px 0px; 
}

#contenido #menu li.trabajos a:hover, #contenido #menu li.trabajos a:hover b { 
	background-position: -484px -32px;
}

#contenido #menu li.trabajos.current, #contenido #menu li.trabajos.current b { 
	background-position: -484px -32px;
}
 
#contenido #menu li.books, #contenido #menu li.books a, #contenido #menu li.books a b { 
	width: 66px; 
	background-position: -550px 0px;
}

#contenido #menu li.books a:hover, #contenido #menu li.books a:hover b { 
	background-position: -550px -32px;
}

#contenido #menu li.books.current, #contenido #menu li.books.current b { 
	background-position: -550px -32px;
}

#contenido #menu li.inscripcion, #contenido #menu li.inscripcion a, #contenido #menu li.inscripcion a b { 
	width: 64px; 
	background-position: -616px 0px; 
}

#contenido #menu li.inscripcion a:hover, #contenido #menu li.inscripcion a:hover b { 
	background-position: -616px -32px; 
}

#contenido #menu li.inscripcion.current, #contenido #menu li.inscripcion.current b { 
	background-position: -616px -32px; 
}

/* FIN MENU */

/* VALIDACION FORMULARIOS */

/* enviarmailform */

#enviarmailform .red {
	border: 1px solid red;
}
#enviarmailform label.red {
	border: none;
	color: red;
}

#enviarmailform .customRed {
	border: none;
	color: red;
}

#enviarmailform .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}

/* fin enviarmailform */

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

/* forminscripcion */

#forminscripcion .red {
	border: 1px solid red;
}
#forminscripcion label.red {
	border: none;
	color: red;
}

#forminscripcion .customRed {
	border: none;
	color: red;
}

#forminscripcion .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}

/* fin forminscripcion */


/* FIN VALIDACION FORMULARIOS */

/* FORMULARIO CONTACTO */

.campocon {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#666666;
	border:1px solid #bcbdc0;
	background: #bcbdc0;
	padding:4px 4px 4px 0px;
}

#contactoform input{
	width:100px;
}

#contactoform textarea{
	width:145px;
	height: 60px;
	overflow: auto;
}

#contactoform form {
	margin: 160px auto;
}

#contactoform form li{
	margin:0pt 4px 0pt 15px;
	padding:0pt 0pt 2px;
}

#contactoform form li label {
	display:block;
	float:left;
	text-align:left;
	width:45px;
	color: #F9F9F9;
	font-size:8px;
	font-weight:bold;
	padding-top:3px;
}

#contactoform form li label.motivo {
	width:150px;
	clear:both;
	color:#F9F9F9;
	display:block;
	font-size:8px;
	font-weight:bold;
	line-height:9px;
	padding-top:3px;
	padding-bottom:3px;
}

#contactoform .enviar {
	width: 78px;
	height: 25px;
	margin: 0px 0px 0px 97px;
}

/* FIN FORMULARIO CONTACTO */

/* SECCION CLIENTES */

#clientes {
	padding-left:18px;
	padding-top:10px;
	width:720px;
}

#galeriaClientes
{
	width: 720px;
	height: 305px;
	background:#FFFFFF;
	z-index:5;
}

/* FIN SECCION CLIENTES */

/* SECCION INSCRIPCION */

#contenido-body-izq{
	float:left;
	width:410px;
	padding: 0px 10px 10px 0px;
	margin-left: 10px;
	border-right:1px solid #FFFFFF;
	height:370px;

}

#contenido-body-der{
	float:left;
	width: 282px;
	padding: 5px 10px 0px 5px;
	border-top:1px dotted #67686b;
	margin-left:10px;

}

#formulario-sup{
	border-top:1px dotted #67686b;
	border-bottom:1px dotted #67686b;
	width:410px;
	padding: 5px 0px 5px 0px;
}

#formulario-med {
	border-bottom:1px dotted #67686b;
	width:410px;
	padding: 5px 0px 5px 0px;
}

#formulario-med-extra{
	border-bottom:1px dotted #67686b;
	width:410px;
	padding: 5px 0px 5px 0px;
}

#formulario-inf{
	width:410px;
	padding: 5px 0px 5px 0px;
}

.info {
	background-image:url(../imagenes/template/star.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 8px 15px  ;
	font-size:9px;
	font-weight:bold;
	color:#6d6f71;
	margin-left: 20px;
	width: 346px;
	height: 10px;
}

.info span {
	display:none;
}

/* FORMULARIO INSCRIPCION */

.campoins {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#666666;
	border:1px solid #cbccce;
	background: #cbccce;
	padding:4px 4px 4px 0px;
	width:30px;
}

.campoinsB {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#666666;
	border:1px solid #cbccce;
	background: #cbccce;
	padding:4px 4px 4px 0px;
	width:110px;
}

#contenido-body .experiencia{
	width:321px;
	height: 60px;
	overflow: auto;
}

#contenido-body .estudios{
	width:100%;
	height: 110px;
	overflow: auto;
}

#contenido-body #inscripcion li {
	color:#F2F2F2;
	font-size:8px;
	font-weight:bold;
	padding-top:2px;
	clear:left;
}

#contenido-body label {
	color:#F2F2F2;
	font-size:8px;
	font-weight:bold;
	padding: 2px 5px 0px 0px;
}

#contenido-body form li div, #contenido-body form li span {
	margin:0pt 4px 0pt 0pt;
	padding:0pt 0pt 5px;
}

#contenido-body form .enviar {
	height:25px;
	margin-top:7px;
	width:78px;
	padding:0px 2px 0px 0px;
}

#contenido-body form .limpiar {
	height:25px;
	margin-top:7px;
	width:78px;
}

#contenido-body form li div.desc-estudios{
	margin:-3px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	display:block;
	line-height:10px;
}

#contenido-body form li div.desc-foto{
	padding: 0px 0px 0px 0px;
	margin:-22px -22px 0px 10px;
	float:right;
	width:180px;
	display:block;

}

#contenido-body form li div.desc-botones{
	padding: 0px 0px 0px 10px;
	margin:0px;
	line-height:10px;
	display:block;
	width:180px;
}

#contenido-body form li.botones {
	float:right;
	display:block;
}

div.row {
	clear:both;
	height:15px;
	width: 410px;
}

.col1 {
	float:left;
	text-align:right;
	width:70px;
}

.col2 {
	float:left;
	text-align:left;
	width:115px;
	height:17px;
}

.col3 {
	float:left;
	text-align:right;
	width:85px;
}

.col3i {
	float:left;
	text-align:right;
	width:84px;
}

.col4 {
	float:left;
	text-align:left;
	width:115px;
	height:17px;
}


#contenido-body #inscripcion .col3b {
	float:left;
	text-align:left;
	width:36px;
	height: 15px;
}

.col2b {
	float:left;
	text-align:left;
	width:62px;
}

.col4b {
	float:left;
	text-align:left;
	width:30px;
}

.col5b {
	float:left;
	text-align:left;
	width:40px;
}

#contenido-body label.col1b {
	float:left;
	text-align:right;
	width:70px;
	padding:2px 15px 0px 0px;
}

#contenido-body label.col6b {
	float:left;
	text-align:right;
	width:60px;
	padding:2px 7px 0px 0px;
}

input.file{
 	font-size: 10px;
	background: #CBCCCE;
	border: 1px solid #CBCCCE;

}

/* FIN FORMULARIO INSCRIPCION */

/* FIN SECCION INSCRIPCION */

/* SECCION INICIO */

#talentos {
	padding-left:18px;
	padding-top:10px;
	width:720px;
}

.seleccion {
	margin-top: -1px;
	background: #bcbdc0;
	width: 140px;
	margin-left: 300px;
}

/* TABS */

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 18px;
}

ul.mootabs_title li {
	float: left;
	margin-right: 2px;
	cursor: pointer;
	height: 18px;
	width:68px;
}

.mootabs_title li span {
	display:none;
}

.mootabs_title li.bmujeres {
	background: url(../imagenes/botones/mujeres.png) no-repeat;
}

.mootabs_title li.bhombres {
	background: url(../imagenes/botones/hombres.png) no-repeat;
}

.mootabs_title li.bmujeres.active {
	background: url(../imagenes/botones/mujeres-over.png) no-repeat;
}

.mootabs_title li.bhombres.active {
	background: url(../imagenes/botones/hombres-over.png) no-repeat;
}

.mootabs_panel {
	display: none;
	background-color: #ddd;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	
}

.mootabs_panel.active {
	background-color: #e6e6e6;
	display: block;
}


/*FIN TABS */

/* Galeria Mujeres */
#GaleriaMujeres, #GaleriaMujeresSet, #flickrGallery
{
	width: 720px;
	height: 305px;
	z-index:5;
}

#GaleriaMujeres img.thumbnail, #GaleriaMujeresSet img.thumbnail
{
	display: none;
}

/* Fin Galeria Mujeres */

/* Galeria Hombres */

#GaleriaHombres, #GaleriaHombresSet, #flickrGallery
{
	width: 720px;
	height: 305px;
	z-index:5;
}

#GaleriaHombres img.thumbnail, #GaleriaHombresSet img.thumbnail
{
	display: none;
}

/* Fin Galeria Hombres */

/* SMOOTHGALLERY */

#flickrGallery
{
	width: 500px;
	height: 334px;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #BCBEC0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../imagenes/slideshow/loading-bar-black.gif);
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #BCBEC0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../imagenes/slideshow/loading-bar-black.gif);
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

*:first-child+html .element .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 100%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 80%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 145px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #B51F32;
	color: #fff;
	cursor: pointer;
	font-weight:bold;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 125px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 88px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #BCBEC0;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

*:first-child+html .element .jdGallery a.right, *:first-child+html .element .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url(../imagenes/slideshow/fleche1.gif) no-repeat center left;
}

*:first-child+html .element .jdGallery a.left { background: url(../imagenes/slideshow/fleche1.gif) no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url(../imagenes/slideshow/fleche2.gif) no-repeat center right;
}

*:first-child+html .element .jdGallery a.right { background: url(../imagenes/slideshow/fleche2.gif) no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url(../imagenes/slideshow/open.png) no-repeat center center; }

*:first-child+html .element .withArrows a.open:hover { background: url(../imagenes/slideshow/open.gif) no-repeat center center;
	filter:alpha(opacity=80); }
	
/* FIN SMOOTHGALLERY */

/* FIN SECCION INICIO */


/* SECCION SERVICIOS */

#servicios {
	padding-left:18px;
	padding-top:10px;
	width:720px;
}

/* Galeria Servicios */

#GaleriaServicios, #GaleriaServiciosSet, #flickrGallery
{
	width: 720px;
	height: 305px;
	z-index:5;
}

#GaleriaServicios img.thumbnail, #GaleriaServiciosSet img.thumbnail
{
	display: none;
}



/* Fin Galeria Servicios */


/* FIN SECCION SERVICIOS */

/* SECCION TRABAJOS */

#trabajos {
	padding-left:18px;
	padding-top:10px;
	width:720px;
}

#videos {
	width:470px;
	float: left;
}

#alternativo {
	background: url("../imagenes/template/flash.png");
	height: 315px;
	width: 420px;
}

#alternativo-getflash{
	padding: 200px 0px 0px 150px;
}

#lista {
	padding-left: 0px;
	width: 230px;
	height: 350px;
	float: right;
	overflow-x:auto;
	overflow-y:auto;
} 

/* LISTA DE VIDEOS */

.divisor-videos {
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:3px;
	margin-right:7px;
	padding-bottom:3px;
	display: block;
}


.watch-discoverbox-grid-view .watch-discoverbox-entry, #lista .watch-discoverbox-thumb {
	float:left;
}

.watch-discoverbox-grid-view .watch-discoverbox-facets{
	line-height:14px;
	clear:left;
}
#lista .watch-discoverbox-facets{
	margin-left:100px;
	margin-right:5px;
}


.v90WideEntry{
	font-size:11px;
	line-height:14px;
	text-align:left;
	width:92px;
}
.v90WrapperInner{
	overflow:hidden;
	width:90px;
	height:54px;
	border:1px solid #fff;
}
.v90WrapperInner img{
	margin-top:-10px;
}
.v90WrapperOuter{
	width:92px;
	border:1px solid #999;
}
.v90WrapperOuter {
	border:1px solid #999999;
	width:92px;
}

.v90WrapperInner {
	border:1px solid #FFFFFF;
	height:54px;
	overflow:hidden;
	width:90px;
}

a:link, a:visited, a:active {
	color:#4D4F53;
	font-style:none;
	font-size:11px;
}

.hLink, .tagLink, .noul {
	text-decoration:none;
}

.hLink:hover, .noul:hover {
	text-decoration:underline;
}


.v90WrapperInner img {
	margin-top:-10px;
}

.vimg90 {
	border:1px solid #999999;
	height:70px;
	width:90px;
}

.v90WrapperInner .addtoQL90 {
	margin-left:1px;
}

.addtoQL90 {
	margin-left:0px;
	margin-top:-24px;
	padding:1px;
	text-align:left;
	width:100%;
}

.addtoQL90 {
	text-align:left;
}

img.QLIcon, img.QLIconImg, img.QLIconImgOver, img.QLIconImgDone {
	height:25px;
	width:25px;
}

.v90WrapperInner img {
	margin-top:-10px;
}

img {
	border:medium none;
}

.v90WrapperInner .quicklist-inlist {
	width:87px;
}

.quicklist-inlist {
	background-color:#A0CD5B;
	color:black;
	font-size:9px;
	font-weight:bold;
	height:14px;
	margin-bottom:1px;
	opacity:0.8;
	text-align:center;
}

.smallText, .rating {
	font-size:11px;
}

.smallLabel {
	font-size:11px;
}
.label, .standardLabel, .normalLabel, .smallLabel, .xsmallLabel, .largeLabel {
	color:#333333;
	font-weight:bold;
}


.hid, .hide {
	display:none;
}



/* FIN LISTA DE VIDEOS */

/* FIN SECCION TRABAJOS */


/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../imagenes/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../imagenes/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../imagenes/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../imagenes/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}



/* FIN SLIMBOX */


/* FOOTER */

#footer {
	float:left;
	background:transparent url(../imagenes/footer/footer.png) no-repeat scroll left bottom;
	text-align: center;
	padding:0pt;
	width:740px;
	height:54px;
	margin:0 !important;
	margin-top: 10px;
	padding: 10px 0px 0px 0px;
}

#copyright{
	float:right;
	width: 180px;
	height: 20px;
	font-size: 7px;
	font-weight:bold;
	text-align: center;
	padding:0px 0px 0px 0px;
	line-height:10px;
	margin:0px 0px 0px 0px;
	
}
/* FIN FOOTER */

