/*  
Autor: Cuarto Studio Diseño www.cuartostudio.com
Cliente: Seminarium E-learning
Versión: 1.0
Creación: Octubre 2009
(cc) Algunos derechos reservados
*/
	
	
*
{
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #474747;
	background: #f2f2f2;
	/*background: #001d37 url(../images/bg-vb.jpg) repeat-x top center;*/
}

/*---------------- Head ---------------------*/

#head {
	height: 130px;
}

.wrap-head {
	width: 900px;
	margin: 0 auto;
	background: url(../images/bg-top.png) no-repeat top center;
}

#head .top-head {
	width: 900px;
	height: 100px;
	margin: 0;
	padding: 0;
	/*background: url(../images/logo-seminarium.png) no-repeat top center ;*/
}

#head span#logo {
	width: 900px;
	/*height: 100px;*/
	margin:  30px 0 0 0;
	/*padding: 0 315px 0 315px;*/
	/*margin:  0 0 0 0;
	padding: 45px 315px 0 315px;*/
	text-align: center;
	background: url(../images/logo-seminarium.png) no-repeat top center;
	float: left;
}

/*---------------- Nav ---------------------*/

ul#nav {
	width: 900px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	/*float: right;
	text-align: right;*/
	background: url(../images/bg-nav.png) repeat-x top left;
}

ul#nav li {
	height: 24px;
	margin: 0;
	padding: 0;
	float: left;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

ul#nav li a {
	display: block;
	padding: 5px 0 0 0;
	text-decoration: none;
	color: #fff;
}

ul#nav li a:hover {
	background-position: bottom;
}

ul#nav li a:hover#cat_1_active, ul#nav li a:hover#cat_2_active, ul#nav li a:hover#cat_3_active, ul#nav li a:hover#cat_4_active, ul#nav li a:hover#cat_5_active, ul#nav li a:hover#cat_6_active {
	background-position: bottom;
}
	
ul#nav li a span {
	/*display: none;*/
}

ul#nav .cat_1 {
	background: url(../images/inicio.png) no-repeat;
	width: 122px;
	height: 25px;
}

ul#nav .cat_1_active {
	background: url(../images/inicio.png) bottom no-repeat;
	width: 122px;
	height: 25px;
}

ul#nav .cat_2 {
	background: url(../images/introduccion.png) no-repeat;
	width: 181px;
	height: 25px;
}

ul#nav .cat_2_active {
	background: url(../images/introduccion.png) bottom no-repeat;
	width: 181px;
	height: 25px;
}

ul#nav .cat_3 {
	background: url(../images/metodologia.png) no-repeat;
	width: 177px;
	height: 25px;
}

ul#nav .cat_3_active {
	background: url(../images/metodologia.png) bottom no-repeat;
	width: 177px;
	height: 25px;
}

ul#nav .cat_4 {
	background: url(../images/programas.png) no-repeat;
	width: 163px;
	height: 25px;
}

ul#nav .cat_4_active {
	background: url(../images/programas.png) bottom no-repeat;
	width: 163px;
	height: 25px;
}

ul#nav .cat_5 {
	background: url(../images/informacion.png) no-repeat;
	width: 257px;
	height: 25px;
}

ul#nav .cat_5_active {
	background: url(../images/informacion.png) bottom no-repeat;
	width: 257px;
	height: 25px;
}

ul#nav .cat_6 {
	background: url(../images/contacto.png) no-repeat;
	width: 132px;
	height: 25px;
}

ul#nav .cat_6_active {
	background: url(../images/contacto.png) bottom no-repeat;
	width: 132px;
	height: 25px;
}

/*---------------- Body ---------------------*/

#body-content {
	margin: 0;
	padding: 0;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #474747;
	line-height: 150%;
}

.wrap-body {
	width: 900px;
	margin: 0 auto;
	/*padding: 0 20px;*/
	clear: both;
	position: relative;
	overflow: hidden;
	background: #fff url(../images/bg-body---.png) repeat-y top center;
}


/*---------------- Index ---------------------*/

/*.wrap-body p {
	margin: 0;
	padding: 0;
}

.wrap-body div.box-left {
	width: 446px;
	margin: 0 4px 0 0;
	padding: 0;

}

.wrap-body div.box-right {
	width: 446px;
	margin: 0 0 0 4px;
	padding: 0;

}

.box-right h2 {
	height: 30px;
	margin: 0 0 0 4px;
	padding: 0;
	background: url(../images/bg-nav.png) repeat-x top left;
}*/



/*---------------- Foot ---------------------*/

#footer {
}

.wrap-footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	background: #444;
	text-align: center;
}

.wrap-footer a {
	color: #999;
}

.footer-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: bold;
}

/*---------------- Left ---------------------*/

/*#left {
	width: 235px;
	background: #00ff00;
	min-height: 500px;
	float: left;
}*/


/*---------------- Content ---------------------*/

/*#main {
	width: 665px;
	background: #ff00ff;
	float: right;
}
*/

#main {
	width: 100%;
	float: left;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	line-height: 140%;
	padding: 0 0 10px 0;
}


/*---------------- Introduccion ---------------------*/

.box-left {
	width: 215px;
	height: 190px;
	padding: 15px 15px;
	float: left;
	background: url(../images/ejecutiva-01.jpg) no-repeat bottom center;
}
.box-right {
	width: 625px;
	height: 190px;
	padding: 15px 15px;
	float: left;
}

.box-left-gray {
	width: 215px;
	height: 130px;
	padding: 15px 15px;
	float: left;
	background: #dbdbdb;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}

.box-left-gray p {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 190%;
}

.box-right-gray {
	width: 625px;
	height: 130px;
	padding: 15px 15px;
	float: left;
	background: #bcbcbc;	
}

span.destacado-01 {
	font-size: 27px;
	color: #d20000;
}

.box-left-bottom {
	width: 215px;
	padding: 15px 15px;
	float: left;
}
.box-right-bottom {
	width: 625px;
	padding: 15px 15px;
	float: left;
}

h2.titulo {
	padding: 0 0 10px 15px;
	font-size: 24px;
	background: url(../images/arrow-03.png) no-repeat top left;
	text-transform: uppercase;
}

ul#conocimiento  {
	background: #9dbac9;
	width: 215px;
	height: 240px;
	margin: 15px 0 0 0;
	float: left;
	list-style: none;
	color: #222;
}

ul#conocimiento  h4 {
	margin: 0 0 30px 0;
	padding: 5px 5px 5px 20px;
	font-size: 14px;
	color: #e1eceb;
	font-weight: bold;
	background: #585858;
}

ul#conocimiento li {
	margin: 0 60px 0 20px;
	padding: 0 0 30px 10px;
	list-style: none;
	font-size: 12px;
	fon
	line-height: 120%;
	background: url(../images/arrow-01.png) no-repeat top left;
}

ul#experiencia  {
	background: #9dbac9;
	width: 330px;
	height: 240px;
	margin: 15px 0 0 0;
	float: right;
	list-style: none;
	color: #222;
}

ul#experiencia  h4 {
	margin: 0 0 15px 0;
	padding: 5px 5px 5px 50px;
	font-size: 14px;
	color: #e1eceb;
	font-weight: bold;
	background: #585858;
}

ul#experiencia li {
	margin: 0 10px 0 50px;
	padding: 0 0 15px 10px;
	list-style: none;
	font-size: 12px;
	line-height: 120%;
	background: url(../images/arrow-01.png) no-repeat top left;
}

#esquema-intro {
	position: absolute;
	z-index: 1;
	margin: 55px 0 0 160px;
	width: 200px;
	background: url(../images/cegos-way-of-learning-02.png) no-repeat top left;
}


/*---------------- Metodología ---------------------*/


.metodo-box-left {
	width: 200px;
	/*height: 190px;*/
	padding: 15px 15px;
	float: left;
}

.metodo-box-right {
	width: 640px;
	/*height: 190px;*/
	padding: 15px 15px;
	float: right;
}

#image-metodo {
	position: absolute;
	z-index: 1;
	margin: 40px 0 0 727px;
	width: 200px;
}


h1.titulo {
	margin: 15px 0 0 95px;
	padding: 0 0 0 15px;
	font-size: 24px;
	background: url(../images/arrow-03.png) no-repeat top left;
	text-transform: uppercase;
}

blockquote {
	margin: 0 0 0 95px;
	padding: 0 0 5px 15px;
	font-size: 16px;
	color: #7b9aaa;
	font-weight: bold;
}

.metodo-box-01 {
	width: 100%;
	/*height: 190px;*/
	margin: 0 0 7px 0;
	padding: 15px 15px 15px 0;
	float: left;
	background: #ccc;
}

.metodo-box-01 h4 {
	font-size: 14px;
	font-weight: normal;
	color: #d20000;
	padding: 0 0 15px 20px;
}

.metodo-box-01 p {
	font-size: 12px;
	font-weight: bold;
	color: #222;
	padding: 0 0 0px 0px;
}

.metodo-box-02 {
	width: 100%;
	/*height: 190px;*/
	margin: 55px 0 7px 0;
	padding: 15px 15px 15px 0;
	float: left;
	background: #9DBAC9;
}

ul#list-met-01 {
	width: 480px;
	margin: 0 5px 0 20px;
	list-style: none;
}

ul#list-met-01 li {
	padding: 0 5px 12px 10px;
	color: #222;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/arrow-01.png) no-repeat top left;
}

ul#list-met-01 h3 {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	padding: 0 0 15px 0;
}



ul#list-met {
	margin: 0 0 0 20px;
	list-style: none;
}

ul#list-met li {
	padding: 0 5px 12px 10px;
	color: #222;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/arrow-01.png) no-repeat top left;
}

ul#list-met h3 {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	padding: 0 0 15px 0;
}


.metodo-box-03 {
	width: 180px;
	height: 190px;
	margin: 15px 0 7px 0;
	padding: 15px 15px 15px 0;
	float: left;
	background: url(../images/global-learning.png) no-repeat top right;
}

.metodo-box-04 {
	width: 180px;
	height: 190px;
	margin: 210px 0 7px 0;
	padding: 15px 15px 15px 0;
	float: left;
	background: url(../images/e-learning-solutions.png) no-repeat top right;
}



/*---------------- Programas ---------------------*/

#page h2.contentheading {
	display: none;
}

#programa-01 h1.title-01 {
	font-size: 22px;
	padding: 0 0 0 20px;
	background: url(../images/arrow-04.png) no-repeat top left;
}

#programa-02 h1.title-01 {
	font-size: 22px;
	padding: 0 0 0 20px;
	background: url(../images/arrow-04_2.png) no-repeat top left;
}

#programa-03 h1.title-01 {
	font-size: 22px;
	padding: 0 0 0 20px;
	background: url(../images/arrow-04_3.png) no-repeat top left;
}

#programa-03 h1.title-04 {
	font-size: 19px;
	padding: 0 0 0 20px;
	background: url(../images/arrow-04_3.png) no-repeat top left;
}

#programa-03 h1.title-02 {
	font-size: 22px;
	padding: 0 0 0 20px;
	background: url(../images/arrow-04_4.png) no-repeat top left;
	text-transform: uppercase;
}

#programa-01 .col-left, #programa-02 .col-left, #programa-03 .col-left {
	width: 215px;
	background: #fff;
	/*height: 190px;*/
	margin: 0px 15px 15px 0;
	padding: 15px 0 0 0;
	float: left;
	
}
#programa-01 .col-right, #programa-02 .col-right, #programa-03 .col-right {
	width: 654px;
	/*height: 190px;*/
	padding: 0;
	float: right;
}

#programa-01 .box-top, #programa-02 .box-top, #programa-03 .box-top {
	/*background: #ccc;*/
	background: #fff;
	margin: 0;
	padding: 15px;
}

#programa-01 .box-mid-left, #programa-02 .box-mid-left, #programa-03 .box-mid-left {
	width: 430px;
	float: left;
	margin: 12px 0 0 0;
}

#programa-01 .box-mid-left h3, #programa-02 .box-mid-left h3, #programa-03 .box-mid-left h3 {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	padding: 0 0 10px 0;
}

#programa-01 .box-mid-left ul#beneficios, #programa-02 .box-mid-left ul#beneficios, #programa-03 .box-mid-left ul#beneficios {
	background: #999;
	padding: 15px 0 15px 15px;
	margin: 0;
	list-style: none;
}

#programa-01 .box-mid-left li {
	padding: 0 0 5px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/arrow-05.png) no-repeat top left;
}

#programa-02 .box-mid-left li {
	padding: 0 0 5px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/arrow-05_2.png) no-repeat top left;
}

#programa-03 .box-mid-left li {
	padding: 0 0 5px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/arrow-05_3.png) no-repeat top left;
}

#programa-01 ul#contenido, #programa-02 ul#contenido, #programa-03 ul#contenido {
	margin: 10px 20px 30px 26px;
	list-style: none;
}

#programa-01 ul#contenido li {
	padding: 0 8px 12px 10px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/arrow-05.png) no-repeat top left;
}

#programa-02 ul#contenido li {
	padding: 0 8px 12px 10px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/arrow-05_2.png) no-repeat top left;
}

#programa-03 ul#contenido li {
	padding: 0 8px 12px 10px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/arrow-05_3.png) no-repeat top left;
}



#programa-03 ul#contenido-2010 {
	margin: 10px 20px 30px 26px;
	list-style: none;
}

#programa-03 ul#contenido-2010 li {
	padding: 0 8px 12px 10px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/arrow-08.png) no-repeat top left;
}




#programa-01 h2.prog-cont {
	font-size: 20px;
	font-weight: bold;
	color: #222;
	margin: 10px 0 0 0;
	padding: 0 0 0 25px;
	background: url(../images/arrow-06.png) no-repeat top left;
}

#programa-02 h2.prog-cont {
	font-size: 20px;
	font-weight: bold;
	color: #222;
	margin: 10px 0 0 0;
	padding: 0 0 0 25px;
	background: url(../images/arrow-06_2.png) no-repeat top left;
}

#programa-03 h2.prog-cont {
	font-size: 20px;
	font-weight: bold;
	color: #222;
	margin: 10px 0 0 0;
	padding: 0 0 0 25px;
	background: url(../images/arrow-06_3.png) no-repeat top left;
}

#programa-01 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #222;
	margin: 10px 25px 0 26px;
	padding: 0;
	border-bottom: 1px solid #FBB62E;
}

#programa-02 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #222;
	margin: 10px 25px 0 26px;
	padding: 0;
	border-bottom: 1px solid #94BC42;
}

#programa-03 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #222;
	margin: 10px 25px 0 26px;
	padding: 0;
	border-bottom: 1px solid #7B9AAA;
}

#programa-01 h5, #programa-02 h5, #programa-03 h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #222;
	margin: 0;
	padding: 0;
}

#programa-01 h6, #programa-02 h6, #programa-03 h6 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 10px;
	background: #585858;
}

#programa-01 .box-mid-right, #programa-02 .box-mid-right, #programa-03 .box-mid-right {
	width: 224px;
	float: left;
	/*padding: 15px;*/
}

#programa-01 .esquema-01 {
	background: url(../images/esquema-programa-01.png) no-repeat top left;
/*	height: 220px;*/
	margin: 0 0px 0 0;
	padding: 225px 12px 0 12px;
	text-align: left;
}

#programa-02 .esquema-01 {
	background: url(../images/esquema-programa-02.png) no-repeat top left;
/*	height: 220px;*/
	margin: 0 0px 0 0;
	padding: 205px 12px 0 12px;
	text-align: left;
}

#programa-03 .esquema-01 {
	background: url(../images/esquema-programa-03.png) no-repeat top left;
/*	height: 220px;*/
	margin: 0 0 0 0;
	padding: 225px 12px 0 12px;
	text-align: left;
}

#programa-03 .esquema-04 {
	background: url(../images/esquema-programa-04.png) no-repeat top left;
/*	height: 220px;*/
	margin: 0 0 0 0;
	padding: 225px 12px 0 12px;
	text-align: left;
}

#programa-03 .esquema-05 {
	background: url(../images/esquema-programa-05.png) no-repeat top left;
/*	height: 220px;*/
	margin: 0 0 0 0;
	padding: 225px 12px 0 12px;
	text-align: left;
}

#programa-03 .esquema-06 {
	background: url(../images/esquema-programa-06.png) no-repeat top left;
/*	height: 220px;*/
	margin: 0 0 0 0;
	padding: 225px 12px 0 12px;
	text-align: left;
}

#programa-03 .esquema-01 ul, #programa-02 .esquema-01 ul, #programa-03 .esquema-04 ul, #programa-03 .esquema-05 ul, #programa-03 .esquema-06 ul {
	list-style: none;
	font-size: 11px;
}

#programa-03 .esquema-01 li, #programa-02 .esquema-01 li, #programa-03 .esquema-04 li, #programa-03 .esquema-05 li, #programa-03 .esquema-06 li {
	padding: 0 5px 5px 0;
	margin: 0;
}

#programa-01 .info-01 {
	width: 204px;
	/*float: left;*/
	height: 275px;
	background: #FBB62E;
	margin: 60px 22px 0 5px;
	padding: 0;
}

#programa-02 .info-01 {
	width: 204px;
	/*float: left;*/
	height: 275px;
	background: #94BC42;
	margin: 60px 22px 0 5px;
	padding: 0;
}

#programa-03 .info-01 {
	width: 204px;
	/*float: left;*/
	height: 275px;
	background: #7B9AAA;
	margin: 60px 22px 0 5px;
	padding: 0;
}

#programa-01 .info-01 li.precio, #programa-02 .info-01 li.precio, #programa-03 .info-01 li.precio {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

#programa-01 .info-01 li.asterisco, #programa-02 .info-01 li.asterisco, #programa-03 .info-01 li.asterisco {
	font-size: 10px;
	line-height: 100%;
	padding: 5px 0 5px 0;
	margin: 0 ;
	border-bottom: 0px;
}

/*#programa-01 ul.list-01, #programa-02 ul.list-01 {
	width: 100px;
	margin: 0;
	padding: 0 0 4px 5px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	float: left;
}*/

#programa-01 ul.list-01, #programa-02 ul.list-01, #programa-03 ul.list-01 {
	margin: 0 7px;
	padding: 4px 5px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}

/*#programa-02 ul.list-01 {
	margin: 0 7px;
	padding: 4px 5px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ebf2db;
	float: left;
}

#programa-03 ul.list-01 {
	margin: 0 7px;
	padding: 4px 5px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fef1d8;
	float: left;
}*/

#programa-01 ul.list-01 li {
	border-bottom: 1px solid #FDD382;
	padding: 0 0 3px 0;
	color: #fef6e4;
}

#programa-02 ul.list-01 li {
	border-bottom: 1px solid #B1CE75;
	padding: 0 0 3px 0;
	color: #ebf2db;
}

#programa-03 ul.list-01 li {
	border-bottom: 1px solid #9BB2BE;
	padding: 0 0 3px 0;
	color: #e6ecef;
}

/*#programa-01 ul.list-02, #programa-02 ul.list-02 {
	width: 95px;
	margin: 0;
	padding: 0 0 4px 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	float: right;
	letter-spacing: -1px;	
}

#programa-03 ul.list-02 {
	width: 85px;
	margin: 0;
	padding: 0 0 4px 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	float: left;
}

#programa-03 ul.list-02 li {
	border-bottom: 1px solid #9BB2BE;
}*/

/*---------------- Inicio ---------------------*/

.moduletable-flash-index {

}

.moduletable-flash-index p {
	margin: 0;
	padding: 0;
}

/*--------- Box index left ---------*/

ul#index-box-left {
	width: 446px;
	height: 185px;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	background: #ccc;
	float: left;
	list-style: none;
}

ul#index-box-left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: #585858 url(../images/bg-box-index.png) repeat-x top left;
	height: 23px;
	padding: 7px 0 0 33px;
}

ul#index-box-left h3, ul#index-box-left h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

ul#index-box-left h3 a:hover {
	text-decoration: underline;
}

ul#index-box-left li.gestion {
	background: url(../images/bg-box-gestion.png) repeat-y top left;
	margin: 17px 0 0 0;
	padding: 7px 0 7px 33px;
}

ul#index-box-left li.cliente {
	background: url(../images/bg-box-cliente.png) repeat-y top left;
	margin: 17px 0 0 0;
	padding: 7px 0 7px 33px;
}

ul#index-box-left li.venta {
	background: url(../images/bg-box-venta.png) repeat-y top left;
	margin: 17px 0 0 0;
	padding: 7px 0 7px 33px;
}

/*Cambio debido a que se eliminó un curso*/

/*Usar este cuando estén 2 cursos*/

/*ul#index-box-left li.cliente-2 {
	background: url(../images/bg-box-cliente-2.png) repeat-y top left;
	height: 25px;
	margin: 33px 0 0 0;
	padding: 9px 0 5px 33px;
}*/

ul#index-box-left li.cliente-2 {
	display: none;
}


/*Usar este cuando estén 2 cursos*/

/*ul#index-box-left li.venta-2 {
	background: url(../images/bg-box-venta.png) repeat-y top left;
	height: 25px;
	margin: 25px 0 0 0;
	padding: 9px 0 5px 33px;
}*/

ul#index-box-left li.venta-2 {
	background: url(../images/bg-box-venta.png) repeat-y top left;
	height: 25px;
	margin: 67px 0 0 0;
	padding: 9px 0 5px 33px;
}

/*ul#index-box-right li.blended {
	background: url(../images/bg-box-blended.png) repeat-y top left;
	height: 25px;
	margin: 33px 0 0 0;
	padding: 7px 0 7px 33px;
}

ul#index-box-right li.elearning {
	background: url(../images/bg-box-elearning.png) repeat-y top left;
	height: 21px;
	margin: 25px 0 0 0;
	padding: 12px 0 6px 33px;
}*/



/*ul#index-box-left li:hover.venta {
	cursor: pointer;
	background: url(../images/bg-box-cliente.png) repeat-y top left;
}*/

ul#index-box-left .image {
	position: absolute;
	z-index: 1;
	margin: 30px 0 0 309px;
	padding: 0;
	width: 137px;
	height: 170px;
	background: url(../images/people-01.png) no-repeat top right;
}

/*--------- Box index right ---------*/

ul#index-box-right {
	width: 446px;
	height: 185px;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	background: #ccc;
	float: right;
	list-style: none;
}

ul#index-box-right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: #585858 url(../images/bg-box-index.png) repeat-x top left;
	height: 23px;
	padding: 7px 0 0 33px;
}

ul#index-box-right h3, ul#index-box-right h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 90%;
	text-decoration: none;
}

ul#index-box-right h3 a:hover {
	text-decoration: underline;
}


ul#index-box-right span.destacado-01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #444;
	font-style: italic;
}

ul#index-box-right li.blended {
	background: url(../images/bg-box-blended.png) repeat-y top left;
	height: 25px;
	margin: 33px 0 0 0;
	padding: 7px 0 7px 33px;
}

ul#index-box-right li.elearning {
	background: url(../images/bg-box-elearning.png) repeat-y top left;
	height: 21px;
	margin: 25px 0 0 0;
	padding: 12px 0 6px 33px;
}

ul#index-box-right .image {
	position: absolute;
	z-index: 1;
	margin: 30px 0 0 235px;
	width: 211px;
	height: 170px;
	background: url(../images/man-01.png) no-repeat top right;
}








/*--------- Box Contact left ---------*/

div#contact-box-left {
	width: 446px;
	height: 450px;
	margin: 0 0 0px 0;
	padding: 0 0 15px 0;
	background: #ccc;
	float: left;
}

div#contact-box-left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: #585858 url(../images/bg-box-index.png) repeat-x top left;
	height: 23px;
	margin: 0 0 20px 0;
	padding: 7px 0 0 33px;
}

div#contact-box-left p.gracias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 35px;
	line-height: 150%;
	/*color: #000;*/
}

/*--------- Box Contact right ---------*/

ul#contact-box-right {
	width: 446px;
	height: 450px;
	margin: 0 0 0px 0;
	padding: 0 0 15px 0;
	background: #ccc;
	float: right;
	list-style: none;
	color: #444;
}

ul#contact-box-right a {
	color: #444;
	text-decoration: none;
}

ul#contact-box-right a:hover {
	text-decoration: underline;
}

ul#contact-box-right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: #585858 url(../images/bg-box-index.png) repeat-x top left;
	height: 23px;
	margin: 0 0 20px 0;
	padding: 7px 0 0 33px;
}

ul#contact-box-right h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	/*color: #000;*/
}

ul#contact-box-right li {
	background: url(../images/arrow-01.png) no-repeat top left;
/*	height: 25px;*/
	margin: 0px 0 0 33px;
	padding: 0px 10px 15px 15px;
}


/*---------------- Form ---------------------*/


.jform {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}

.jform label {
	width: 100%;
	font-size: 13px;
	font-weight: bold;
}

.jform input {
	/*width: 100px;	
	height: 30px;*/
	width: 165px;
	margin: 0;
	padding: 3px 5px;
	border: 1px solid #999;
}

.jform input:hover, .jform input:focus, .jform textarea:hover, .jform textarea:focus {
	border: 1px solid #333;
}

.jform textarea {
	/*width: 100px;*/	
	height: 150px;
	width: 365px;
	margin: 0;
	padding: 3px 5px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.jform input.button {
	width: 80px;
	margin: 0;
	padding: 3px 5px;
	border: 1px solid #999;
	font-weight: bold;
	color: #444;
	font-size: 12px;
}

.jform input:hover.button {
	border: 1px solid #333;
	color: #000;
	background: #aaa;
}

div.box-field {
	width: 200px;
	margin: 0 0 10px 0;
	padding: 0;
	/*height: 90px;*/
	float: left;
}

div.box-textarea {
	width: 400px;
	margin: 0 0 10px 0;
	padding: 0;
	/*height: 90px;*/
	float: left;
}


/*---------------- Submenu ---------------------*/

div.submenu-title {
	background: #585858;
	padding: 5px 2px 5px 15px;
	height: 21px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/title.png) no-repeat bottom right;
}

div.submenu-title a {
	display: block;
	color: #fff;
	text-decoration: none;
}

div.submenu-title-act a {
	display: block;
	color: #fff;
	text-decoration: none;
}

div.submenu-title-act {
	background: #585858;
	padding: 5px 2px 5px 15px;
	height: 21px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/title.png) no-repeat bottom right;
}

ul#submenu {

}

ul#submenu li {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	background: url(../images/submenu.png) no-repeat bottom right;
}

/*ul#submenu li.sub a {
	display: block;
	height: 21px;
	padding: 5px 2px 5px 45px;
	color: #ddd;
	text-decoration: none;
}

ul#submenu li.sub-act a {
	display: block;
	height: 21px;
	padding: 5px 2px 5px 45px;
	background: url(../images/submenu-act.png) no-repeat bottom right;
	color: #fff;
	text-decoration: none;
}

ul#submenu li.sub a:hover {
	background: url(../images/submenu-act.png) no-repeat bottom right;
	color: #fff;
}*/

ul#submenu li.sub-01 a {
	display: block;
	height: 21px;
	padding: 5px 2px 5px 45px;
	color: #ddd;
	text-decoration: none;
}

ul#submenu li.sub-act-01 a {
	display: block;
	height: 21px;
	padding: 5px 2px 5px 45px;
	background: url(../images/submenu-act-01.png) no-repeat bottom right;
	color: #fff;
	text-decoration: none;
}

ul#submenu li.sub-01 a:hover {
	background: url(../images/submenu-act-01.png) no-repeat bottom right;
	color: #fff;
}

ul#submenu li.sub-02 a {
	display: block;
	height: 21px;
	padding: 5px 2px 5px 45px;
	color: #ddd;
	text-decoration: none;
}

ul#submenu li.sub-act-02 a {
	display: block;
	height: 21px;
	padding: 5px 2px 5px 45px;
	background: url(../images/submenu-act-02.png) no-repeat bottom right;
	color: #fff;
	text-decoration: none;
}

ul#submenu li.sub-02 a:hover {
	background: url(../images/submenu-act-02.png) no-repeat bottom right;
	color: #fff;
}

ul#submenu li.sub-03 a {
	display: block;
	height: 21px;
	padding: 5px 2px 5px 45px;
	color: #ddd;
	text-decoration: none;
}

ul#submenu li.sub-act-03 a {
	display: block;
	height: 21px;
	padding: 5px 2px 5px 45px;
	background: url(../images/submenu-act-03.png) no-repeat bottom right;
	color: #fff;
	text-decoration: none;
}

ul#submenu li.sub-03 a:hover {
	background: url(../images/submenu-act-03.png) no-repeat bottom right;
	color: #fff;
}

ul#submenu li.sub-04 a {
	display: block;
	height: 31px;
	padding: 3px 2px 3px 45px;
	color: #ddd;
	text-decoration: none;
	line-height: 140%;
	background: url(../images/submenu-04.png) no-repeat bottom right;
}

ul#submenu li.sub-act-04 a {
	display: block;
	height: 31px;
	padding: 3px 2px 3px 45px;
	background: url(../images/submenu-act-04.png) no-repeat bottom right;
	color: #fff;
	text-decoration: none;
	line-height: 140%;
}

ul#submenu li.sub-04 a:hover {
	background: url(../images/submenu-act-04.png) no-repeat bottom right;
	color: #fff;
}

ul#submenu li.sub-title {
	padding: 5px 2px 5px 40px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eee;
	text-transform: uppercase;
	background: url(../images/submenu-title.png) no-repeat bottom right;
}

ul#submenu li.sub-title a {
	color: #fff;
	text-decoration: none;
}

ul#submenu li.sub-title-act a {
	display: block;
	height: 21px;
	padding: 5px 2px 5px 40px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eee;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../images/submenu-title-act.png) no-repeat bottom right;
}


/*ul#submenu li:hover.sub-title {
	background: url(../images/submenu-title-act.png) no-repeat bottom right;
}



ul#submenu li:hover.sub-title-act a {
	background: url(../images/submenu-title-act.png) no-repeat bottom right;
	cursor: pointer;
}*/


p.especial {
	padding: 5px 0 0 25px;
}

