@charset "utf-8";
/*
LUIS MIGUEL MARTÍN | www.luismiguelmartin.es
Versión: 1.0
*/

/* Eric Meyer's Reset*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* LAS TABLAS TODAVÍA NECESITAN 'cellspacing="0"' EN EL CÓDIGO */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS específico */

html, body {
	height:100%;
}
body {
	background:#efefef url(../img/bg.png);
	background:#f0f0f0;
	color:#333;
	text-rendering: optimizeLegibility;
}
a {
	color:#5DC6E5;
	text-decoration:none;
	font-weight:700;
}
a:hover {
}
#content {
	margin: 5%;
	width: 75%;
}
	#content h1 {
		font:normal 300%/100% 'Open Sans', sans-serif;
		color:#5DC6E5;
		font-weight: 300;
		border-bottom:1px solid #FAFAFA;
		padding-bottom:10px;
		letter-spacing:-1px;
	}
	#content h2 {
		font:bold 150%/120% 'Open Sans', Helvetica, sans-serif;
		text-shadow: 1px 1px 0 #FFF;
		margin:10px 0;
		color:#222;
		font-weight: 600;
		letter-spacing:-1px;
	}
	#content p {
		font:normal 100%/150% 'Open Sans', sans-serif;
		font-weight:400;
		text-shadow: 1px 1px 0 #fff;
		margin:10px 0;
	}
