@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */


body {
	margin: 30px 0px;
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.6em;
	background-color: #fff;
	font-weight:400;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	letter-spacing:1px;
	}
li a, #footer a, .contacto a {color:#111; text-decoration:none; font-weight:400; border-bottom:solid 2px #ccc; padding: 0 0 3px 0;}
li a:hover, #footer a:hover, .contacto a:hover {color:#111; text-decoration:none; background-color:#ccc; }

hr {height:1px; border:none; background-color:#ccc;}


#page {
	width:960px;
	margin:0 auto;
}
#header {
	float: left;
	width: 960px;
}
#container {
	width:540px;
	float:left;
	margin-right: 40px;
	margin-left: 20px;
	clear:left;
}
.subtitulo {}



.rojo {color:#c30;}
#menu {float: right; margin: 15px 0 0 100px;}
#menu ul {}
#menu li {float:left; display:inline; }
#menu li a {font-family:'Oswald', Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:12px; margin:0 10px; text-align: center; font-weight:400;  }
#menu li a:hover {color:#c30; background-color:transparent;}



#menu li ul li{ color:#c30; font-family:'Oswald', Arial, Helvetica, sans-serif; font-size:10px; text-align: center; float:left;margin-left:-17px;}
.red {color:#c30;}

#container h1 {
	font-size:24px;
	/*border-top: solid 1px #ccc;*/
	border-bottom: solid 3px #ccc;
	display:block;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#container h2, #container h3 {
	font-size:18px;
	/*border-top: solid 1px #ccc;*/
	border-bottom: solid 3px #ccc;
	display:block;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

a.english {color:#c30;}
a.english:hover {border-bottom:solid 2px #c30;}

#container ul {list-style:disc; padding:0 0 0 20px; margin:30px 0;}
#container li { margin:10px 0;}

.big {font-size:16px; line-height:24px;}
#container h2 {
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#sidebar { width:360px; float:left;}

#sidebar h2 {font-size:24px;
	/*border-top: solid 1px #ccc;*/
	border-bottom: solid 3px #ccc;
	display:block;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;}
#sidebar p {
	font-size:12px;
	border-bottom: solid 1px #ccc;
	margin: 5px 0;
	padding:10px 0;
}

#intro {
	margin-bottom: 40px;
	margin-top: 20px;
}
#intro img {
	float:left;
	border: 2px solid #111;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-top: 10px;
}

a.descargar  {
	background-color:#111;
	color:#fff;
	float:left;
	width:220px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-decoration:none;
	font-weight:400;
}
a.descargar:hover {background-color:#777;}

a.cv {color:#c30; text-decoration:underline; padding:6px; font-family:'Oswald', Arial, Helvetica, sans-serif; font-weight:normal;}
img.codigos {border:solid 1px #ccc; margin:20px 0 0 0;}

.autor {
	color:#111;
	font-family: "Lucida Grande", sans-serif;
	font-size: 10px;
	margin-top: 5px;
	display: block;
	font-weight: bold;
}
.intro {
	font-size:24px;
	color:#999;
	font-style: italic;
	line-height: 28px;
	margin-top: 15px;
}
#footer {border-top: solid 1px #ccc;  padding:15px 0; margin:30px 0 60px 0; float:left; width:960px;}

.sitedescription { /*border-top: solid 1px #ccc; */ border-bottom: solid 3px #ccc; margin: 20px 0; padding:10px 0; float:left; display:block; width:100%;}