@font-face{
	font-family:ptSans;
	src: url(PTSans.ttf) format("truetype");
}
@font-face{
	font-family:OpenSans;
	src: url(Opensans-Regular.ttf) format('truetype');
}
@font-face{
	font-family:font1_negrita;
	src: url(titulos.ttf) format('truetype');
}
@font-face{
	font-family:mia;
	src: url(pakenham.ttf) format('truetype');
}

body{
	background-color:#D6B64C;
	width:97%;
	min-width:450px;
	max-width:1260px;
	margin:0 auto;
}

a{
	text-decoration:none;
	color:#3C5391;
}

a:hover{
	color:#775D54;
}

header{
	width:97%;
	min-width:450px;
	max-width:1260px;
	margin-left:20px;
}

#cabecera{
	margin-top:8px;
	padding: 14px 0px 0px 220px;
	height:62px;
	font-family:mia;
	color:#3E332F;
	font-size: 30px;
	text-align:left;
	border: 0px;
	border-radius: 16px 16px 0px 0px;
	background-image:url('../img/logo_blanco_20.png'), url('../img/titulo.png');
	background-repeat:no-repeat, no-repeat;
	background-position:730px -49px, 0px 0px;
	background-size:400px, 179px;
	background-color:#DDCB91;
	line-height:20px;
}

#negro{
	padding-left:30px;
	padding-top:3px;
	margin-bottom:20px;
	text-align:left;
	height: 32px;
	border: 0px;
	border-radius: 0px 0px 16px 16px;
	background-color:#3e332f;
	font-family:mia;
	font-size:19px;
	color:white;
	text-decoration:none;
}

#negro a{
	color:white;
	text-decoration:none;
}

#negro a:hover{
	color:#E3D193;
	text-decoration:none;
}

h3{
	font-family:font1_negrita;
	color: #3e332f;
	font-size:27px;
}

.contenido_principal{
	width:97%;
	min-width:450px;
	max-width:1260px;
	margin-left:20px;
}

#asignatura{
	width:70%;
	float:left;
	font-family:opensans;
	font-size: 14px;
	padding:0px 1% 0px 1%;
	color:black;
	text-align:justify;
	border-radius: 17px 17px 0px 0px;
	background:url('../img/logo_blanco_20.png');
	background-repeat:no-repeat;
	background-size:750px;
	background-position:-250px 15px;
	background-color:#DDCB91;
}

#asignatura a{
	font-family:ptsans;
	font-size:15px;
}

aside {
	width:27%;
	float:right;
	font-family:openSans;
	font-size: 14px;
	text-align:left;
	margin-top:-22px;
}

#aside1{
	height:150px;
	background:url('../img/javier_lopez.jpg');
	border: 0px solid #dad9ea;
	border-radius: 17px 17px 17px 17px;
	background-color:#9E9679;
	margin-top:-10px;
}

#aside2{
	margin-top:10px;
	color:black;
	padding-top:1px;
	padding-left:16px;
	padding-bottom:22px;
	border: 0px solid #dad9ea;
	border-radius: 17px 17px 17px 17px;
	background:url('../img/logo_blanco_10.png');
	background-repeat:no-repeat;
	background-size:400px;
	background-position:180px 15px;
	background-color:#D7CFB7;
}

#aside2 a{
	text-decoration:none;
	color:#675F59;
	font-family:ptsans;
	font-size:15px;
}

#aside2 a:hover{
	text-decoration:none;
	color:#3e332f;
}

#firma a{
	color:black;
	text-decoration:none;
}

#firma a:hover{
	color:white;
	text-decoration:none;
}

#firma{
	width:97%;
	min-width:450px;
	max-width:1260px;
	margin-left:20px;
	height: 43px;
	float:left;
	font-family:ptSans;
	font-size:11px;
	background-color:#9E9679;
	border-radius: 0px 17px 0px 0px;
}

footer a{
	color:darkgray;
	text-decoration:none;
}

footer a:hover{
	color:#e20d0d;
	text-decoration:none;
}

footer{
	width:97%;
	max-width:1260px;
	min-width:450px;
	margin-left:20px;
	height: 80px;
	font-family:ptSans;
	font-size:11px;
	background-color:#3e332f;
	color:white;
	float:left;
	border-radius: 0px 0px 17px 17px;
}