@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Abel');
body {
	font-family: 'Abel', sans-serif;
	font-size: 10pt;

	font-weight:400;
background-color: #fff4ef;

background-image:  radial-gradient(#6d5c3d 0.4px, transparent 0.4px), radial-gradient(#6d5c3d 0.4px, #fff4ef 0.4px);
background-size: 16px 16px;
background-position: 0 0,8px 8px;	
}

li{padding-bottom: 10px;}







p {
	font-family: 'Abel', sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight:400;
	}
h1 {
	font-family: 'Abel', sans-serif;
	font-weight: 400;
	font-size: 24pt;
	color: #000000;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center right;
	margin: 0px;
	padding-top: 25px;
	padding-bottom: 35px;
}
h2 {
	font-family: 'Abel', sans-serif;
	font-weight: 400;
	font-size: 15pt;
	color:#F30;
	text-align:center;
}
h3 {
	font-family: 'Abel', sans-serif;
	font-weight: 400;
	font-size: 12pt;
	color:#E50509;
	text-align:left;
}

.contenedor_maestro {
	font-family: 'Abel', sans-serif;
	font-size: 12pt;
	font-weight:400;
	color: #000000;
	background-color: #ffffff;
	width: 85%;
	border: 3px solid #5E0608;
	margin: auto;
	padding: 20px;
	padding-top:0;
	height: auto;
	position:relative;
}

.contenedor_proyecto {
	font-family: 'Abel', sans-serif;
	font-size: 10pt;
	font-weight:400;
	color: #000000;
	background-color:#F8F2E7;
	width: 600px;
	border: 2px solid #F30;
	margin: auto;
	padding: 20px;
	padding-top:0;
	height: auto;
	position:relative;
}

.fotoinicio{
	height:200px;
	width:100%;
	margin:0;
	margin-top:10px;
	background-image:url(images/inicio.png);
	background-size: 1920px 200px;
	background-position: center;
	}


#top-menu {
  width:100%;
  height:30px;
  margin:auto;
  padding:0;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #333;
}

.menu {
	display: block;
	list-style-type: none;
	max-width: 97%;
	text-align:center;
	margin: 0 auto;
	padding: 0;
	
}

.menu li {
  margin: 0;
  padding: 0;
}
.menu li a {
  display: block;
  float: left;
  width:auto;
  margin-right:0px;
  margin-top:6px;
  padding:12px;
  text-align:center;
  color: #000000;
  text-decoration: none;
  font-size: 12pt;
  font-weight: 400;
  text-transform: lowercase;
  background: transparent url('images/bg.jpg') repeat-x top left;
  font-family: 'Abel', sans-serif;
}
.menu li a:hover {
  color: #8D0507;
  background: transparent url('images/over.jpg') repeat-x top right;
}
.footer
{
	color: #555555;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	width: 85%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
	font-family: 'Abel', sans-serif;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}
a:link {
	color: #F30;
	text-decoration: none;
}
a:visited {
	color: #C00;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
.titulo {
	clear:both;
	margin-bottom:30px;	
	text-align:center;
	
}
.clavemateria{
	font-size:24pt;
	color:#F30;
	}
	
hr {
	border: 0;
	color: #333;
	width: 85%;
	margin: auto;
	background-color: #333;
	height: 4px;
}
 .tutorial
 {
	 
	 text-align:center;
	 width:400px;
	 margin:auto;
	 }



@media only screen and (min-width : 200px) and (max-width : 480px){
	
.contenedor_maestro {
width: 250px;
	}	
	.contenedor_proyecto {
width: 250px;
	}
.fotoinicio{
	height:200px;
	width:250px;
	margin:0;
	margin-top:10px;
	background-image:url(images/inicio.png);
	background-size: cover;
	
	}	
	
.menu li a {
  display: block;
  
  width:230px;
  margin-right:20px;
  margin-top:6px;
  padding:12px;
  text-align:center;
  color: #999999;
  text-decoration: none;
  font-size: 12pt;
  font-weight: 400;
  text-transform: lowercase;
  background: transparent url('../bg.jpg') repeat-x top left;
  font-family: 'Abel', sans-serif;
}	
	
	li{
		list-style-position: outside;
		margin-left:-20px;
	}	
	
h1{
	background-image:url(xx);
}	
	
}




@media only screen and (min-width : 481px) and (max-width : 1024px){
	
.contenedor_maestro {
width: 85%;
	}	
	.fotoinicio{
	height:200px;
	width:100%;
	margin:0;
	margin-top:10px;
	background-image:url(images/inicio.png);
	background-size: cover;
	
	}
}

