*{
	margin: 0px;
	padding: 0px;
}
html{
	height: 100%;
}
body{
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-position:0px 0px;

}
img{border:none;}
ul{list-style:none;}
a{
	color:#8dc6ff;
	text-decoration:none;

}
a:hover{
	text-decoration:underline;
}
#main{
	max-width:1000px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#marco{
	background-color:white;
	max-width:1000px;
	width:100%;
}
#adsense-enlaces-1{
	background-color:#C8121B;
	padding:5px;
	min-height:15px;

}
#adsense-enlaces-2{
	background-color:#E5CE91;
	padding:5px;
	min-height:15px;
	padding:10px;
	width:980px;
}
#cabecera{
	padding-top:10px;
}
#cabecera a.logo{
	display:block;
}
#cabecera a.logo img {
	height:60px;
}
#adsense-sky{

	float:right;
	width:728px;
}
#contenido{

	width:100%;
	background-repeat:repeat-y;
	background-position:top left;
	
}
a{
	color:#2668aa;
	font-weight:bold;
}
#menu{
	float:right;
	margin:1px;
	width:168px;
	margin-right:10px;
	padding:20px 5px 5px 5px;
}
#menu b{
	
}
#menu ul{
	margin-top:15px;
	margin-bottom:15px;
}
#menu ul li{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #cecece;
}
#menu ul li:hover{
	background-color:white;
}
h1{
	color:#22313f;
	font-size:23px;
	border-bottom:3px solid #cecece;
	padding-bottom:10px;
	margin-bottom:10px;
}
#centro{
	float:left;
	padding-top:10px;
	width: calc(100% - 200px);
}
#cursosindex{
	display:block;
	margin-top:15px;

}
#cursosindex li{
	margin-bottom:20px;
	border-bottom: 1px solid #5e5e5e2b;
	padding-bottom: 20px;
}
.imglificha{
	margin-right:20px;
	padding:5px;
	float:left;
	max-height: 70px;
}
.titulo{
	font-size:17px;
}
#cursosindex li div{

}
#cursosindex li div.largo{
	width:100%;
}
#derecha{
	float:right;
	width:170px;
	padding:5px;
}
#buscador{
	text-align:center;
}
#buscador h3{
	color:#4262bd;
	margin-bottom:10px;
}
#curso h2{
	color:#3E2511;
}
#adsense-ficha-cursos{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#curso{
	line-height:30px;
	font-size:15px;
}
#curso form p{
	margin-top:30px;
	text-align:center;
}

@media (max-width: 900px) {
	#menu{
		float:none;
		width:100%;
	}
	#centro{
		width: calc(100% - 20px);

		padding: 10px;
	}

}