@charset "utf-8";
*{
	padding: 0px;
	margin: 0px;
	position: static;
}
body {
	max-width: 1280px;
	max-height: 640px;
	background-image: url(../imaxes/fondo5.jpg);
}
/* 	Comienza Contenedores de las paginas */
#contenedor {
	/* [disabled]background-color: #AAAAAA; */
	width: 1200px;
	height: 640px;
	position: absolute;
	left: 80px;
}
#contenedor #navegacion {
	width: 250px;
	/* [disabled]height: 350px; */
	position: absolute;
	float: left;
	/* [disabled]font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif; */
}
#contenedor #cabecero {
	width: 950px;
	height: 60px;
	float: right;
	position: relative;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
#contenedor #btsSuperiores {
	width: 950px;
	height: 40px;
	/* [disabled]background-color: #B2E3FF; */
	float: right;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	background-image: -webkit-repeating-linear-gradient(270deg,rgba(143,221,249,1.00) 0%,rgba(46,63,255,1.00) 49.23%,rgba(46,141,255,1.00) 77.20%,rgba(143,221,249,1.00) 100%);
	background-image: -moz-repeating-linear-gradient(270deg,rgba(143,221,249,1.00) 0%,rgba(46,63,255,1.00) 49.23%,rgba(46,141,255,1.00) 77.20%,rgba(143,221,249,1.00) 100%);
	background-image: -o-repeating-linear-gradient(270deg,rgba(143,221,249,1.00) 0%,rgba(46,63,255,1.00) 49.23%,rgba(46,141,255,1.00) 77.20%,rgba(143,221,249,1.00) 100%);
	background-image: repeating-linear-gradient(180deg,rgba(143,221,249,1.00) 0%,rgba(46,63,255,1.00) 49.23%,rgba(46,141,255,1.00) 77.20%,rgba(143,221,249,1.00) 100%);
}
/* Contenedor pagina Index */
#contenedor .contIndex {
	width: 930px;
	height: 530px;
	float: right;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	position: relative;
}
/* Contenedor pagina demás páginas */
#contenedor .contPaginas {
	width: 930px;
	height: 440px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	background-color: #EFFBF9;
}
/*Contenedor para los test*/
#contenedor .contTest {
	width: 930px;
	height: 520px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	background-color: #EFFBF9;
}
#contenedor .contTest #test {
	width: 905px;
	height: 430px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	/* [disabled]display: none; */
	/* [disabled]overflow-y: scroll; */
	background-color: #EFFBF9;
}
#contenedor #btsInferiores {
	width: 950px;
	height: 50px;
	float: right;
	background-color: #1D3AF9;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
#footer {
	width: 950px;
	height: 30px;
	float: right;
	background-color: #4AF3F5;
	position: relative;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	/*font-weight: bold;*/
	font-size: 16px;
	text-align: center;
}
/* Fin Contenedores */

/* Maquetación elementos de las paginas */
/* Comienzo Cabecero */
/* Imagen del cabecero */
.imagcabecero {
	background-image: url(../imaxes/Texto03.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 60px;
}
/* Fin Cabecero */
/* Todos los enlaces sin subrayado y listas  sin punto*/
a {
	text-decoration: none;
}
/* Comienzo Menu vertical */
/* Los enlaces del menú del menu vertical */
/*
#contenedor #navegacion ul li a {
	color: #FFFFFF;
	font-style: normal;
	font-size: 14px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 0.5;
	padding-left: 10px;
	padding-right: 10px;
}
#contenedor #navegacion ul li a:hover  {
	background-color: #B7B7B7;
	opacity: 1;
	border-left: 10px solid #69EB68;
}
Los elementos de la lista del menú vertical
#contenedor #navegacion ul li {
	list-style-type: none;
}
El titulo del menu vertical
#contenedor #navegacion #cabeceroNav {
	padding-top: 80px;
	padding-bottom: 10px;
	font-size: 18px;
	font-style: italic;
	background-color: #C6C2C3;
	color: #FFFFFF;
	text-shadow: 4px 4px 2px #383838;
	font-weight: bold;
	text-align: left;
}
*/
/* Fin Menu Vertical */
/* Titulos de las diferentes páginas */
#contenedor #btsSuperiores h3 {
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	font-size: 22px;
	padding-top: 5px;
	padding-right: 40px;
	font-style: italic;
}
#contenedor #btsSuperiores #RefAmp {
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	padding-top: 5px;
	padding-right: 40px;
	font-style: italic;
}
/*Estilos del los contenidos*/
#contenedor .contPaginas #contenidos {
	max-height: 430px;
	font-size: 14px;
	text-align: justify;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
/*Estilos imagenes dentro de los contenidos*/
#contenedor .contPaginas .imgContenido {
	position: relative;
	float: left;
	top: 50px;
}
/*Estilos de las formulas*/
.formula{
	color: #4C4C4C;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
	/* [disabled]font-weight: bold; */
	/* [disabled]border-color: #FFFFFF; */
	/* [disabled]border-style: solid; */
	/* [disabled]border-width: 1px; */
	/* [disabled]border-radius: 5px; */
	/* [disabled]-webkit-box-shadow: 10px 10px 20px #B5B5B5; */
	/* [disabled]box-shadow: 10px 10px 20px #B5B5B5; */
}
/*Estilos de las formulas dentro de los contenidos*/
.contPaginas #contenidos .formula {
	/* [disabled]width: 250px; */
	position: relative;
	float: left;
	/* [disabled]top: 200px; */
	/* [disabled]left: 350px; */
}
/* Inicio boton ver animacion */
.btAnimacion {
	font-family: arial;
	font-weight: bold;
	color: #FFFFFF !important;
	font-size: 12px;
	text-shadow: 1px 1px 0px #EE1A76;
	box-shadow: 1px 1px 1px #D41769;
	padding: 3px 11px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border: 2px solid #941049;
	background: #63B8EE;
	background: linear-gradient(top,  #EE1A76,  #9E114E);
	background: -ms-linear-gradient(top,  #EE1A76,  #9E114E);
	background: -webkit-gradient(linear, left top, left bottom, from(#EE1A76), to(#9E114E));
	background: -moz-linear-gradient(top,  #EE1A76,  #9E114E);
	position: relative;
	float: right;
}
.btAnimacion:hover {
  color: #FFFFFF !important;
  background: #468CCF;
  background: linear-gradient(top,  #9E114E,  #EE1A76);
  background: -ms-linear-gradient(top,  #9E114E,  #EE1A76);
  background: -webkit-gradient(linear, left top, left bottom, from(#9E114E), to(#EE1A76));
  background: -moz-linear-gradient(top,  #9E114E,  #EE1A76);
}
/* Posición boton animación*/
.contPaginas #contenidos #posbtAnimacion {
	position: absolute;
	top: 410px;
	right: 10px;
}
/* Titulos de los contenidos */
.contPaginas #contenidos h3 {
	text-align: center;
	font-style: italic;
	/* [disabled]text-shadow: 1px 1px 3px #969696; *//*sombra de los h3*/
	font-weight: bold;
	color: #F53695;
}
/*Inicio Fracciones*/
.fraction {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.2em 0.4ex;
	text-align: center;
	width: 30px;
}
.fraction > span {
    display: block;
    padding-top: 0.15em;
}
.fraction span.fdn {
	border-top: thin solid black;
}
.fraction span.bar {
	display: none;
	width: 20px;
}
/*Fin Fracciones*/
/*Posicion de las imagenes Practica*/
.contPaginas #contenidos #imgenPract {
	position: relative;
	top: 10px;
}
/*Posicion de los tests*/
#contenedor .contTest #tests{
	float: left;
	padding-top: 16px;
}