@charset "UTF-8";
/* CSS Document */

body {
	font: 12pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;


	/*color: #444;*/
	background:#FFF /*url(../imgs/bg_body3.jpg) no-repeat; color anterior#245*/
	background-size: cover;
}

p {
	text-align: justify;
	color: #333;
}

img {
	border: 0px;
	-webkit-box-lines: 4px;
}

a {
	color:#000;}
a:hover {
	color:#666;
	text-decoration:none;}

b, strong {
	font-weight:600;}

h1, h2, h3, h4 {
	font-weight:200;
	color:#320;
	border-bottom:#320 solid 1px;}

//*iframe {
	width: 100%;
	max-width:900px;
	border: none;
	margin: 2px 2px 2px 55px;
}*//

#logo {
	position: absolute;
	z-index: 5;
	top: 2px;
	left: 8px;
	width: 159px;
	height: 420px;
	background-image:url(../imgs/logoCM2.fw.png)   /* url(../imgs/loading_background.png)*/
	visibility: visible;
}

#cabeza {
	width: 100% auto;
	height: 90px;
	left: auto;
	margin-bottom: 25px;
	/*background: url(../../html/images/blindedbyscience.jpg) no-repeat;*/
	background-size: cover;
	border-radius: 0px;
}

#titulo, #mnu {
	width:90% auto;
	padding-left:80px;
	padding-top:50px}

#titulo {
	height: 69px;
	padding-top: -25px;
	border-bottom: rgba(238,221,17,0.5) solid 0px;
}

#conts {
	width:100% auto;
	/*min-height:2 auto;
	/*background:rgba(255,255,255,0.8);
	box-shadow:0 0 6px rgba(0,0,0,0.4);*/
	/*border-radius:8px;*/
	padding:2px;}

.boton {
	/*margin:20px 0;*/
	margin:15px 0;
	box-shadow:0 0 4px rgba(0,0,0,0.4);
	border:#320 solid 1px;
	border-radius:8px;
	padding:8px;
	padding-left:35px;}

.boton a {
	text-decoration:none;}

.act {
	background:rgba(255,255,255,0.8) url(../imgs/ic_actividad.png) no-repeat;
	background-position:8px;}

.cuest {
	background:rgba(255,255,255,0.8) url(../imgs/ic_cuestionario.png) no-repeat;
	background-position:8px;}

.descar {
	background:rgba(255,255,255,0.8) url(../imgs/ic_descarga.png);
	background-position:8px;}

.foro {
	background: rgba(255,255,255,0.8) url(../imgs/ic_foro.png) no-repeat;
	background-position: 6px;
}
	
.textos1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #060;
	}	

.textos2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #09C;
	text-align:justify;
	}
	
	.textosS1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #09C;
	}	
	
.textosContenido {
	font-family: Arial, Helvetica, sans-serif
	font-size: 14px;
	color: rgba(204,204,204,1);
	}
	
.subtitulo{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	background: rgba(51,153,153,1);
	padding-left:45px;
	padding-top:3px;
	padding-right:45px;
	padding-bottom:3px;
	color:rgba(255,255,255,1);}
	
.subtitulo1{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	background: rgba(51,153,153,1);
	padding-left:25px;
	padding-top:3px;
	padding-right:25px;
	padding-bottom:3px;
	color: rgba(51,255,255,1);
}
	
.caja{
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background:rgba(158, 75, 138,1);
	padding-left: 5px;
	padding-top: 3px;
	padding-right:5px;
	padding-bottom: 3px;
	color: rgba(158, 75, 138,1);
}

.styled-select {
  background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
  height: 29px;
  overflow: hidden;
  width: 180px;
}
.styled-select select {
  background: transparent;
  border: none;
  font-size: 14px;
  height: 29px;
  padding: 5px;
  
  width: 268px;
}
.styled-select.slate {
  background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
  height: 34px;
  width: 240px;
}
.styled-select.slate select {
  border: 1px solid #ccc;
  font-size: 16px;
  height: 34px;
  width: 268px;
}

.rounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.semi-square {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* -Back */


.blue {
  background-color: #b980ab;
}

/* -Text */


.blue select {
  color: #333;
}

/* -Select -moz-Box Styles*/
#mainselection select {
  border: 0;
  color: #EEE;
  background: transparent;
  font-size: 20px;
  font-weight: bold;
  padding: 2px 10px;
  width: 378px;
  *width: 350px;
  *background: #58B14C;
  -webkit-appearance: none;
}
#mainselection {
  overflow: hidden;
  width: 350px;
  -moz-border-radius: 9px 9px 9px 9px;
  -webkit-border-radius: 9px 9px 9px 9px;
  border-radius: 9px 9px 9px 9px;
  box-shadow: 1px 1px 11px #330033;
  background: #58B14C url("http://i62.tinypic.com/15xvbd5.png") no-repeat scroll 319px center;
}
/* -Select -moz-Box Styles */
select#soflow,
select#soflow-color {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size: inherit;
  margin: 20px;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
}
select#soflow-color {
  color: #fff;
  background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);
  background-color: #779126;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-left: 15px;
}

/* MENU CCS MATERIALES DIDACTICOS */
.navigation {
  width: 100%;
}

.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mainmenu a {
  display: block;
  background-color: #f8f8f8;
  text-decoration: none;
  padding: 18px;
  color: #444;
  font-size: .85rem;
  box-shadow: inset 0 -1px #CFC0D0;
}

.mainmenu a:hover {
    background-color: #FFF;
	border-left-style:solid;
	border-left-width:thick;
	border-left-color:#d2d2d2;
}

.mainmenu li:hover .submenu {
  display: block;
  max-height: 310px;
}

.submenu a {
  background-color: #f1f1f1;
}

.submenu a:hover {
  background-color: #f8f8f8;
  color: #777;
  border-left-style: hidden;
  padding-left: 20px;
  background: url(../imgs/next.png) center left no-repeat;
}

.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}




