/* @group Reset styles */
:link,:visited {text-decoration:none}
ul,ol {list-style:none}
table {border-collapse:collapse}
h1,h2,h3,h4,h5,h6,pre,code,input,select,textarea {font-size:1em}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset {margin:0;padding:0}
fieldset,a img,:link img,:visited img {border:0}
a, a img { outline: none; }
/* @end */
/* @group Generic styles */

body {
	font: 62.5%/1.6em arial, sans-serif;
	color: #666;
	text-align: center;
}

a:active {
	outline: none;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #0076AE;
	text-decoration: underline;
}

p {
	margin-bottom: 1em;
	font-size: 1.2em;
}

li p {
	font-size: 1em;
}

.hidden,
hr {
	display: none !important;
}

h2,h3 {
	color: #000;
}

h2 {
	font-size: 2.6em;
	margin: 5px 0 30px;
}
#organizacion h2, #clientes h2 { margin-bottom: 15px; }
h3 {
	font-size: 1.4em;
	margin: 20px 0 5px;
}

h4 {
	color: #333;
	margin-bottom: 5px;
}

.subtitle {
	margin: 0px 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
}

/* @end */


/* @group Basic layout */

#wrapper {
	background: #D6E4DE url(images/bg.png) repeat-x top;
	min-height: 900px;
}

#header,
#content,
#footer {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	text-align: left;
}

/* @end */


/* @group Header */

#header {
	height: 140px;
	font-size: 1.2em;
	margin-bottom: 25px;
	position: relative;
}

body#productos #header {
	height: 212px;
}

#header a {
	color: #000;
	text-decoration: none;
}

#header #lang a {
	color: #0076AE;
	text-decoration: underline;
}

#header #top-items a {
	font-weight: bold;
	font-size: .94em;
}

h1 a {
	float: left;	
	margin: 7px 0 3px;
	width: 173px;
	height: 85px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
}

#lang {
	z-index: 99999999;
	position: absolute;
	top: 15px;
	right: 10px;
	width: 155px;
}

#lang strong {
	float: left;
	color: #000;
	line-height: 1.8em;
}

#lang ul {
	float: left;
	margin: 1px 0 0 5px;
}

#lang li {
	display: none;
}


#lang li:first-child {
	/*display: block;*/
	padding-right: 10px;
}
#lang li:first-child a, #lang li.active a {
	background: url(images/i-arrow-down.png) no-repeat right;
	}
/* for ie6 */
#lang li.active {
	display: block;
	padding-right: 10px;
}
#lang li.active a {
background: url(images/i-arrow-down.png) no-repeat right !important;
padding-right: 10px !important;
}

#top-items {
	clear: right;
	float: right;
}

#top-items li {
	float: left;
}



#menu {

	width: 96%;
	background: url(images/line.png) repeat-x top;
	position: absolute;
	top: 95px;
	left: 10px;
}

#menu li {
	position: relative;
	float: left;
	margin: 15px 0 0 25px;
}

#menu li:first-child {
	margin-left: 0px;
}
/*for ie6*/
#menu li.first {
	margin-left: 10px;
}

#menu li a:hover, #menu li.current_page_parent a, #menu li.current_page_item a, #menu li.current_page_ancestor a {
	font-weight: bold;
}

#menu li ul {
	display: none;
	position: absolute;
	width: 690px;
	top: 29px;
	left: -68px;
}
#productos #menu li ul { display: block; }
#menu li ul li,
#menu li ul li:first-child {
	margin: 0;
}

#menu li ul li.current_page_item a {
	cursor: default;
}

/* @end */


/* @group Content */

body#home #header {
	margin-bottom: 20px;	
}

#content {
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
	color: #333;
}

#eslogan {
	margin-left: -94px;
}

/* @group Bloques comunes */

.container {
	float: left;	
	width: 450px;
	margin-bottom: 25px;
	color: #333;
	line-height: 1.7em;
	margin-left: 11px;
}

.box {
	float: right;
	width: 463px;
	background: url(images/bg-box-top.png) no-repeat top;
	margin-bottom: 25px;
	color: #333;
}
.box .intranet form { margin-bottom: 50px; }
.box .content {
	overflow: hidden;
	background: url(images/bg-box.png) no-repeat bottom;
	padding: 10px 26px 29px 28px; /* 25px padding + sombras */
	margin-top: 10px;
}

.box h3 {
	font-size: 1.6em;
	margin: 0 0 5px;
	color: #000 !important;
}

.box.wide {
	position: relative;
	left: -5px;
	width: 947px;
	background: url(images/bg-box-wide-top.png) no-repeat top;
}

.box.wide .content {
	padding: 5px 25px 26px 26px; /* 20px padding + sombras */
	margin-top: 15px;
	background: url(images/bg-box-wide.png) no-repeat bottom;
	min-height: 300px;
	overflow: hidden;
}

.columns,
.columns ul {
	float: left;
	width: 100%;
}

.columns li {
	float: left;
}

.columns li p {
	font-size: 1.2em;
	color: #666;
}

.columns li.blog {
	width: 300px;
	margin: 0px 40px 0px 0px;
}


.columns li.info {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 280px;
}

.columns h3 {
	font-size: 1.6em;
	margin: 13px 0 11px;
	padding: 4px 0 4px 33px;
}

.columns h4 {
	font-size: 1.4em;
	margin-bottom: 8px;
}

.columns h4 a, .columns h4 a:visited {
	color: #333;
	text-decoration: none;
}
.columns h4 a:hover {
	text-decoration: underline;
}

.columns h3 {
	background: url(images/i-blog.png) no-repeat left;
}

.columns .info h3 {
	background: url(images/i-info.png) no-repeat left;
}

.columns li .img {
	float: left;
	width: 110px;
}

.columns li.blog em.fecha {
	color: #0076AE;
	font-size: 1.2em;
	font-style: normal;
}

.columns .blog p {
	width: 90%;
}

.columns li.info p,
.columns li.info form {
	margin-left: 34px;
}

.columns .info strong {
	display: block;
	font-size: 1.5em;
	margin: 8px 0 16px;
	color: #333;
}

.columns .info label {
	margin-bottom: 5px;
}

.info-contact {
	float: left;
	width: 100%;
	padding: 20px 0 10px;
	color: #333;
	background: url(images/bg-columns.png) no-repeat;
}

.info-contact h3 {
	float: left;
	width: 260px;
	font-size: 1.6em;
	margin: 0 10px 0 30px;
	padding: 4px 0 4px 33px;
	background: url(images/i-info.png) no-repeat left;
}

.info-contact p {
	float: left;
	width: 240px;
	margin: 3px 10px 0 0;
}

.info-contact p strong {
	font-size: 1.5em;
	margin-left: 5px;
}

.info-contact form label {
	display: inline;
	margin-right: 10px;
}

.info-contact div, .columns .info div { float: right; }

.info-contact div.errors, .columns .info div.errors {
	padding: 5px;
	background: #F5F5F5;
	color: #FF6600;
	font-size: 1.2em;
	margin: 10px 50px 10px 0px;
}

.info-contact div.success, .columns .info div.success {
	padding: 5px;
	background: #F5F5F5;
	color: #0076AE;
	font-size: 1.2em;
	margin: 10px 50px 10px 0px;
}
.columns .info div strong { font-size: 1em; margin: 0px 0px; }
.columns .info div.success strong {
color: #0076AE;
}
.columns .info div.errors strong {
color: #FF6600;
}

.box .main {
	float: left;
	width: 646px;
	padding-right: 10px;
}

.box .sidebar {
	float: right;
	width: 220px;
}

/* @end */

/* @group Home */

body#home .columns {
	background: url(images/bg-columns-home.png) no-repeat;
	margin-top: 10px;
	padding-bottom: 10px;
	position: relative;
	height: 260px;
}


/* @end */


/* @group Comun productos */

body#productos .box.wide h3 {
	padding: 0 0 8px 30px;
	background: url(images/i-listado.png) no-repeat left;
}
body#productos.productos .box.wide h3 {
padding: 0 0 8px 0px;
background: none;
}

body#productos .box.wide .masinfo {
	position: absolute;
	top: 25px;
	right: 30px;
	width: 177px;
	height: 288px;
	padding: 12px 8px 12px 11px;
}

body#productos .box.wide h4 {
	font-size: 1.17em;
}

body#productos .box.wide .masinfo h4 {
	font-size: 1.5em;
	margin-bottom: 5px;
}

body#productos .box.wide li {
	font-size: 1.2em;
}

body#productos .box.wide .masinfo li {
	line-height: 1.5em;
}

body#productos .box.wide .items {
	float: left;
	width: 285px;
	margin-right: 25px;
}

body#productos .box.wide .items li {
	padding-left: 75px;
	min-height: 55px;
	margin-bottom: 15px;
}

body#productos .box.wide .items li.conexion {
	background: url(images/i-conexion.png) no-repeat left top;
}

body#productos .box.wide .items li.evaluacion {
	background: url(images/i-evaluacion.png) no-repeat left top;
}

body#productos .box.wide .items li.gestion {
	background: url(images/i-gestion.png) no-repeat left top;
}

body#productos .box.wide .items li.contabilidad {
	background: url(images/i-contabilidad.png) no-repeat left top;
}

body#productos .box.wide .list {
	float: left;
	width: 375px;
}

body#productos .box.wide .items li.ge-01 {
	background: url(images/i-p-gestion-01.png) no-repeat left top;
}
body#productos .box.wide .items li.ge-02 {
	background: url(images/i-p-gestion-02.png) no-repeat left top;
}
body#productos .box.wide .items li.ge-03 {
	background: url(images/i-p-gestion-03.png) no-repeat left top;
}
body#productos .box.wide .items li.ge-04 {
	background: url(images/i-p-gestion-04.png) no-repeat left top;
}
body#productos .box.wide .items li.ge-05 {
	background: url(images/i-p-gestion-05.png) no-repeat left top;
}

body#productos .box.wide .items li.cv-01 {
	background: url(images/i-p-campus-01.png) no-repeat left top;
}
body#productos .box.wide .items li.cv-02 {
	background: url(images/i-p-campus-02.png) no-repeat left top;
}
body#productos .box.wide .items li.cv-03 {
	background: url(images/i-p-campus-03.png) no-repeat left top;
}
body#productos .box.wide .items li.cv-04 {
	background: url(images/i-p-campus-04.png) no-repeat left top;
}

body#productos .box.wide .items li.h-01 {
	background: url(images/i-p-horario-01.png) no-repeat left top;
}
body#productos .box.wide .items li.h-02 {
	background: url(images/i-p-horario-02.png) no-repeat left top;
}
body#productos .box.wide .items li.h-03 {
	background: url(images/i-p-horario-03.png) no-repeat left top;
}
body#productos .box.wide .items li.h-04 {
	background: url(images/i-p-horario-04.png) no-repeat left top;
}

body#productos .box.wide .items li.w-01 {
	background: url(images/i-p-web-01.png) no-repeat left top;
}
body#productos .box.wide .items li.w-02 {
	background: url(images/i-p-web-02.png) no-repeat left top;
}
body#productos .box.wide .items li.w-03 {
	background: url(images/i-p-web-03.png) no-repeat left top;
}

body#productos .box.wide .list li {
	padding-left: 20px;
	margin-bottom: 15px;
	float: left; /* fix ie bug (float+width) */
	width: 355px;
}

/* @end */


/* @group Gestion Escolar */

body#productos.gestionescolar #wrapper {
	background: #fff url(images/bg-gestionescolar.png) repeat-x top;
}
body#productos h2 { margin-bottom: 5px; margin-left: 10px; }
body.productos h2 { margin-bottom: 30px !important; }

body#productos.gestionescolar h2,
body#productos.gestionescolar h3 {
	color: #12558B;
}

body#productos.gestionescolar #content a {
	color: #248DE3;
}

body#productos.gestionescolar .box.wide .masinfo {
	background: url(images/bg-gestionescolar-info.jpg) no-repeat;
}

body#productos.gestionescolar .box.wide .list li {
	background: url(images/i-bullet-gestionescolar.png) no-repeat 0 3px;
}

/* @end */


/* @group Campus virtual */

body#productos.campusvirtual #wrapper {
	background: #fff url(images/bg-campusvirtual.png) repeat-x top;
}

body#productos.campusvirtual h2,
body#productos.campusvirtual h3 {
	color: #C61316;
}

body#productos.campusvirtual #content a {
	color: #D3191B;
}

body#productos.campusvirtual .box.wide .masinfo {
	background: url(images/bg-campusvirtual-info.jpg) no-repeat;
}

body#productos.campusvirtual .box.wide .list li {
	background: url(images/i-bullet-campusvirtual.png) no-repeat 0 3px;
}

/* @end */


/* @group Horarios */

body#productos.horarios #wrapper {
	background: #fff url(images/bg-horarios.png) repeat-x top;
}

body#productos.horarios h2,
body#productos.horarios h3 {
	color: #F67519;
}

body#productos.horarios #content a {
	color: #F87E19;
}

body#productos.horarios .box.wide .masinfo {
	background: url(images/bg-horarios-info.jpg) no-repeat;
}

body#productos.horarios .box.wide .list li,
body#productos.productos .box.wide .list li {
	background: url(images/i-bullet-horarios.png) no-repeat 0 3px;
}

/* @end */


/* @group Web */

body#productos.web #wrapper {
	background: #fff url(images/bg-web.png) repeat-x top;
}

body#productos.productos #wrapper {
	background: #D6E4DE url(images/bg-productos.jpg) repeat-x scroll center top;
}

body#productos.web h2,
body#productos.web h3,
body#productos.web #content a {
	color: #B29E2B;
}

body#productos.web .box.wide .masinfo {
	background: url(images/bg-web-info.jpg) no-repeat;
}

body#productos.web .box.wide .list li {
	background: url(images/i-bullet-web.png) no-repeat 0 3px;
}

/* @end */


/* @group Clientes */

.bg-clientes {
	background: url(images/bg-clientes.png) no-repeat 95% top;
	padding-right: 275px;
	min-height: 130px;
	margin-bottom: 10px;
}

body#clientes .box h3 {
	background: url(images/i-escuelas.png) no-repeat left;
}

body#clientes .box li {
	font-size: 1.2em;
}

body#clientes .comunidades,
body#clientes .paises {
	background: #F5F5F5;
	padding: 15px 20px 5px 20px;
	overflow: hidden;
}

body#clientes .comunidades {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

body#clientes .paises {
	background: #fafafa url(images/line.png) repeat-x top;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

body#clientes .comunidades li,
body#clientes .paises li {
	float: left;
	margin: 0 30px 10px 0;
}

body#clientes .box h3 {
	padding: 0 0 4px 25px;
}

body#clientes .pagination {
	float: left;
	width: 100%;
	margin: 20px 0 10px;
	padding: 5px 0;
}

body#clientes .pagination.top {
	border-bottom: 1px solid #d6d6d6;
	margin-top: 30px;
}

body#clientes .pagination.bottom {
	border-top: 1px solid #d6d6d6;
}

body#clientes .pagination h3 {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

body#clientes .pagination .pages {
	float: right;
	margin-right: 260px;
}

body#clientes .pagination .pages li {
	display: inline;
	padding: 1px 2px;
	margin-right: 1px;
}

body#clientes .pagination .pages a{
	color: #000;
	text-decoration: none;
}

body#clientes .pagination .pages a:hover {
	text-decoration: underline;
}

body#clientes .pagination .pages li.active {
	color: #fff;
	background: #ED7C00;
}

body#clientes .pagination p,
body#clientes .pagination .actions {
	float: right;
	margin: 0;
}

body#clientes .pagination .actions {
	margin-left: 20px;
}

body#clientes .pagination .actions li {
	float: left;
}

body#clientes .pagination .actions li a {
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	text-indent: -9999px;
}

body#clientes .pagination .actions li.prev a {
	background: url(images/i-arrow-left.png) no-repeat;
}

body#clientes .pagination .actions li.next a {
	background: url(images/i-arrow-right.png) no-repeat;
}

body#clientes .escuelas {
	clear: both;
	position: relative;
	margin-left: -10px;
}

body#clientes .escuelas li {
	width: 200px;
    min-height: 50px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 8px 12px;
    zoom: 1;
    *display: inline;
    _height: 50px;
}

body#clientes .escuelas li p {
	margin: 0;
	color: #666;
}

body#clientes .escuelas li a {
	color: #989898;
display: block;
height: 18px;
overflow: hidden;
width: 180px;
}

/* @end */


/* @group Organizacion */

body#organizacion h3 {
	font-size: 1.6em;
	margin: 30px 0 8px;
}

.organizacion {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.organizacion li {
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	margin-right: 20px;
	height: 50px;
}

.organizacion li strong {
	font-size: 2.5em;
	line-height: 1em;
	display: block;
	color: #0076AE;
}

.organizacion li.alumnos {
	width: 115px;
	padding-right: 88px;
	background: url(images/bg-organizacion-alumnos.png) no-repeat right top;
}

.organizacion li.profesores {
	width: 95px;
	padding-right: 80px;
	background: url(images/bg-organizacion-profesores.png) no-repeat right top;
}

.organizacion li.profesores {
	width: 100px;
	padding-right: 80px;
	background: url(images/bg-organizacion-profesores.png) no-repeat right top;
}

.organizacion li.familias {
	width: 100px;
	padding-right: 100px;
	background: url(images/bg-organizacion-familias.png) no-repeat right top;
}

.organizacion li.colegios {
	width: 57px;
	padding-right: 70px;
	background: url(images/bg-organizacion-colegios.png) no-repeat right top;
}

.principios {
	float: left;
	width: 100%;
	margin: 10px 0;
	background: url(images/bg-columns-organizacion.png) no-repeat top;
}

.principios li {
	float: left;	
	width: 272px;
	padding: 15px 20px;
}

.principios li:first-child {
	width: 276px;
}
/* for ie6 */
.principios li.first {
	width: 276px;
}

.principios h4 {
	color: #0076AE;	
	font-size: 1.6em;
}

.principios p{
	margin: 0;
	font-size: 1.2em;
}

body#organizacion .box h3 {
	margin: 0 0 10px;
	padding: 2px 0 4px 30px;
	background: url(images/i-software.png) no-repeat left;
}

body#organizacion .box ul {
	float: left;	
	width: 100%;
}

body#organizacion .box li {
	background: url(images/i-bullet.png) no-repeat 0 3px;
	padding-left: 25px;
	overflow: hidden;
}

body#organizacion .box li h4 {
	font-size: 1.5em;
}

body#organizacion .box li p {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
	font-size: 1.2em;
}

body#organizacion .box li.last p {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.equipo {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.equipo div {
	/*padding: 96px 0 0 70px;*/
	position: absolute;
	left:  70px;
	bottom: 0;
	width: 275px;	
	text-align: right;
}

.equipo div p {
	margin: 0;
}

.equipo img {
	float: right;
	margin-right: 78px;
}

body#organizacion .info-contact h3 {
	margin: 0 10px 0 30px;
}

/* @end */

/* @group Blog */

body#blog .box .main {
	background: url(images/bg-blog.png) no-repeat right top;
}

.box .main .post {
	color: #666;
	margin-bottom: 30px;
	overflow: hidden;
}



.box .main .post h3 {
	margin-top: 3px;
}

.box .main .post img {
	float: left;
	margin: 0 25px 20px 0;
}

body#blog .box .sidebar h3 {
	margin-top: 20px;
}

body#blog .box .sidebar h3.first {
	margin-top: 0;
}

.box .sidebar li {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-right: 5px;
}

.box .sidebar .ultimos-posts li {
	padding-left: 16px;
	background: url(images/i-bullet-blog.png) no-repeat left 5px;
	margin-bottom: 10px;
	width: 100%;
}

/* @end */

/* @group Contacto */

body#contacto .box .main {
	background: url(images/bg-contacto.png) no-repeat right top;
}

body#contacto form input[type=text] {
	width: 285px;
}
/*for ie6*/
body#contacto form input.text {
	width: 285px;
}

body#contacto form textarea {
	width: 620px;
	margin-bottom: 10px;
}

body#contacto form label {
	font-weight: bold;
	margin: 20px 0 3px;
}

body#contacto form label.inline {
	font-weight: normal;
	margin: 0 0 0 3px;
	display: inline;
}

body#contacto .box p {
	margin: 0;
}

body#contacto form p.obligatorios {
	font-size: .9em;
	color: #666;
	margin: 10px 0;
}

body#contacto form p.accepts {
font-size: 1em;
}

body#contacto p.submit {
	width: 630px;
	text-align: right;
	margin-bottom: 10px;
}

body#contacto .sidebar h3 {
	padding: 0 0 5px 25px;
	background: url(images/i-situacion.png) no-repeat left;
}

body#contacto .sidebar li {
	margin-bottom: 20px;
}

body#contacto .errors {
	display: none;
	width: 600px;
	padding: 10px;
	background: #F5F5F5;
	color: #FF6600;
	margin: 10px 0;
}

body#contacto .errors li {
	font-size: 1.2em;
	margin-left: 20px;
	list-style: disc;
	margin-top: 5px;
	padding: 1px; /* fix ie bug */
}

body#contacto .success {
	padding: 10px;
	background: #F5F5F5;
	color: #0076AE;
}

/* @end */


/* @end */


/* @group Footer */

#footer-wrapper {
	background: #bdbdbd url(images/bg-footer.png) repeat-x top;
	min-height: 200px;
}

#footer {
	clear: both;
	font-size: 1.1em;
	overflow: hidden;
	position: relative;
	height: 200px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer li li a,
#footer #info-legal a {
	color: #ccc;
	text-decoration: underline;
	font-weight: normal;
}

#footer .estructura {
	float: left;
	margin: 20px 0;
}

#footer #info-legal {
	position: absolute;
	text-align: right;
	right: 0px;
	top: 60px;
}

#footer li {
	float: left;
	margin-bottom: 3px;
}

#footer li li {
	margin-bottom: 0;
}

#footer li a,
#footer li ul {
	float: left;
}

#footer li ul {
	margin-left: 15px;
}

#footer .newline {
	clear: left;
}

#footer .estructura li {
	margin-right: 15px;
}

#footer .estructura a {
	text-transform: uppercase;
}

#footer .estructura li li a  {
	text-transform: none;
}

#footer #info-legal li {
	margin-left: 15px;
}

#footer #info-legal p {
	clear: left;
	color: #fff;
	font: .91em verdana, sans-serif;
	font-weight: bold;
}

/* @end */


/* @group Forms */

form {
	font-size: 1.2em;
}

input,
select,
textarea {
	color: #333;
	font: 1em arial, sans-serif;
}

input[type=text],
input[type=password],
textarea {
	border: 1px solid #ababab;
	padding: 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #EEF0F0 url(images/bg-input.png);
}
input[type=password] {
width: 230px;
}
/* for ie6 */
input.text,
input.password,
textarea {
	border: 1px solid #ababab;
	padding: 4px;
	background: #EEF0F0 url(images/bg-input.png);
}
input.password { width: 230px; }
input[type=image] {
	vertical-align: middle;
	margin-left: 5px;
}
/*for ie6*/
input.image {
	vertical-align: text-bottom;
	margin-left: 5px;
}

select {
	padding: 1px 0;
}

input.image,
input.button,
input.submit {
	cursor: pointer;
}

input[type=image],
input[type=button],
input[type=submit] {
	cursor: pointer;
}
/*for ie6*/
input.image,
input.button,
input.submit {
	cursor: pointer;
}


label {
	display: block;
}

.rIMG  { position: relative; }
.rIMG img { position: absolute; top: -40px; right: 0px; }
.sText { width: 58%; display: block; }

.lList { width: 100% !important; }
.lList li { width: 100% !important; }
.lList li.sLlistLi { width: 55% !important; }

.productsPack { float: left; margin: 30px 0px 0px 0px; }
.productsPack li {
float: left;
width: 190px;
background: url("images/list-divider.png") no-repeat right 0px;
margin-right: 25px;
padding-right: 10px;
}
.productsPack li.last {
margin-right: 0px;
padding-right: 0px;
background: none;
}

.productsPack li h4 { margin-bottom: 0px; }
.productsPack li strong { color: #666; font-size: 1em; }
.productsPack li p { margin-top: 10px; }


/* @end */

#error #wrapper { height: 900px; }
.sidebar ul { overflow: hidden; margin-bottom: 20px; }
.sidebar ul ul { margin-bottom: 0px; }
h4#respond, h4#comments { font-weight: bold; margin: 15px 0px; font-size: 1.3em; }
li.blog br { display: none; }
li.blog img.alignleft { float: left; margin-right: 10px; }
#homeSplash { margin-left: -94px; text-indent: -99999px; height: 429px; width: 782px; background: url("images/eslogan-home.jpg") no-repeat 0px 0px; }
.catHomeSplash { background: url("images/eslogan-home-cat.jpg") no-repeat 0px 0px !important; }

.inList, .wp-tag-cloud { overflow: hidden; }
.wp-tag-cloud li { margin-right: 10px; float: left; display: inline; }
#blog .box h3 a { color: #000; text-decoration: none; }
#blog .box h3 a:hover { text-decoration: underline; }




/* para los idiomas */
.page-item-136 ul, .page-item-359 ul { display: none !important; }
#footer .page-item-43, #footer .page-item-50, #footer .page-item-343 { width: 100%; }
#footer .page-item-383 a, #footer .page-item-387 a, #footer .page-item-168 a, #footer .page-item-142 a { color: #ccc; font-size: 1em; text-transform: none; text-decoration: underline; font-weight: normal; }
#footer .page-item-142, #footer .page-item-383 { position: absolute; top: 40px; right: 110px; }
#footer .page-item-168, #footer .page-item-387 { position: absolute; top: 40px; right: 55px; }
#footer .page-item-134, #footer .page-item-357 { position: absolute; top: 20px; left: 60px; }
#footer .page-item-136, #footer .page-item-359 { position: absolute; top: 20px; left: 160px; }
#footer .page-item-153, #footer .page-item-329 { position: absolute; left: 154px; top: 57px; }
#menu .page-item-43, #menu .page-item-323 { height: 20px; width: 40px; }
#menu .page-item-50, #menu .page-item-343 { height: 20px; width: 65px; }
#menu .page-item-134, #menu .page-item-357 { height: 20px; width: 80px; }
#menu .page-item-136, #menu .page-item-359 { height: 20px; width: 55px; }


#productos-home {
	position: absolute;
	top: 50px;
	right: 20px;
	width: 302px;	
	height: 340px;
	background: url(images/bg-productos-home.png);
}
#productos-home-cat {
	position: absolute;
	top: 50px;
	right: 20px;
	width: 302px;	
	height: 340px;
	background: url(images/bg-productos-home-cat.png);
}

#productos-home-cat li, #productos-home li {
	padding: 1px 0 0px 22px;
	cursor: pointer;
	height: 82px;
}
#productos-home-cat li:first-child, #productos-home li:first-child {
	margin-top: 0px;
}
/*for ie6*/
#productos-home-cat li.first, #productos-home li.first {
	margin-top: 0px;
}
#productos-home-cat li a, #productos-home li a {
	display: block;
	height: 82px;
	width: 275px;
	text-indent: -99999px;
}
#productos-home-cat li p, #productos-home li p {
	display: none;
}
/* ES */
.link_ge a:hover { background: url(images/bg-productos-home-over.png) no-repeat -22px -1px; }
.link_cv a:hover { background: url(images/bg-productos-home-over.png) no-repeat -22px -84px; }
.link_h a:hover { background: url(images/bg-productos-home-over.png) no-repeat -22px -167px; }
.link_w a:hover { background: url(images/bg-productos-home-over.png) no-repeat -22px -250px; }
/* CAT */
.link_ge_cat a:hover { background: url(images/bg-productos-home-over-cat.png) no-repeat -22px -1px !important; }
.link_cv_cat a:hover { background: url(images/bg-productos-home-over-cat.png) no-repeat -22px -84px !important; }
.link_h_cat a:hover { background: url(images/bg-productos-home-over-cat.png) no-repeat -22px -167px !important; }
.link_w_cat a:hover { background: url(images/bg-productos-home-over-cat.png) no-repeat -22px -250px !important; }

/* ES */
#menu li.page-item-50 ul a { float: left; background: url(images/menu-productos.png) no-repeat; text-indent: -9999px; height: 72px; }
#menu li ul li.page-item-155 a { width: 197px; background-position: 0 0; }
#menu li ul li.page-item-155 a:hover, .gestionescolar #menu li ul li.page-item-155 a { width: 197px; background-position: 0 bottom; }
#menu li ul li.page-item-39 a { width: 199px; background-position: -197px 0; }
#menu li ul li.page-item-39 a:hover, .campusvirtual #menu li ul li.page-item-39 a { background-position: -197px bottom; }
#menu li ul li.page-item-157 a { width: 145px; background-position: -396px 0; }
#menu li ul li.page-item-157 a:hover, .horarios #menu li ul li.page-item-157 a { background-position: -396px bottom; }
#menu li ul li.page-item-159 a { width: 118px; background-position: -541px 0; }
#menu li ul li.page-item-159 a:hover, .web #menu li ul li.page-item-159 a { background-position: -541px bottom; }
/*CAT*/
div.lang_ca #menu li.page-item-50 ul a { float: left; background: url(images/menu-productos-cat.png) no-repeat; text-indent: -9999px; height: 72px; }
div.lang_ca #menu li ul li.page-item-155 a { width: 197px; background-position: 0 0; }
div.lang_ca #menu li ul li.page-item-155 a:hover, .gestionescolar div.lang_ca #menu li ul li.page-item-155 a { width: 197px; background-position: 0 bottom; }
div.lang_ca #menu li ul li.page-item-39 a { width: 199px; background-position: -197px 0; }
div.lang_ca #menu li ul li.page-item-39 a:hover, .campusvirtual div.lang_ca #menu li ul li.page-item-39 a { background-position: -197px bottom; }
div.lang_ca #menu li ul li.page-item-157 a { width: 145px; background-position: -396px 0; }
div.lang_ca #menu li ul li.page-item-157 a:hover, .horarios div.lang_ca #menu li ul li.page-item-157 a { background-position: -396px bottom; }
div.lang_ca #menu li ul li.page-item-159 a { width: 118px; background-position: -541px 0; }
div.lang_ca #menu li ul li.page-item-159 a:hover, .web div.lang_ca #menu li ul li.page-item-159 a { background-position: -541px bottom; }

#header li.page-item-144 a, #header .page-item-153 a { display: block; padding: 3px 3px 5px 28px; margin-left: 20px; width: 49px; /* needed for ie6 png fix */ }
#header .page-item-153 a { width: 25px; /* needed for ie6 png fix */ font-weight: bold; }
#header .page-item-153 a { background: url(images/i-blog.png) no-repeat left; }
#header .page-item-144 { position: absolute !important; top: -45px; right: 0px; }
#header .page-item-153 { position: absolute !important; top: -45px; right: 100px; }
#header li.page-item-144 a { background: url(images/i-contact.png) no-repeat left; font-weight: bold; }

#blog #content .box .post strong { font-weight: bold; }
#blog #content .box .post h1 { color: #000 !important; font-size: 1.85em; margin-bottom: 10px; }
#blog #content .box .post h2 { color: #000 !important; font-size: 1.6em; margin-bottom: 10px !important; }
#blog #content .box .post h4 { color: #000 !important; font-size: 1.5em; margin-bottom: 10px; }
#blog #content .box .post h5 { color: #000 !important; font-size: 1.3em; margin-bottom: 10px; }
#blog #content .box .post h6 { color: #000 !important; font-size: 1.2em; margin-bottom: 10px; }
#blog #content .box .post dl { overflow: hidden; }
#blog #content .box .post dt { padding-bottom: 5px; font-weight: bold; font-size: 1.2em; margin-bottom: 10px; border-bottom: 1px solid #e6e6e6; }
#blog #content .box .post dd { font-size: 1.1em; padding: 0px 5px 10px 5px; margin: 0px 0px; }
#blog #content .box .post ol { list-style-type: decimal; margin-left: 20px; margin-bottom: 10px; }
#blog #content .box .post ol li { font-size: 1.2em; list-style-type: decimal; margin-bottom: 5px; }
#blog #content .box .post ul { list-style-type: disc; margin-left: 20px; margin-bottom: 10px; }
#blog #content .box .post ul li { font-size: 1.2em; list-style-type: disc; margin-bottom: 5px; }
#blog #content .box .post table { border-collapse: collapse; width: 100%; }
#blog #content .box .post table thead {}
#blog #content .box .post table thead tr {}
#blog #content .box .post table thead tr th { font-size: 1.2em; border: 1px solid #dcdcdc; background-color: #dcdcdc; padding: 2px; text-align: left; vertical-align: top; font-size: 0.85em; font-weight: bold; text-align: center; }
#blog #content .box .post table tfoot {}
#blog #content .box .post table tfoot tr {}
#blog #content .box .post table tfoot tr td { vertical-align: middle; padding: 3px; }
#blog #content .box .post table tbody {}
#blog #content .box .post table tbody tr {}
#blog #content .box .post table tbody tr td { font-size: 1.1em; border: 1px solid #dcdcdc; background-color: #fff; text-align: center; vertical-align: middle; padding: 3px; }
#blog #content .box .post table tbody tr td a { font-weight: bold; color: #0076AE; }
#blog #content .box .post pre { padding: 10px; color: #333; }
#blog #content .box .post blockquote { font-style: italic; padding: 10px; color: #333; }
#blog #content .box .post acronym { color: #333; cursor: help; }
#blog #content .box .post abbr { color: #333; cursor: help; }
#blog #content .box .post sub { color: #333; }
#blog #content .box .post sup { color: #333; }
#blog #content .box .post small { color: #333; font-size: 0.9em; }
#blog #content .box .post cite { color: #333; font-style: italic; padding: 0px 5px; }


#qtrans_language_chooser { top: 0px; right: 0px; border: 1px solid #FBFBFB; z-index: 99999999; position: absolute; width: 80px; overflow: hidden; }
#qtrans_language_chooser li { width: 80px; margin-bottom: 5px !important; padding: 0px 3px; }
#qtrans_language_chooser li a:hover { border: none !important; background: none !important; color: #0076AE !important; text-decoration: underline !important; }
/*#qtrans_language_chooser li.active a:hover { background: url(images/i-arrow-down.png) no-repeat right !important; }*/
#qtrans_language_chooser.hovered li a { background: none !important; }


#qtrans_language_chooser a:visited { background: none; border: none; padding-right: 10px; padding-left: 0px; }
#lang .hovered { background-color: #FCFEFD; width: 80px !important; border: 1px solid #ccc; }

/*
#qtrans_language_chooser li a { border: 1px solid #FBFBFB !important; padding: 1px 15px 0px 5px !important; }
#lang_sel li a.hovered, #lang_sel li a:hover { text-decoration: underline !important; border: 1px solid #ccc !important; padding: 1px 15px 0px 5px !important; background: #FCFEFD url(images/i-arrow-down.png) no-repeat right; }
*/

body#productos.gestionescolar .lang_ca .box.wide .masinfo { background: url(images/bg-gestionescolar-info_ca.jpg) no-repeat 0px 0px; }
body#productos.horarios .lang_ca .box.wide .masinfo { background:transparent url(images/bg-horarios-info_ca.jpg) no-repeat scroll 0 0; }