/* -- Comportamiento y estilos de los botones de las aulas -- */
/* -- Circular Work -- */
.gridcontainer {
	width: 720px;
	margin: 30px auto;
}

.grid_3 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
}

.grid_9 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
}

.fmcircle_out {
	width: 200px;
	height: 200px;
	background: rgba(221,221,221,0.3) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAO0lEQVQYV2NkIAIwElKze/fu/3gVgRS4uroyEjQJZBNWRTATYE7BUISuAKdJ6J6Bm4TNBBTr8CkAKQQA02QXOj4w/E8AAAAASUVORK5CYII=);
	text-align: center;
	display: block;
	margin-left: 10px;
	opacity: 0.8;	
	
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

	.fmcircle_out:hover {
		opacity: 1;	
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	
	.fmcircle_out:hover .fmcircle_in img {
		margin: 30px 25px 25px 25px;
		width: 120px;
		height: 120px;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	


.fmcircle_in {
	width: 170px;
	height: 170px;
	margin: 15px;
	display: inline-block;
	overflow: hidden;
	
	border-radius: 85px;
	-moz-border-radius: 85px;
	-webkit-border-radius: 85px;
	-o-border-radius: 85px;
}

.fmcircle_in img {
	border: none;
	margin: 53px;
	width: 64px;
	height: 64px;
		
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.fmcircle_in span {
	border: 1px solid #143D5F;
	vertical-align: baseline;
	width: 160px;
	background: #fff;
	color: #666666;
	padding: 5px;
	margin: -50px 0 0 -80px;
	height: 50px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	float: left;
	position: absolute;
	font-size:12px;
	opacity: 1;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
		
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

	.fmcircle_out:hover .fmcircle_in span {
	border: 1;
	vertical-align: baseline;
	width: 70%;
	background: #fff;
	color: #666666;
	padding: 5px;
	margin: -10px 0 0 -80px;
	height: 60px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	float: left;
	font-size:16px;
	position: absolute;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
		
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
		opacity: 1;
		
	}

/*** Base64 Patterns ***/

.fmcircle_blue {
	background-color: #296393;
}
/* -- FIN - Comportamiento y estilos de los botones de las aulas -- */


html{
	background-color:#4C4A4A;
	font-size:16px;
	color:#333;
}
.lateral{
	color:#333;
	bottom:0;
	margin:0;
	padding:0;
	}
.company{
	font-family: verdana,arial,helvetica;
	font-size: 22px;
	color: #ffffff;
	font-weight:bold;
}
.titulo {
        font-family: 'Opens Sans';
        font-size: 2.7rem;
        font-weight: 600;
        text-shadow: 1px 2px 6px rgb(0,0,0);
}
.titulo_2 {
        font-family: 'Shadows Into Light';
        font-size: 1.7rem;
        font-weight: 300;
        text-shadow: 1px 2px 6px rgb(0,0,0);
}
.slogan {
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
#op_res{
	border-radius:7px;
	background:#666;
	font-size:18px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#CCC;
	text-align:center;
	vertical-align:middle;
	width:340px;
	min-height:80px;
	display:table;
}
#text_op_res{
	font-family:"Arial Black", Gadget, sans-serif;
	color:#CCC;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
.magin {
	padding:0px;
}
table { font-size:100%;} 
body { 
	font-size:76%;
	margin:0px;
	padding:0;
	color:#ffffff;
	height:100%;
}

a:link { font-size:14px; color:#0000FF; text-decoration: none; border: none;}
a:focus { border: none; }
a:visited {color:#FF0000; text-decoration: none; border: none;}
a:hover {color: #CC0000; text-decoration: none; border: none; cursor:pointer;}
a:active {color: #FF0000; text-decoration: none; border: none;}

.flotante {
    display:scroll;
    position:fixed;
    top:200px;
    left:0px;
}
.flotante_2 {
    display:scroll;
    position:fixed;
    top:252px;
    left:0px;
}
.flotante_3 {
    display:scroll;
    position:fixed;
    top:304px;
    left:0px;
}
.flotante_4 {
    display:scroll;
    position:fixed;
    top:356px;
    left:0px;
}
.bgmenu{
	background-color:#000000;
}
.bgtop{
	background-image:url(images/bgtop.jpg);
	background-position:left top; 
	background-repeat:repeat-x;
}
.bgline1 { background-image:url(images/line_01.jpg);

}
.bgline2 { background-image:url(images/line_02.jpg);

}
.line{
	background-image:url(images/line.jpg);
	background-position:left top; 
	background-repeat:repeat-x;
}
.sideleft{
	background-image:url(images/sideleft.jpg);
	background-position:left top; 
	background-repeat:repeat-y;
}
.sideright{
	background-image:url(images/sideright.jpg);
	background-position:left top; 
	background-repeat:repeat-y;
}
.bgbottom{
	background-image:url(images/bottom.jpg);
	background-position:left top; 
	background-repeat:repeat-x;
}	

div#contenido_usuario{
	margin:10px;
	min-width:250px;
	min-height:360px;
	border-radius:7px;
	padding:10px 10px 10px 10px;
	color:#333;
}

div#contenido_usuario_1{
	margin:10px;
	min-width:250px;
	border-radius:7px;
	padding:10px 10px 10px 10px;
	color:#333;
}

div#contenido_usuario_2{
	margin:10px;
	min-width:250px;
	min-height:360px;
	border-radius:7px;
	padding:10px 10px 10px 10px;
	color:#333;
}

div#contenido_usuario_3{
	margin:10px;
	min-width:250px;
	border-radius:7px;
	padding:10px 10px 10px 10px;
	color:#333;
}

div#contenido_usuario_4{
	margin:10px;
	min-width:250px;
	border-radius:7px;
	padding:10px 10px 10px 10px;
	color:#333 !important;
}

div#sub_contenido_usuario{
	height:225px;
	color:#333;
	overflow-y:scroll;
	font-size:18px;
}

.contenido_aula{
	min-height:360px;
	border-radius:7px;
	background-color:#FFFF99;	
	padding:10px 10px 10px 10px;
	color:#333;
	box-shadow:inset 0px 0px 240px 0px  #CCC;
	font-size:40px;
}

div#contenido_left{
	
	margin:10px;
	min-height:260px;
	height:100%;
	border-radius:7px;
}
div#seccion_left {
	border-right: 1px dotted #666;
}

div#seccion_left2 {
	padding-bottom: 0px;
	border-bottom: 1px dotted #666;
	color:#F30;
}

div#contenido_usuario h1 {
	font-size:20px;
	color:#006;
	text-align:center;
	padding:15px 0 0px 0px;
	font-style:italic;
}
div#contenido_usuario h2 {
	text-align:center;
	font-size:22px;
	color:#009;
	padding:5px 0 5px 10px;
}
div#contenido h3 {
	color:#333;
}
div#contenido_usuario p {
	font-size:22px;
	color:#333;
	padding:0px 15px 0px 15px;
	text-align:justify;
}
div#contenido{
	margin:0px;
	min-height:360px;
	border-radius:7px;
	background-color:#FFF;	
	padding:10px 10px 10px 10px;
	color:#333;
}
div#contenido h1 {
	font-size:20px;
	color:#006;
	text-align:center;
	padding:15px 0 0px 0px;
	font-style:italic;
}
div#contenido h2 {
	font-size:16px;
	color:#009;
	padding:5px 0 5px 10px;
}
div#area_trabajo{
	margin: 0px 0px 0px 10px;
	min-height:520px;	
	padding:0px;
	color:#003;
}
div#area_trabajo_alumno{
	color:#000;
	min-height:650px;	
}
.subenlace {
	font-size:16px;
	color:#C60;
	padding:0px;
	border:solid;
	border-bottom:hidden;
	border-left:hidden;
	border-right:hidden;
	border-top-color:#009;
	margin:0px;
}
div#contenido p {
	font-size:14px;
	color:#FFF;
	padding:0px 15px 0px 15px;
	text-align:justify;
}
div#bienvenida p {
	font-size:14px;
	color:#666;
	padding:0px 15px 0px 15px;
	text-align:justify;
}
#contenido fieldset {
	margin-left:30px;
	padding:5px 5px 5px 10px;
	border: 2px solid #000033;
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	color: #FFFFFF;
	width: 280px;
}
#contenido_usuario fieldset {
	margin-left:30px;
	padding:5px 5px 5px 10px;
	border: 2px solid #000066;
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	color: #333333;
	width: 340px;
}
#area_trabajo fieldset {
	margin-left:30px;
	padding:5px 5px 5px 10px;
	border: 2px solid #999999;
	font-size: 16px;
	font-family:"Times New Roman", Times, serif;
	color: #0000FF;
	width: 90%;
}

.texte2 {
	color:#003;
}
	
div#msj{
	margin:7px;
	min-width:280px;
	min-height:160px;
	border-radius:10px;
	background-color:#333;	
	padding:10px 10px 10px 10px;
	color:#FFF;
}
div#msj p{
	color:#FFF;
	font-size:18px;
}
div#menu_left{
	min-width:210px;
	min-height:260px;
	background-color:#045FB4;	
	padding:0px;
}

.texte_legende {
	color: #FF6600;
	font-size:14px;
	font-family:"Arial Black", Gadget, sans-serif;
}
.champ {
	border-radius: 10px;
	background-color:#666;
	padding: 2px 10px 2px 10px;
	color:#FFF;
	box-shadow: 1px 1px 1px #900;
	-moz-transition: all 0.7s ease 0s;
	width:150px;
}
.champ:focus {
	background-color:#FFF;
	color: #000;
	box-shadow: 1px 1px 1px #333;
	width:160px;
}
.champ2 {
	border-radius: 10px;
	background-color:#666;
	padding: 2px 10px 2px 10px;
	color:#FFF;
	box-shadow: 1px 1px 1px #900;
	-moz-transition: all 0.7s ease 0s;
	width:200px;
}
.champ2:focus {
	background-color:#FFF;
	color: #000;
	box-shadow: 1px 1px 1px #333;
	width:200px;
}
.champ3 {
	border-radius: 10px;
	background-color:#666;
	padding: 2px 10px 2px 10px;
	color:#FFF;
	box-shadow: 1px 1px 1px #900;
	-moz-transition: all 0.7s ease 0s;
	width:200px;
}
.champ3:focus {
	background-color:#FFF;
	color: #000;
	box-shadow: 1px 1px 1px #333;
	width:200px;
	height:200px;
}
.champ4 {
	border-radius: 10px;
	background-color:#666;
	padding: 2px 10px 2px 10px;
	color:#FFF;
	box-shadow: 1px 1px 1px #900;
	-moz-transition: all 0.7s ease 0s;
	width:100px;
}
.champ4:focus {
	background-color:#FFF;
	color: #000;
	box-shadow: 1px 1px 1px #333;
	width:110px;
}
.champ5 {
	border-radius: 10px;
	background-color:#666;
	padding: 2px 10px 2px 10px;
	color:#FFF;
	box-shadow: 1px 1px 1px #900;
	-moz-transition: all 0.7s ease 0s;
	width:450px;
}
.champ5:focus {
	background-color:#FFF;
	color: #000;
	box-shadow: 1px 1px 1px #333;
	width:450px;
}
.champ6 {
	border-radius: 10px;
	background-color:#666;
	padding: 2px 10px 2px 10px;
	color:#FFF;
	box-shadow: 1px 1px 1px #900;
	-moz-transition: all 0.7s ease 0s;
	width:350px;
	font-size:18px;
}
.champ6:focus {
	background-color:#FFF;
	color: #000;
	box-shadow: 1px 1px 1px #333;
}
.button_send {
	border-radius:7px;
	background:#666;
	font-size:14px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#CCC;
	padding: 5px 15px 5px 15px;
	margin-bottom:5px;
	margin-top:15px;
	margin-left:50px;
}
.button_send:hover {
	border-radius:7px;
	background:#417FAD;
	font-size:14px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#CCC;
	padding: 5px 15px 5px 15px;
	margin-bottom:5px;
	margin-top:15px;
	margin-left:50px;
	cursor:pointer;
}
.button_send2 {
	border:0px;
	border-radius: 0px 0px 7px 7px;
	background:#009;
	font-size:14px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#CCC;
	margin-top:0px;
	width:240px;
}
.button_send2:hover {
	border:0px;
	border-radius: 0px 0px 7px 7px;
	background:#CC0;
	font-size:14px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#FFF;
	margin-top:0px;
	cursor:pointer;
}

/*pie de pagina*/
#footer {
	color:#FFFFFF;
	height:100%;
	width: 100%; 
	margin:0;
	padding:0;
}

	#col1 { 
	float: left; 
	width: 100%; 
	margin:0px;
	background-color:#4C4A4A; 
	padding:0; 
	text-align:center; 
	}
	#col2 { 
	    float: left; 
	    width: 100%; 
	    margin:0px; 
    	background-color:#4C4A4A; 
	    padding:0; 
	    text-align:center; 
	    
	}

.left_table{
	border-bottom:1px solid #FFF;
	font-size:17px;
	font-family:"Times New Roman", Times, serif, black;
	text-decoration:none;
	color:#FFF;
	padding:5px;
}

.left_table:hover{
    background-color:#0B173B;
    cursor: pointer;
}

.left_table_al{
	text-align:center;
	background-color:#E6E6E6;
	border-radius:12px;
	height:210px;
	min-width:280px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#000;
	text-shadow: 0 0 0.1em #FF0;
}

.left_table_al a{
	font-size:22px;
}

.left_table_al a:hover{
	text-decoration:none;
	color:#F00;
	text-shadow: 0 0 0.1em #FF0, 0 0 0.1em #FF0, 0 0 0.1em #FF0;
}

.left_table_a2{
	text-align:center;
	background-color:#E6E6E6;
	border-radius:12px;
	height:165px;
	min-width:230px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#000;
	text-shadow: 0 0 0.1em #FF0;
}

.left_table_a2 a{
	font-size:22px;
}

.left_table_a2 a:hover{
	text-decoration:none;
	color:#F00;
	text-shadow: 0 0 0.1em #FF0, 0 0 0.1em #FF0, 0 0 0.1em #FF0;
}

