@charset "UTF-8";
/* Estilos generales */
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500|Ubuntu+Condensed);
* {
	margin:0;
	padding:0;
	font-size:100%;
}
article, aside, address, figure, figcaption, footer, header, nav, section, video {
	display:block;
}
/*Estilos generales*/
body {
	background-color: #CCC;
	margin:0px;
	padding:0px;
	font-size:100%
}
.envolvente {
	width:970px;
	height:auto;
	margin:0 auto;
}
header {
	width: 97.9%;
	height:186px;
	background-color:#000;
	padding:17px 0px 0px 21px;
	float:left;
	z-index:2000;
}
header h1 {
	display:none;
}
header figure {
	
	height:auto;
	float:left;
	border:0;
}
header figure img {
	width:  auto !important;
}
a[href="ingles/home.html"], a[href="../inicio.html"] {
	color:#fff;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:1.075em;
	font-weight:400;
	display:block;
	float:right;
	margin:0em 1.75em 1.45em 0em;
	background:url(images/menu_desplegable/flechita_submenu_active.gif) left center no-repeat;
	padding-left:0.55em;
}
a[href="ingles/home.html"]:hover, a[href="../index.html"]:hover{
	color:#f5b829;
	background: url(images/menu_desplegable/flechita_submenu_hover.gif) left center no-repeat;
}
header form {
	width: 239px;
	height: 26px;
	float: left;
	margin: 0px 0px 0px 502px;
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(39%, rgba(71,71,71,1)), color-stop(50%, rgba(44,44,44,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(60%, rgba(17,17,17,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 ); /* IE6-9 */
	border-radius:4px;
}
input[type="search"] {
	width:195px;
	height:1.25em;
	background-color:#FFF;
	border-radius:6px;
	margin:3px 0px 0px 9px;
	padding:2px 2px;
	float:left;
	color: #666;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.75em;
	font-weight:400;
	border: none;
}
input[type="submit"] {
	width:17px;
	margin:3px 0px 0px 7px;
	float:left;
	text-indent:-9999px;
	background:url(images/inicio/lupa_search.png) center no-repeat;
	border: 0;
}
input[type="submit"]:hover {
	background:url(images/inicio/lupa_search_over.png) center no-repeat;
	cursor:pointer;
}
header nav {
    width: 78%;
    height: auto;
    float: left;
    margin: 35px 0px 0px 21px;
	z-index:2000;
}
header nav ul ul {
	display: none;
}
header nav ul li:hover > ul {
	display: block;
}
header nav ul {
	margin:0;
	padding:0;
	list-style:none;
	position: relative;
	display: inline-table;
}
header nav ul:after {
	content: "";
	clear: both;
	display: block;
}
header nav ul li {
	display:inline;
	text-align:center;
	float:left;
}
.botoninicio{
	width:133px;
}
header nav ul li a {
	width:143px;
	border-radius:5px;
	margin-right:2px;
	padding:7px 0px;
	display: block;
	color:#fff;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:1.275em;
	font-weight:400;
	line-height:1.875em;
	text-align:center;
	text-decoration:none;
	text-shadow:2px 2px 2px #000;
	-webkit-text-shadow:2px 2px 2px #000;
	-moz-text-shadow:2px 2px 2px #000;
	float:left;
	display:block;
	background: rgb(130,140,149); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(130, 140, 149, 1) 0%, rgba(84, 84, 84, 1) 6%, rgba(48, 48, 48, 1) 96%, rgba(28, 28, 28, 1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(130, 140, 149, 1)), color-stop(6%, rgba(84, 84, 84, 1)), color-stop(96%, rgba(48, 48, 48, 1)), color-stop(99%, rgba(28, 28, 28, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(130, 140, 149, 1) 0%, rgba(84, 84, 84, 1) 6%, rgba(48, 48, 48, 1) 96%, rgba(28, 28, 28, 1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(130, 140, 149, 1) 0%, rgba(84, 84, 84, 1) 6%, rgba(48, 48, 48, 1) 96%, rgba(28, 28, 28, 1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(130, 140, 149, 1) 0%, rgba(84, 84, 84, 1) 6%, rgba(48, 48, 48, 1) 96%, rgba(28, 28, 28, 1) 99%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(130, 140, 149, 1) 0%, rgba(84, 84, 84, 1) 6%, rgba(48, 48, 48, 1) 96%, rgba(28, 28, 28, 1) 99%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828c95', endColorstr='#1c1c1c', GradientType=0 ); /* IE6-9 */
	box-shadow:0px 1px 3px #000;
}
header nav ul li a:hover {
	color:#f5b829;
	box-shadow:3px 3px 3px #000;
}
header nav ul ul {
	border-radius:4px;
	padding: 0;
	padding-left:8px;
	position: absolute;
	top: 100%;
	background: rgb(132,133,133); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(132, 133, 133, 1) 0%, rgba(36, 36, 36, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(132, 133, 133, 1)), color-stop(100%, rgba(36, 36, 36, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(132, 133, 133, 1) 0%, rgba(36, 36, 36, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(132, 133, 133, 1) 0%, rgba(36, 36, 36, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(132, 133, 133, 1) 0%, rgba(36, 36, 36, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(132, 133, 133, 1) 0%, rgba(36, 36, 36, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848585', endColorstr='#242424', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:0px 3px 3px #000;
	-moz-box-shadow:0px 3px 3px #000;
	box-shadow:0px 3px 3px #000;
	z-index:2000;
}
header nav ul ul li {
	float: none;
	position: relative;
}
header nav ul ul li a {
	width:210px;
	padding: 6px 12px;
	border-radius:0px;
	margin-right:0px;
	float:none;
	color: #fff;
	font-size:14px;
	line-height:normal;
	text-align:left;
	text-transform:uppercase;
	background:none;
	text-shadow:none;
	-webkit-text-shadow:none;
	-moz-text-shadow:none;
}
header nav ul ul li a:link {
	background:url(images/menu_desplegable/flechita_submenu_active.gif) left center no-repeat;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
header nav ul ul li a:hover {
	background:url(images/menu_desplegable/flechita_submenu_hover.gif) left center no-repeat;
	text-decoration:underline;
	color:#f5b829;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
header nav ul ul li a.submenuproyectos {
	width:130px;
	padding: 7px 12px;
}
.current {
	color: #F90;
}

select {
    display:none;
}
section {
	width:100%;
	height:auto;
	padding-top:0px;
	background-color:#000;
    float: left;
}
section h2 {
	display:none;
}
section p {
	width:100%;
	color:#FFF;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.6925em;/*13pts y 27.08px*/
	font-weight:400;
	text-align: left;
	text-transform: none;
	margin:1.4em 0em 2.1875em 1.65em;
	text-transform:none !important;
}
section #titulonivelescolar::before, section #titulonivelescolar::after {
	content:url(images/proyectos/bullet_nivel_escolar.png);
	padding:0px 15px;
}
section article {
	float:left;
}
section article figure {
	width:115px;
	text-align:left;
	margin:0.15em 0em 0em 0.15em;
}
section article:nth-child(2) h4 {
	text-indent:-9999px;
	background:url(images/proyectos/alfaomega/alfaomega_logo.png) left top no-repeat;
	margin-left:2.375em;
	padding-top:2.325em;
}
section article:nth-child(3) h4 {
	text-indent:-9999px;
	background: url(images/proyectos/castillo/castillo_logo.png)left top no-repeat;
	margin-left:2.375em;
	padding-top:2.325em;
}
section article:nth-child(4) h4 {
	text-indent:-9999px;
	background: url(images/proyectos/mcgraw/mcgraw-hill_logo.png)left top no-repeat;
	margin-left:2.375em;
	padding-top:2.325em;
}
section article:nth-child(5) h4 {
	text-indent:-9999px;
	background: url(images/proyectos/norma/norma_logo.png)left top no-repeat;
	margin-left:2.375em;
	padding-top:2.325em;
}
.miniaturaescondida {
	display:none;
}
#carousel {
        width:100%;
		height:100%;
        border:none;
        margin-top:0px;
        position:relative;
        clear:both;
        overflow:hidden;
        background:#000;
      }
      #carousel img {
        max-width:100%;
		visibility:hidden; /* hide images until carousel can handle them */
        cursor:pointer; /* otherwise it's not as obvious items can be clicked */
      }
	  #prev, #next {
		color:#fff;
		font-family: 'Ubuntu Condensed', sans-serif;
		font-size:1.25em;
		
	  }
	  #prev{
		  width:38px;
		  height:36px;
		  display:block;
		  position:absolute;
		  top:350px;
		  left:3px;
		  text-indent:-9999px;
		  background:url(jquery_waterwheel_carousel/images/atras_boton.png) left top no-repeat;
		  z-index:100;
	  }
	  #prev:hover{
		  background:url(jquery_waterwheel_carousel/images/atras_boton.png) left bottom no-repeat;
	  }
	  #next{
		  width:38px;
		  height:36px;
		  display:block;
		  position:absolute;
		  top:350px;
		  left:936px;
		  text-indent:-9999px;
		  background:url(jquery_waterwheel_carousel/images/adelante_boton.png) left top no-repeat;
		  z-index:100;
	  }
	  #next:hover{
		  background:url(jquery_waterwheel_carousel/images/adelante_boton.png) left bottom no-repeat;
	  }
	  
#citaderechoseditoriales{
	color: #FF9;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.95em;/*16px*/
 	font-weight:400;
	float:left;
	clear:left;
	margin-left:50px;
	margin-bottom:40px;
}
 #nuestroservicios {
 width:100%;
 height: auto;
 background:url(images/inicio/fondo_servicios_clientes_piepagina.gif) top center repeat;
 margin-top:0px;
 padding: 0px 0px 0.45em;
}
#nuestroservicios article {
 width:92.36%;/*Dividir 893 entre 970*/
 height:264px;
 margin:37px auto 0px 37px;
 padding-top:0px;
 padding-bottom:1%;
 background-color:#FFF;
 border:thin solid #9e9e9e;
 border-radius:5px;
 box-shadow:0px 0px 5px #666;
}
#nuestroservicios article h3, #quienes #nuepstroservicios article h3, #nuestroservicios article p {
 color:#000;
 margin: 0px auto !important;
 padding-top:1em;
 font-family: 'Ubuntu', sans-serif;
 font-size:1.5625em;/*25px y 12pt*/
 font-weight:400;
 text-align:center;
 text-shadow: none !important;
}
#nuestroservicios article>h3:before, nuestroservicios article>h3:after {
content: normal;
padding: 0px;
}
#nuestroservicios article>ol {
 width:100%;
    list-style: none;
}
#nuestroservicios article>ol li {
 	float:left;
 	margin:0px;
 	padding-top:0px;
 	text-align:center;
}
#nuestroservicios article>ol li a:link {
     display: block;
     padding-top: 25px;
     color:#000;
     font-family: 'Ubuntu', sans-serif;
     font-size:1em;/*10.5pt y 20.51px*/
     font-weight:400;
     text-decoration:none;
}
#nuestroservicios article>ol li a:hover {
 color: #F30;
 text-decoration:underline;
}
#nuestroservicios article>ol li a:visited {
    color: #000;
}
#nuestroservicios article>ol li:nth-child(1) {
    width: 17%;
    height:auto;
    margin-left: 39px;
}
#nuestroservicios article>ol li:nth-child(2) {
    width: 17%;
    margin-left: 19px;
}
#nuestroservicios article>ol li a:nth-child(2) {
	padding-top: 10px;
}
#nuestroservicios article ol li:nth-child(3) {
    width: 18%;
    height: auto;
    margin-left:20px;
}
#nuestroservicios article ol li:nth-child(4) {
    width: 17%;
    margin-left:14px;
}
#nuestroservicios article ol li:nth-child(5) {
    width: 17%;
    margin-left:15px;
}
#nuestroservicios article:nth-child(3) {
 height:auto;
 margin: 26px auto 0px 37px;
    padding-bottom: 27px;
 overflow: auto;
}
#nuestroservicios article:nth-child(3)>ol li {
 /*width:128px;*/
 height:71px;
 background:none;
 background-color:#CCC;
 margin: 20px 0px 0px 0px;
 padding:0px;
 text-align:center;
}
#nuestroservicios article:nth-child(3)>ol li:nth-child(1) {
 width:152px;
 margin-left:76px;
 text-indent: -9999px;
 background:url(images/clientes/clientes_logo_alfaomega.gif) center no-repeat;
}
#nuestroservicios article:nth-child(3)>ol li:nth-child(2) {
 width:116px;
 margin-left:82px;
 text-indent: -9999px;
 background: url(images/clientes/clientes_logo_castillo.gif) center no-repeat;
}
#nuestroservicios article:nth-child(3)>ol li:nth-child(3) {
 width:140px;
 margin-left:75px;
 text-indent: -9999px;
 background: url(images/clientes/clientes_logo_cengage.gif) center no-repeat;
}
#nuestroservicios article:nth-child(3)>ol li:nth-child(4) {
 width:98px;
 margin-left:82px;
 text-indent: -9999px;
 background: url(images/clientes/clientes_logo_edare.gif) center no-repeat;
}
#nuestroservicios article:nth-child(3)>ol li:nth-child(5) {
 width:200px;
 margin: 7px 0px 0px 51px;
 text-indent: -9999px;
 background: url(images/clientes/clientes_logo_imcp.gif) center no-repeat;
}
#nuestroservicios article:nth-child(3)>ol li:nth-child(6) {
 width:152px;
 margin: 7px 0px 0px 39px;
 text-indent: -9999px;
 background: url(images/clientes/clientes_logo_inea.gif) center no-repeat;
}
#nuestroservicios article:nth-child(3)>ol li:nth-child(7) {
 width:152px;
 margin: 7px 0px 0px 54px;
 text-indent: -9999px;
 background: url(images/clientes/clientes_logo_larousse.gif) center no-repeat;
}
#nuestroservicios article:nth-child(3)>ol li:nth-child(8) {
 width:136px;
 margin: 7px 0px 0px 61px;
 text-indent: -9999px;
 background: url(images/clientes/clientes_logo_macmillan.gif) center no-repeat;
}
#nuestroservicios article:nth-child(3)>ol li:nth-child(9) {
 width:73px;
 margin: 7px 0px 0px 118px;
 text-indent: -9999px;
 background: url(images/clientes/clientes_logo_mcgrawhill.gif) center no-repeat;
}
#nuestroservicios article:nth-child(3)>ol li:nth-child(10) {
 width:121px;
 margin: 7px 0px 0px 112px;
 text-indent: -9999px;
 background: url(images/clientes/clientes_logo_norma.gif) center no-repeat;
}
#nuestroservicios article:nth-child(3)>ol li:nth-child(11) {
 width:140px;
 margin: 11px 0px 0px 77px;
 text-indent: -9999px;
 background: url(images/clientes/clientes_logo_oxford.gif)center no-repeat;
}
#nuestroservicios article:nth-child(3)>ol li:nth-child(12) {
 width:150px;
 margin: 7px 0px 0px 58px;
 text-indent: -9999px;
 background: url(images/clientes/clientes_logo_santillana.gif) center no-repeat;
}

footer {
	width:100%;
	background:url(images/inicio/fondo_servicios_clientes_piepagina.gif) top center repeat;
	float:left;
	clear:left;
	margin-top:0px;
	padding-top:3em;
}
footer p {
	color:#2f2f2f;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:1.15em;
	text-align:center;
	font-weight:normal;
	font-style:normal;
	text-transform: none;
	margin-bottom:1.25em;
}
footer p span {
	margin: 0 35px 0 58px;
	padding-top:0.28em;
	display:inline-block;
	width:173px;
	height:47px;
}
footer p span:nth-child(1) {
	display:inline-block;
	background:url(images/footer/footer_icono_contacto.png) left top no-repeat;
	width:173px;
	height:47px;
	padding-left:28px;
}

footer p span:nth-child(2) {
	background: url(images/footer/footer_icono_aviso.png) left top no-repeat;
	padding-left:15px;
}

footer p a {
	color:#2f2f2f;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:1em;
	text-transform: none;
	margin-right:0px;
}
footer p a:hover {
	color:#666;
}

 footer p~p {
 color:#6f6f6f;
}
 footer p~p a {
 color:#ec6828;
}
 footer p~p a:hover {
 color: #F30;
}

/*Estilos logitos*/
.logocengageingles {
	margin: 0em 0em 1em 0.85em;
}
.logomcmillaneingles {
	margin: 0.75em 0em 1em 0.85em;
}

.tituloseriesparkles{
margin: 1.65em 0em 0em 0.85em;
}
/*Estilos para la seccion inicio */

#inicio section {
	width:100%;
	height:388px;
	padding-top:0px;
	background:#000;
}
#inicio iframe{
	width:100%;
	height:100%;
	border:0;
}
#inicio #nuestroservicios {
 width:100%;
 height:auto;
 background:url(images/inicio/fondo_servicios_clientes_piepagina.gif) top center repeat;
 float:left;
 margin-top:0px;
 padding:0px 0px 10px 0px;
}
/*Estilos Servicios*/

#serviciosvideo {
	width:100%;
	padding-top:0px;
	background:#000;
}
#servicios.desparacerseccion{
	display:none;
}
#sectionconcepto{
	width:100%;
 	height:auto !important;
 	background: url(images/inicio/fondo_servicios_clientes_piepagina.gif) center repeat;
    padding-bottom:0.55em;
}
#sectionquienes{
	   height: auto !important;
    padding-bottom: 0.55em;
}
#sectionconcepto article{
	width:892px;
 	background: url(images/servicios/fondo_coordinacion.gif) left top no-repeat;
 	margin:26px auto 0px 37px;
	color:#FFF;
	font-family: 'Ubuntu Condensed', sans-serif;
	padding-bottom: 54px;
    border:thin solid #9e9e9e;
 border-radius:5px;
 box-shadow:0px 0px 5px #666;
}
#articuloconcepto{
	height:auto !important;
}
#articulodiagramacion{
	height:auto !important;
}

#articulocoordinacion{
	height:auto !important;
} 
#articuloquienes{
    height: auto !important;
    padding-bottom: 4em;
}

#articuloquienes h3{
	color:#fff;
	-webkit-text-shadow:none;
	-moz-text-shadow:none;
	-o-text-shadow:none;
	-ms-text-shadow:none;
	text-shadow:none !important;
}

#articuloquienes h3 span{
	color:rgb(51, 51, 51);
	font-size:0.95em;
	font-weight:700;
	text-shadow:none;
}
#tituloresultados{
	color: #900 !important;
}
#articuloquienes .resultadosvinculos:link{
	color: #600;
	text-decoration:underline;
}
#articuloquienes .resultadosvinculos:visited {
	color: #600;
}
#articuloquienes .resultadosvinculos:hover {
	color: #B90000;
}
#servicios section~section article h3{
	margin:59px 0px 27px 103px;
	font-size:1.475em;
	text-shadow: 1px 1px 4px #666;
	
}
#nuestrobjetivo{
margin: 29px 0px 8px 103px !important;
}
#textoservicios{
	width:682px;
	height:auto;
	color: #2f2f2f;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.05em;
	text-align: justify;
	line-height:1.25em;
	margin:0px 0px 0px 103px;
}
#textoservicios span{
	color:#4d4d4d;
	font-weight:500;
}
strong {
    font-size: 16px;
}
#textoservicios img{
	float:left;
	margin-right:11px;
	margin-bottom:20px;
}
#listaservicios{
	width:682px;
	height:auto;
	margin:18px 0px 0px 103px;
	color: #333;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.05em;
	text-align: left;
    list-style: none;
}
#listaservicios li{
	background:url(images/servicios/icono_lista_servicios.png) left top no-repeat;
	padding-left:1.75em;
	padding-bottom:1em;
	line-height:1.45em;
}
#servicios video  {
	width:100%;
	height:373px;
	padding-top:0px;
	background:#000;
	border:none;
	z-index:0;
}
/*Estilos quienes somos*/
#quienes section{
    width: 100%;
    height: auto;
    background: url("images/inicio/fondo_servicios_clientes_piepagina.gif") repeat scroll center center transparent;
    float: left;
    margin-top: 0px;
    padding: 0px;
	padding-bottom: 0.45em;
	
}
#quienes section article {
    width: 892px;
    height: 455px;
    background: url("images/servicios/fondo_coordinacion.gif") no-repeat scroll left top transparent;
    background-size: cover;
    float: left;
    margin: 26px auto 0px 37px;
    color: rgb(255, 255, 255);
    font-family: 'Ubuntu Condensed',sans-serif;
	border: thin solid rgb(158, 158, 158);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 5px rgb(102, 102, 102);
}
#quienes section article h3 {
    margin: 59px 0px 8px 103px;
    font-size: 1.475em;
    text-shadow: 1px 1px 4px rgb(102, 102, 102);
}

#quienes section ~ section article {
    width: 92.06%;
    height: 264px;
    margin: 26px auto 0px 37px;
    padding-top: 0px;
	background:none;
    background-color: rgb(255, 255, 255);
    border: thin solid rgb(158, 158, 158);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 5px rgb(102, 102, 102);
}
#quienes section article>p {
color: #333;
}
#quienes section article>p:before, #quienes section article>p:after {
content: normal;
padding: 0px;
}

/*Estilo para contacto*/
#contactoformulario {
	height: 559px !important;
}
#contactoformulario h3{
	float:left;
}
#contactoformulario h3:nth-child(1){
	margin-right:285px !important;
	float:left;
}
#contactoformulario h3:nth-child(3) {
    margin: -36px 0px 8px 13px;
	float:left;
}
#contactoformulario iframe{
	width:83%;
	height:434px;
	margin-left:103px;
	float:left;
}
#contactoformulario p{
	width:220px;
	float:left;
	margin: 0px 0px 5px 10px;
	font-size:1em;
	text-align:left;
}
#proyectospublicados h3, #proyectospublicados1 h3{display: none;}

/*Inician media queries*/

/* ====== ventanas tabletas ipad 3 y 4 horizontal =======*/
@media screen and (max-width: 1199px) {
	
	body {
		background-color: #CCC;
	}
	.envolvente {
		margin:0 auto;
		padding:0;
		width:975px;
	}
	header {
		width:97.8%;
    	height: auto;
		padding-bottom:1em;
		padding-top: 0.95em;
	}
	
	.headerservicios {
		height: 230px;
	}
	
	header form {
    width: 235px;
    margin: 0px 0px 0px 507px;
	padding
	}
	input[type="search"] {
    width: 189px;
	}
	a[href="ingles/home.html"], a[href="../index.html"] {
    margin: 0em 1.75em 1.45em 0em;
	}
	header nav {
		display:block;
	}
	header nav ul ul li a {
    padding: 6px 10px;
	}
	/*Estilos para el menu de acordion*/
	
	a[href="quienes_somos.html"]:hover, a[href="contacto.html"]:hover, a[class="proyectoboton"]:hover {
	color:#f5b829 !important;
	}
	a[class="current"], a[href="#"]:hover,{
	color:#fff !important;
	background:none left bottom no-repeat !important;
	}
	/*#carousel {
    width: 100%;
	height:420px;
	}
	#prev{
		top:349px;
		background:url(jquery_waterwheel_carousel/images/atras_boton.png) left top no-repeat !important;
	}
	#prev:hover{
		top:349px;
		background:url(jquery_waterwheel_carousel/images/atras_boton.png) left bottom no-repeat !important;
	}
	#next{
		top:349px;
		left:946px;	
		background:url(jquery_waterwheel_carousel/images/adelante_boton.png) left top no-repeat !important;
		}
	#next:hover{	
		background:url(jquery_waterwheel_carousel/images/adelante_boton.png) left bottom no-repeat !important;
		}*/
	#carousel {
        width:100%;
		height:100%;
        border:none;
        margin-top:0px;
        position:relative;
        clear:both;
        overflow:hidden;
        background:#000;
      }
      #carousel img {
        max-width:100%;
		visibility:hidden; /* hide images until carousel can handle them */
        cursor:pointer; /* otherwise it's not as obvious items can be clicked */
      }
	  #prev, #next {
		color:#fff;
		font-family: 'Ubuntu Condensed', sans-serif;
		font-size:1.25em;
		
	  }
	  #prev{
		  width:38px;
		  height:36px;
		  display:block;
		  position:absolute;
		  top:350px;
		  left:3px;
		  text-indent:-9999px;
		  background:url(jquery_waterwheel_carousel/images/atras_boton.png) left top no-repeat;
		  z-index:100px;
	  }
	  #prev:hover{
		  background:url(jquery_waterwheel_carousel/images/atras_boton.png) left bottom no-repeat;
	  }
	  #next{
		  width:38px;
		  height:36px;
		  display:block;
		  position:absolute;
		  top:350px;
		  left:936px;
		  text-indent:-9999px;
		  background:url(jquery_waterwheel_carousel/images/adelante_boton.png) left top no-repeat;
		  z-index:100px;
	  }
	  #next:hover{
		  background:url(jquery_waterwheel_carousel/images/adelante_boton.png) left bottom no-repeat;
	  }
	section p {
    margin: 1.4em 0em 2.1875em 2.25em;
	}
	#sectionquienes {
    padding-bottom: 0.55em !important;
	}
	footer p a[href="contacto.html"] {
    font-size: 1em !important;
	}
	footer p a[href="contacto.html"]:hover {
    color: #666 !important;
	}
	.logonorma img{
		 width: 70% !important;
	 }
	#inicio section{
		height:408px;
	}
}

/* ====== ventanas tabletas vertical =======*/
@media screen and (max-width: 768px) {
	
	body {
		background-color:#000;
	}
	.envolvente {
		margin:0;
		padding:0;
		width:768px;
	}
	header {
		width:100%;
		padding:0.75em 0em 0em 0em;
		height: auto;
		margin-bottom:0;
	}
	
	.headerservicios {
		height: 225px;
	}
		
	header figure {
		width: 22%;
		margin: 10px 0px 16px 32px;
	}
	header figure img {
		width:100% !important;
	}
	a[href="ingles/home.html"], a[href="../index.html"]{
	margin:0.55em 2.25em 1.55em 0em;
	}
	header form {
		margin:0px 35px 0px 0px;
		width: 188px;
		height: 29px;
		float: right;
		clear:right;
	}
	input[type="search"] {
	width: 150px;
	height:1.25em;
	margin:4px 0px 0px 4px;
	}
	input[type="submit"] {
	margin:4px 0px 0px 7px;;
	border: 0;
	}
	select {
    display:none !important;
	}
	header nav {
    width: 65%;
    height: auto;
    float: left;
    margin: 25px 0px 0px 38px;
	}
	header nav ul ul {
	display: none;
	}
	header nav ul li:hover > ul {
	display: block;
	}
	header nav ul {
	margin:0;
	padding:0;
	list-style:none;
	position: relative;
	display: inline-table;
	}
	header nav ul:after {
	content: "";
	clear: both;
	display: block;
	}
	header nav ul li {
	display:inline;
	text-align:center;
	float:left;
	}
	
	header nav ul li a {
	width:110px;
	border-radius:5px;
	margin-right:2px;
	padding:7px 0px;
	display: block;
	color:#fff;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:1.075em;
	font-weight:400;
	line-height:1.875em;
	text-align:center;
	text-decoration:none;
	text-shadow:2px 2px 2px #000;
	-webkit-text-shadow:2px 2px 2px #000;
	-moz-text-shadow:2px 2px 2px #000;
	float:left;
	display:block;
	background: rgb(130,140,149); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(130, 140, 149, 1) 0%, rgba(84, 84, 84, 1) 6%, rgba(48, 48, 48, 1) 96%, rgba(28, 28, 28, 1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(130, 140, 149, 1)), color-stop(6%, rgba(84, 84, 84, 1)), color-stop(96%, rgba(48, 48, 48, 1)), color-stop(99%, rgba(28, 28, 28, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(130, 140, 149, 1) 0%, rgba(84, 84, 84, 1) 6%, rgba(48, 48, 48, 1) 96%, rgba(28, 28, 28, 1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(130, 140, 149, 1) 0%, rgba(84, 84, 84, 1) 6%, rgba(48, 48, 48, 1) 96%, rgba(28, 28, 28, 1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(130, 140, 149, 1) 0%, rgba(84, 84, 84, 1) 6%, rgba(48, 48, 48, 1) 96%, rgba(28, 28, 28, 1) 99%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(130, 140, 149, 1) 0%, rgba(84, 84, 84, 1) 6%, rgba(48, 48, 48, 1) 96%, rgba(28, 28, 28, 1) 99%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828c95', endColorstr='#1c1c1c', GradientType=0 ); /* IE6-9 */
	box-shadow:0px 1px 3px #000;
	}
	header nav ul li a:hover {
	color:#f5b829;
	box-shadow:3px 3px 3px #000;
	}
	header nav ul li:nth-child(1) a, header nav ul li:nth-child(5) a{
		width:79px;
	}
	header nav ul ul {
	border-radius:4px;
	padding: 0;
	padding-left:8px;
	position: absolute;
	top: 100%;
	background: rgb(132,133,133); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(132, 133, 133, 1) 0%, rgba(36, 36, 36, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(132, 133, 133, 1)), color-stop(100%, rgba(36, 36, 36, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(132, 133, 133, 1) 0%, rgba(36, 36, 36, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(132, 133, 133, 1) 0%, rgba(36, 36, 36, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(132, 133, 133, 1) 0%, rgba(36, 36, 36, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(132, 133, 133, 1) 0%, rgba(36, 36, 36, 1) 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848585', endColorstr='#242424', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:0px 3px 3px #000;
	-moz-box-shadow:0px 3px 3px #000;
	box-shadow:0px 3px 3px #000;
	z-index:100;
	width: 45%;
	}
	header nav ul ul li {
	float: none;
	position: relative;
	}
	header nav ul ul li a {
	width:210px;
	padding: 6px 12px;
	border-radius:0px;
	margin-right:0px;
	float:none;
	color: #fff;
	font-size:14px;
	line-height:normal;
	text-align:left;
	text-transform:uppercase;
	background:none;
	text-shadow:none;
	-webkit-text-shadow:none;
	-moz-text-shadow:none;
}
header nav ul li:nth-child(4) ul{
width: 29%;
}
header nav ul li:nth-child(4) ul li a {
	width:125px;
}
header nav ul ul li a:link {
	background:url(images/menu_desplegable/flechita_submenu_active.gif) left center no-repeat;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
header nav ul ul li a:hover {
	background:url(images/menu_desplegable/flechita_submenu_hover.gif) left center no-repeat;
	text-decoration:underline;
	color:#f5b829;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
header nav ul ul li a.submenuproyectos {
	width:130px;
	padding: 7px 12px;
}
header nav ul ul li:nth-child(1) a {
	width:210px;
}
	a[href="quienes_somos.html"]:hover, a[href="contacto.html"]:hover, a[class="proyectoboton"]:hover {
	color:#f5b829 !important;
	}
	a[class="current"], a[href="#"]:hover{
	color:#fff !important;
	}
	
	section {
		height:auto;
		clear:both;
	}
	section p{
		margin: 1.4em 0em 2.1875em 0.25em;
	}
	
	#prev{
		top:416px;
		background:url(jquery_waterwheel_carousel/images/atras_boton.png) left top no-repeat !important;
	}
	#prev:hover{
		top:416px;
		background:url(jquery_waterwheel_carousel/images/atras_boton.png) left bottom no-repeat !important;
	}
	#next{
		top:416px;
		left:732px;
		background:url(jquery_waterwheel_carousel/images/adelante_boton.png) left top no-repeat !important;
	}
	#next:hover{
		background:url(jquery_waterwheel_carousel/images/adelante_boton.png) left bottom no-repeat !important;
	}
	#inicio section {
    height: 460px;
	}
	/*Inicia seccion de servicios de la seccion inicio*/
	#inicio section ~ section article {
    width: 96%;
    height: auto;
	margin: 29px auto 0px 15px;
	padding-bottom:0.75em;
	}
	section ~ section article > p {
    font-size: 1.1625em;
	}
	section ~ section article > ol li a {
    font-size: 1em;
	}
	
	section ~ section article > ol li:nth-child(1) {
    margin-left: 27px;
	width: 120px;
	}
	section ~ section article > ol li:nth-child(1) a:nth-child(2) {
    width: 132px;
	}
	
	section ~ section article > ol li:nth-child(2) a:nth-child(2) {
    width: 166px;
	}
	section ~ section article > ol li:nth-child(3) {
    margin-left: 58px;
	margin-bottom: 2.75em;
    width: 163px;
	}
	section ~ section article > ol li:nth-child(3) a:nth-child(2) {
    width: 117px;
	}	
	/*Inicia seccion 2 para quienes somos*/
	#sectionquienes{
    padding-bottom: 0.25em;
	}
	#servicios section {
    height: auto;
	}
	#servicios section ~ section ~ section article {
    width: 96%;
    height: auto !important;
    margin: 29px auto 0px 15px;
	}
	#servicios section ~ section ~ section article:nth-child(2) {
    margin: 20px auto 0px 15px;
	}
	#servicios section ~ section ~ section article ~ article {
    height: 466px;
	}
	/*Inicia article para servicios*/
	  
  section~section article>ol li:nth-child(1) a:nth-child(2) {
	  width:168px;
	  float:left;
	  clear:left;
  }
  
  section~section article>ol li:nth-child(2) {
   width:233px;
   height:auto;
   margin-left: 81px;
  }
  
  section~section article>ol li:nth-child(2) img {
  width:106px;
  margin:0px 0px 12px 65px;
  float:left;
  }
  section~section article>ol li:nth-child(2) a:nth-child(2) {
	  width:263px;
	  float:left;
	  clear:left;
  }
  
  section~section article>ol li:nth-child(3) a:nth-child(2) {
	  width:191px;
	  float:left;
	  clear:left;
  }
  section~section article>ol li:nth-child(3) img {
  width:106px;
  margin:0px 0px 12px 36px;
  float:left;
  }
	
	/*Inicia article de clientes*/
	section ~ section article:nth-child(3) {
    height: auto;
    margin: 25px auto 0px 4px;
	padding-bottom:1.25em;
	width:98.5%;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(1) {
    margin-left: 49px;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(2) {
    margin-left: 44px;
	height: 71px;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(3) {
    margin-left: 51px;
	
	}
	section ~ section article:nth-child(3) > ol li:nth-child(4) {
    margin-left: 41px;
	margin-top: 14px;
	height:78px;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(5) {
    margin: -20px 0px 0px 16px;
	clear:left;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(6) {
    margin: -28px 0px 0px 28px;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(7) {
    margin: -15px 0px 0px 27px;
    clear: none;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(8) {
    margin: -17px 0px 0px 21px;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(9) {
    margin: -20px 0px 0px 17px;
	}
	strong {
    font-size:1em;
	}	
/*Inicia el footer*/
	footer {
    padding-top: 1em;
	}
	footer p {
    margin-bottom: 0.75em;
	}
	footer p span {
    margin: 0px 35px 0px 39px;
	}
	footer p span:nth-child(2) {
    font-size:1em;
	}
	footer p span:nth-child(2) a:hover {
    color:#666 !important;
	text-decoration:underline !important;
	}
	footer p ~ p {
		font-size: 0.75em;
	}
	
	/*Inicia seccion 2 quienes somos*/
	#quienes section article {
    width: 96%;
	margin: 29px auto 0px 15px;
	}
	#quienes section article h3 {
    margin: 59px 0px 8px 57px;
	}
	#quienes section ~ section article {
    width: 96%;
	height: auto;
	margin: 29px auto 0px 15px;
	padding-bottom: 0.75em;
	}
	#quienes section ~ section article:nth-child(2) {
	margin: 22px auto 0px 15px;
	}
	#servicios section ~ section article{
	width:96%;
	height:auto !important;
	padding-bottom:1.95em;
 	margin:26px auto 7px 16px;
	}
	#articuloquienes{
    padding-bottom: 3.95em;
	}
	#servicios section ~ section article h3 {
    margin: 26px 0px 8px 53px;
	font-size: 1.475em;
	}
	#textoservicios {
    width: 626px;
    font-size: 0.85em;
    text-align: justify;
    margin: 0px 0px 0px 53px;
	}
	#textoservicios img{
	float:left;
	margin-right:11px;
	margin-bottom:20px;
	}
	#nuestrobjetivo {
    margin: 29px 0px 8px 53px !important;
	}
	/*Inician servicios concepto diagramacion y coordinacion */
	#servicios section ~ section {
		height:auto;
	}
	#servicios video{
	width:100%;
	height: 292px;
	}
	#listaservicios {
    width: 518px;
    margin: 18px 0px 0px 53px;
	}
	#listaservicios li {
	font-size: 0.85em;
	padding-left: 2.25em;
	padding-top:0.25em;
	line-height: 1.25em;
	}
	/*Inicia proyectos*/
	#proyecto{  
	width: 97.79%;
	}
	#titulonivelescolar {
    width: 46%;
	text-align: left;
	}
	section ~ section article {
    width: 93%;
    height: auto;
	margin: 16px auto 0px 11px;
	padding-bottom:0.75em;
	}
	#proyectoservicios {
    width: 98.5%;
    height: auto !important;
    margin: 18px auto 0px 4px;
	background:none;
	background-color:#fff;
	}
	#proyectoservicios ol li {
	width:114px;
    margin: 20px 0px 0px 10px;
	}
	/*logos servicios*/
	#proyectoservicios ol li:nth-child(1) {
		margin-left:31px;
	}
	#proyectoservicios ol li:nth-child(2) {
		margin-left:86px;
	}
	#proyectoservicios ol li:nth-child(3) {
		margin-left:170px;
		margin-bottom:2.55em;
	}
	/*proyectos logos editoriales*/
	#proyectosclientes ol li:nth-child(1){
    margin-left: 49px !important;
	}
	#proyectosclientes ol li:nth-child(2){
    margin-left: 44px;
	}
	#proyectosclientes ol li:nth-child(3){
    margin-left: 51px;
	}
	#proyectosclientes ol li:nth-child(4){
    margin-left: 41px;
	}
	#proyectosclientes ol li:nth-child(5){
    margin-left: 20px;
	}
	#proyectosclientes ol li:nth-child(6){
    margin-left: 28px;
	}
	#proyectosclientes ol li:nth-child(7){
    margin-left: 27px;
	}
	#proyectosclientes ol li:nth-child(8){
    margin-left: 21px;
	}
	#proyectosclientes ol li:nth-child(9){
    margin-left: 17px;
	}
	section ~ section {
    width: 94.49%;
	}
	.logonorma{
		width:45%;
	}
	.logonorma img{
		 width: 124% !important;
	 }
	.logoalfaomega{
		margin-top:9px;
	}
	.peques{
		margin-top:2px;
	}
	.oxford{
		clear:left !important;
	}
	.logooxford{
		width:70%;
		margin-top:8px;
	}
	
	/*Inicia contacto*/
	#contactoformulario {
	height: 557px !important;
	}
	#contactoformulario iframe {
	width: 92%;
    margin-left: 51px;
	height:412px;
	clear:left;
	}
	#contactoformulario h3:nth-child(3) {
    margin: -35px 0px 0px 13px;
	}
	#contactoformulario p {
	width: 23%;
	float:left;	
	margin-left:15px;
	}
}

/* ====== ventanas pequeñas horizontal =======*/
@media screen and (max-width: 480px) {
	
	body {
		background-color:#000;
	}
	.envolvente {
		margin:0;
		padding:0;
		width:480px;
	}
	header {
		width:100%;
		padding:0;
		height: auto;
	}
	.headerservicios{
	height: 330px;
	}
	#headerinicio{
		width:100%;
		padding:0;
		height: 296px;
	}
	header figure {
		width: 37%;
		margin: 10px 0px 16px 24px;
	}
	
	header figure img {
		width:82% !important;
	}
	a[href="ingles/home.html"], a[href="../index.html"] {
    margin: 1.55em 1.75em 1.55em 0em;
	}
	header form {
		margin: 2px 0px 0px 54px;
		width: 195px;
		height: 38px;
		float: left;
	}
	input[type="search"] {
	width: 158px;
	height:1.85em;
	margin:5px 0px 0px 4px;
	}
	input[type="submit"] {
	margin:8px 0px 0px 7px;;
	border: 0;
	}
	
	header nav {
    display: block;
	width: 96%;
	margin: 5px 0px 0px 14px;
	}
	header nav ul li a {
    width: 150px;
	}
	header nav ul li:nth-child(1) a, header nav ul li:nth-child(5) a {
    width: 150px;
	}
	header nav ul ul {
    padding: 0px 0px 0px 4px;
	top: 49%;
	width: 51%;
	}
	header nav ul li:nth-child(4) ul{
		top: 100%;
	}
	header nav ul ul li a {
    padding: 6px 10px;
	}
	header nav ul ul li:nth-child(1) a {
    width: 205px;
	}
	header nav ul li:nth-child(4) a {
	margin-left: 90px;
	margin-top: 1px;
	}
	header nav ul li:nth-child(5) a {
	margin-top: 1px;
	}
	header nav ul li:nth-child(4) ul {
	width: 32%;
	left: 90px;
	}
	header nav ul li:nth-child(4) ul li a {
    width: 124px;
	margin-left:2px;
	}
	a[href="contacto.html"]{
		font-size: 1.075em !important;
	}
	a[href="inicio.html"]:hover, a[href="quienes_somos.html"]:hover, a[href="contacto.html"]:hover, a[class="proyectoboton"]:hover {
	color:#f5b829 !important;
	}
	a[href="#"]:hover {
	color:#fff !important;
	}
	/*select{
		display:block !important;
	width:40%;
	margin:27px 0px 0px 57px;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.75em;
	}*/
	section {
		height:auto;
		clear:both;
	}
	section p{
		margin: 1.4em 0em 2.1875em 0.25em;
	}
	#carousel {
    width: 100%;
	height:410px;
	}
	/*#carousel img {
    width: 75% !important;
	}*/
	#prev{
		top:381px;
		background:url(jquery_waterwheel_carousel/images/atras_boton.png) left top no-repeat !important;
	}
	#prev:hover{
		background:url(jquery_waterwheel_carousel/images/atras_boton.png) left bottom no-repeat !important;
	}
	#next{
		top:381px;
		left:449px;
		background:url(jquery_waterwheel_carousel/images/adelante_boton.png) left top no-repeat !important;
	}
	#next:hover{
		background:url(jquery_waterwheel_carousel/images/adelante_boton.png) left bottom no-repeat !important;
	}
	#inicio section {
    height: 415px;
	}
	/*Inicia seccion de servicios de la seccion inicio*/
	#inicio section ~ section article {
    width: 94%;
    height: auto;
	margin: 29px auto 0px 15px;
	padding-bottom:0.75em;
	}
	section ~ section article > p {
    font-size: 1.1625em;
	}
	section ~ section article > ol li a {
    font-size: 1em;
	}
	section ~ section article > ol li:nth-child(1) {
    margin-left: 4px;
	width: 120px;
	}
	section ~ section article > ol li:nth-child(1) a:nth-child(2) {
    width: 132px;
	}
	section ~ section article > ol li:nth-child(2) {
    margin-left: 16px;
	width: 168px;
	}
	section ~ section article > ol li:nth-child(2) a:nth-child(2) {
    width: 166px;
	}
	section ~ section article > ol li:nth-child(3) {
    margin-left: 3px;
	margin-bottom: 2.75em;
    width: 117px;
	}
	section ~ section article > ol li:nth-child(3) a:nth-child(2) {
    width: 117px;
	}
	/*Inicia seccion 2 para quienes somos*/
	#sectionquienes{
    padding-bottom: 0.25em;
	}
	#servicios section {
    height: auto;
	}
	#servicios section ~ section ~ section article {
    width: 94%;
    height: auto !important;
    margin: 18px auto 0px 15px;
	}
	#servicios section ~ section ~ section article ~ article {
    height: 466px;
	}
	/*Inicia article para servicios*/
	section ~ section article > ol li:nth-child(1) img {
    width: 87px;
    margin: 0px 0px 12px 21px;
    float: left;
	}
	section ~ section article > ol li:nth-child(2) img {
    width: 87px;
    margin: 0px 0px 12px 40px;
    float: left;
	}
	section ~ section article > ol li:nth-child(3) img {
    width: 87px;
    margin: 0px 0px 12px 14px;
    float: left;
	}
	/*Inicia article de clientes*/
	section ~ section article:nth-child(3) {
    height: auto;
    margin: 25px auto 0px 4px;
	padding-bottom:1.25em;
	width:98%;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(1) {
    margin-left: 11px;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(2) {
    margin-left: 17px;
	
	}
	section ~ section article:nth-child(3) > ol li:nth-child(3) {
    margin-left: 2px;
	
	}
	section ~ section article:nth-child(3) > ol li:nth-child(4) {
    margin-left: 34px;
	margin-top: -14px;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(5) {
    margin: -20px 0px 0px 29px;
	clear:none;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(6) {
    margin: -28px 0px 0px 35px;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(7) {
    margin: 23px 0px 0px 3px;
    clear: left;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(8) {
    margin: 19px 0px 0px 4px;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(9) {
    margin: 12px 0px 0px 14px;
    background: url(images/clientes/clientes_logo_santillana_movil.png) no-repeat scroll center center transparent;
	}
	strong {
    font-size:1em;
	}	
/*Inicia el footer*/
	footer {
    padding-top: 1em;
	}
	footer p {
    margin-bottom: 0.75em;
	}
	footer p span {
    margin: 0px 35px 0px 39px;
	}
	footer p span:nth-child(2) {
    font-size:1em;
	}
	footer p ~ p {
		font-size: 0.55em;
	}
	/*Inicia seccion 2 quienes somos*/
	#quienes section article {
    width: 440px;
    height: 455px;
    margin: 23px auto 0px 19px;
	}
	#quienes section article h3 {
    margin: 19px 0px 8px 20px;
	}
	#quienes section ~ section article {
	height: auto;
    margin: 26px auto 0px 19px;
	width: 91.5%;
	}
	#servicios section ~ section article{
	width:94%;
	height:auto !important;
	padding-bottom:1.85em;
 	margin:26px auto 0px 16px;
	}
	#quienes section ~ section article:nth-child(2) {
    margin: 17px auto 0px 19px;
	width: 91.5%;
	}
	#articuloquienes{
    padding-bottom: 1.95em;
	}
	#servicios section ~ section article h3 {
    margin: 26px 0px 8px 11px;
	font-size: 1.375em;
	}
	#textoservicios {
    width: 418px;
    font-size: 0.5em;
    text-align: left;
    margin: 0px 0px 0px 13px;
	}
	#textoservicios img{
	float:left;
	margin-right:11px;
	margin-bottom:10px;
	}
	#textodiagramacion {
    width: 418px;
    font-size: 0.95em;
    text-align: left;
    margin: 0px 0px 0px 13px;
	}
	#nuestrobjetivo {
    margin: 27px 0px 8px 13px !important;
	}
	/*Inician servicios concepto diagramacion y coordinacion */
	#servicios section ~ section {
		padding-bottom: 0.45em;
	}
	#servicios video{
	width:100%;
	height: 183px;
	}
	#listaservicios {
    width: 418px;
    margin: 18px 0px 0px 12px;
	}
	#listaservicios li {
	font-size: 0.5em;
	padding-left: 3em;
	padding-top:0.35em;
	line-height: 1.35em;
	}
	/*Inicia proyectos*/
	#proyecto{  
	width: 96.59%;
	}
	#titulonivelescolar {
    width: 90%;
	text-align: left;
	}
	section ~ section article {
    width: 98%;
	height: auto;
	margin: 16px auto 0px 5px;
	padding-bottom: 0.75em;
	}
	#proyectoservicios {
    width: 98%;
    height: auto !important;
    margin: 18px auto 0px 4px;
	background:none;
	background-color:#fff;
	}
	#proyectoservicios ol li {
	width:114px;
    margin: 20px 0px 0px 10px;
	}
	#proyectoservicios ol li:nth-child(1) {
		margin-left:13px;
	}
	#proyectoservicios ol li:nth-child(2) {
		margin-left:13px;
	}
	#proyectoservicios ol li:nth-child(3) {
		margin-left:57px;
		margin-bottom:2.55em;
	}
	/*proyectos logos editoriales*/
	#proyectosclientes ol li:nth-child(1){
    margin-left: 9px !important;
	}
	#proyectosclientes ol li:nth-child(2){
    margin-left: 13px;
	}
	#proyectosclientes ol li:nth-child(3){
    margin-left: 14px;
	}
	#proyectosclientes ol li:nth-child(4){
    margin-left: 35px;
	}
	#proyectosclientes ol li:nth-child(6){
    margin-left: 28px;
	}
	#proyectosclientes ol li:nth-child(7){
    margin-left: 8px;
	}
	#proyectosclientes ol li:nth-child(8){
    margin-left: 1px;
	}
	section ~ section {
    width: 94.49%;
	}
	.logonorma{
		width:45%;
	}
	.logonorma img{
		 width: 134% !important;
	 }
	.logoalfaomega{
		margin-top:9px;
	}
	.peques{
		margin-top:2px;
	}
	a[href="#"]{
		font-size:1.075em !important;
	}
	.oxford{
		clear:left !important;
	}
	.logooxford{
		width:70%;
		margin-top:8px;
	}
	
	/*Inicia contacto*/
	#contactoformulario {
    height: 552px !important;
	}
	#contactoformulario iframe {
	width: 96%;
    margin-left: 13px;
	height: 478px;
	clear:none;
	}
	#contactoformulario h3:nth-child(3) {
    margin: -36px 0px 0px -1px;
	}
	#contactoformulario p {
	width: 99px;
	margin-left: 1px;
	}
}

/* ====== ventanas pequeñas vertical =======*/
@media screen and (max-width: 320px) {
	
	body {
		background-color:#000;
	}
	.envolvente {
		margin:0;
		padding:0;
		width:320px;
	}
	header {
    width: 100%;
    padding: 0px;
    height: 320px;
	}
	#headerinicio{
		width:100%;
		padding:0;
		height: 260px;
	}
	a[href="ingles/home.html"], a[href="../index.html"] {
    margin: 1.55em 0.55em 1.55em 0em;
	}
	header figure {
		width: 40%;
		margin: 10px 0px 16px 7px;
	}
	
	header figure img {
		width:90% !important;
	}
	header form {
    margin: 0px 0px 0px 19px;
    width: 158px;
    height: 36px;
    float: left;
	}
	input[type="search"] {
	width: 120px;;
	height:1.75em;
	margin:5px 0px 0px 4px;
	}
	input[type="submit"] {
	margin:8px 0px 0px 7px;;
	border: 0;
	}
	
	header nav {
    display: block;
	width: 95%;
	margin: 5px 0px 0px 12px;
	}
	header nav ul li a {
    width: 150px;
	}
	header nav ul li:nth-child(1) a, header nav ul li:nth-child(5) a {
    width: 150px;
	}
	header nav ul ul {
    padding: 0px 0px 0px 4px;
	top: 100%;
	width: 74%;
	}
	header nav ul li:nth-child(4) ul {
    top: 68%;
	width: 48%;
    left: 151px;
	}
	header nav ul ul li a {
    padding: 4px 10px;
	}
	header nav ul ul li:nth-child(1) a {
    width: 205px;
	}
	header nav ul li:nth-child(4) a {
		display: none;
	}
	header nav ul li:nth-child(4) ul li a {
    width: 124px;
	}
	/*header nav ul li:nth-child(5) a {
    margin-left: 75px;
	}*/
	
	a[href="contacto.html"]{
		font-size:1em !important;
	}
	
	a[href="quienes_somos.html"]:hover, a[href="contacto.html"]:hover {
	color:#f5b829 !important;
	s
	}
	a[class="current"], a[href="#"]:hover {
	color:#FC0 !important;
	}
	select{
	display:none;
	}
	/*select{
	display:block !important;
	width:50%;
	margin:20px 0px 0px 8px;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.75em;
	}*/
	section {
		height:auto;
		clear:both;
	}
	section p{
		margin: 1.4em 0em 2.1875em 1.65em;
	}
	#carousel {
    width: 100%;
	height:295px;
	}
	#prev{
		top:256px;
		background:url(jquery_waterwheel_carousel/images/atras_boton.png) left top no-repeat !important;
	}
	#prev:hover{
		top:256px;
		background:url(jquery_waterwheel_carousel/images/atras_boton.png) left bottom no-repeat !important;
	}
	#next{
		top:256px;
		left:287px;	
		background:url(jquery_waterwheel_carousel/images/adelante_boton.png) left top no-repeat !important;
		}
	#next:hover{	
		background:url(jquery_waterwheel_carousel/images/adelante_boton.png) left bottom no-repeat !important;
		}
		
	#inicio section {
    height: 295px;
	}
	/*Inicia seccion de servicios de la seccion inicio*/
	#inicio section ~ section article {
    width: 90%;
    height: auto;
	margin: 29px auto 0px 15px;
	padding-bottom:0.75em;
	}
	section ~ section article > p {
    font-size: 1.1625em;
	}
	section ~ section article > ol li a {
    font-size: 1em;
	}
	section ~ section article > ol li:nth-child(1) {
    margin-left: 60px;
	width: 153px;
	}
	section ~ section article > ol li:nth-child(1) a:nth-child(2) {
    width: 168px;
	}
	section ~ section article > ol li:nth-child(2) {
    margin-left: 20px;
	width: 233px;
	}
	section ~ section article > ol li:nth-child(2) a:nth-child(2) {
    width: 252px;
	}
	section ~ section article > ol li:nth-child(3) {
    margin-left: 50px;
	margin-bottom: 2.75em;
	width: 139px;
	}
	section ~ section article > ol li:nth-child(3) a:nth-child(2) {
    width: 191px;
	}
	
	
	/*Inicia seccion 2 para quienes somos*/
	#sectionquienes{
    padding-bottom: 0.25em;
	}
	#servicios section {
    height: auto;
	}
	#servicios section ~ section article {
    width: 90%;
    height: auto !important;
    padding-bottom: 1.25em;
    margin: 26px auto 0px 16px;
	}
	#servicios section ~ section ~ section article {
    width: 90%;
    height: auto !important;
    margin: 18px auto 0px 15px;
	}
	#servicios section ~ section ~ section article ~ article {
    height: 466px;
	}
	/*Inicia article para servicios*/
	section ~ section article > ol li:nth-child(1) img {
    width: 102px;
    margin: 0px 0px 12px 28px;
    float: left;
	}
	section ~ section article > ol li:nth-child(2) img {
    width: 102px;
    margin: 0px 0px 12px 73px;
    float: left;
	}
	section ~ section article > ol li:nth-child(3) img {
    width: 102px;
    margin: 0px 0px 12px 44px;
    float: left;
	}
	/*Inicia article de clientes*/
	section ~ section article:nth-child(3) {
    height: auto;
    margin: 25px auto 0px 11px;
	padding-bottom:1.25em;
	width:93%;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(1) {
    margin-left: 11px;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(2) {
    margin-left: 6px;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(3) {
    margin-left: 18px;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(4) {
    margin-left: 21px;
	margin-top: 16px;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(5) {
    margin: -20px 0px 0px 21px;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(6) {
    margin: -28px 0px 0px 35px;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(7) {
    margin: 23px 0px 0px 13px;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(8) {
    margin: 19px 0px 0px 4px;
	}
	section ~ section article:nth-child(3) > ol li:nth-child(9) {
    margin: 0px 0px 0px 69px;
    background: url(images/clientes/clientes_logo_santillana_movil.png) no-repeat scroll center center transparent;
	}
	/*Inicia el footer*/
	footer {
    padding-top: 1em;
	}
	footer p {
    margin-bottom: 0.75em;
	}
	footer p span {
    margin: 0px 35px 0px 39px;
	}
	footer p ~ p {
		font-size: 0.75em;
	}
	/*Inicia seccion 2 quienes somos*/
	#quienes section{
    width: 100%;
    height: auto;
    background: url("images/inicio/fondo_servicios_clientes_piepagina.gif") repeat scroll center center transparent;
    float: left;
    margin-top: 0px;
    padding: 0px;
	padding-bottom: 0.45em;
	
	}
	#quienes section article {
    width: 92%;
	margin: 18px auto 0px 13px;
	}
	#quienes section article h3 {
    margin: 22px 0px 8px 13px;
    font-size: 1.5em;
	}

	#quienes section ~ section article {
    width: 92.06%;
    height: auto;
    margin: 26px auto 0px 12px;
    padding-top: 0px;
	background:none;
    background-color: rgb(255, 255, 255);
    border: thin solid rgb(158, 158, 158);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 5px rgb(102, 102, 102);
	}
	#quienes section ~ section article:nth-child(2) {
    margin: 17px auto 0px 13px;
	}
	#quienes section article>p {
	    font-size: 0.85em;
		text-align:left;
		width: 93%;
		margin-left: 11px;
	}
	#quienes section article>p:first-letter {
		text-transform:uppercase;
	}
	
	#quienes div section:nth-child(3) article>p {
	    font-size: 1.15em;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	}
	#quienes section article>p:before, #quienes section article>p:after {
	content: normal;
	padding: 0px;
	}
	#textoservicios {
    width: 267px;
	font-size: 0.85em;
	text-align:left;
	}
	
	/*Inician servicios concepto diagramacion y coordinacion */
	#servicios section ~ section {
		height:auto;
	}
	#servicios video{
	width:100%;
	height: 170px;
	}
	#listaservicios {
    width: 265px;
    margin: 18px 0px 0px 6px;
	}
	#listaservicios li {
	font-size: 0.85em;
	padding-left: 1.95em;
	padding-top:0.25em;
	line-height: 1.25em;
	}
	/*Inicia proyectos*/
	#proyecto{  
	width: 94.79%;
	}
	#titulonivelescolar {
    width: 100%;
	font-size:1.45em;
    text-align: left;
	margin-left:0px;
	}
	div section article:nth-child(5){
		margin-top:-30px;
		height: auto;
	}
	section ~ section article {
    width: 93%;
    height: auto;
	margin: 16px auto 0px 11px;
	padding-bottom:0.75em;
	}
	#proyectoservicios {
    width: 93%;
    height: auto !important;
    margin: 18px auto 0px 11px;
	background:none;
	background-color:#fff;
	}
	#proyectoservicios ol li {
	width:233px;
    margin: 20px 0px 0px 20px;
	}
	#proyectoservicios ol li:nth-child(1) {
		margin-left:56px;
	}
	#proyectoservicios ol li:nth-child(3) {
		margin-left:51px;
		margin-bottom:2.55em;
	}
	/*proyectos logos editoriales*/
	#proyectosclientes ol li:nth-child(1){
    margin-left: 9px !important;
	}
	#proyectosclientes ol li:nth-child(2){
    margin-left: 4px;
	}
	#proyectosclientes ol li:nth-child(3){
    margin-left: 14px;
	}
	#proyectosclientes ol li:nth-child(4){
    margin-left: 14px;
	}
	#proyectosclientes ol li:nth-child(6){
    margin-left: 28px;
	}
	#proyectosclientes ol li:nth-child(7){
    margin-left: 17px;
	}
	#proyectosclientes ol li:nth-child(8){
    margin-left: 1px;
	}
	section ~ section {
    width: 94.49%;
	}
	.logonorma{
		width:45%;
	}
	.logonorma img{
		 width: 134% !important;
	 }
	.logoalfaomega{
		margin-top:10px;
	}
	.logomcgraw{
		margin-top:27px;
	}
	.peques{
		margin-top:-10px;
		margin-bottom: 30px;
	}
	
	.oxford{
		clear:left !important;
	}
	.logooxford{
		width:70%;
		margin-top:8px;
	}
	/*Inicia contacto*/
	#contactoformulario {
    height: 548px !important;
	}
	#contactoformulario iframe {
	width: 280px;
	margin-left: 13px;
	height: 495px;
	}
	#contactoformulario h3:nth-child(3) {
    margin: 10px 0px 8px 13px;
	}
}

