/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
body {
	line-height:1;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
input, select {
	font-size:100%;
	vertical-align:middle;
}

/* Fin css reset */

@font-face {
	font-family: "MyriadPro-BoldCond";
	src: url("../fonts/MyriadPro-BoldCond.otf");
}

body{
	background: #ccc;
	background: #ccc linear-gradient(#ccc, #999) fixed;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 1.1em;
}

a:link,
a:visited,
a:active{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #999;
}

a img{
	border: 0;
}

h1{
	color: #ef741f;
	font-family: "MyriadPro-BoldCond", Tahoma, Geneva, sans-serif;
	font-size: 2.2em;
	margin: .5em 0 1.5em;
}

h2{
	color: #ef741f;
	font-family: "MyriadPro-BoldCond", Tahoma, Geneva, sans-serif;
	font-size: 1.8em;
	margin-bottom: .5em;
}

h3{
	color: #ef741f;
	font-family: "MyriadPro-BoldCond", Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	line-height: 1.1em;
	margin-bottom: .5em;
}

h4{
	color: #ef741f;
	font-family: "MyriadPro-BoldCond", Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	margin-bottom: .5em;
}

h5{
	color: #4d4d4d;
	font-size: .9em;
	margin-bottom: .5em;
}

h6{
	color: #999;
	font-size: .8em;
	margin-bottom: .5em;
}

p{
	color: #4d4d4d;
	line-height: 1.4em;
	margin-bottom: 1em;
}

input[type="submit"]{
	border: none;
	border-radius: 4px;
	margin-top: 10px;
	padding: .2em 1em;
}

textarea {
	display: block;
	padding: 10px;
	min-height: 200px;
	max-height: 200px;
	min-width: 90%;
	max-width: 90%;
}

#contenido{
	background: #fff;
	box-shadow: 0 1px 5px 1px rgba(128, 128, 128, .8);
	margin: 15px auto;
	padding: 15px 15px 2px;
	max-width: 960px;
    width: 100%;
}

/* Pie de página */

footer{
	clear: both;
	font-size: .7em;
	padding: .5em 0;
	text-align: right;
}

.clearfix{
    clear: both;
}
