@charset "utf-8";
/* CSS Document */


/* ----------------- BROWSER RESET ----------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, label, legend, {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
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;
}
/* ----------------- GENERALES ----------------- */

body {
	font: 62.5% Helvetica, Arial, sans-serif;
	color: #000;
	background: #FFF;
}
a {
	font: 1.2em Helvetica, Arial, sans-serif;
	color:#666666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
:focus {
	outline: none;
}
ul {
	list-style-type: none;
}
li {
	font-size: 1.1em;
}
input, select, textarea {
	font: 1em Helvetica, Arial, sans-serif;
}
/* ----------------- ESTRUCTURA ----------------- */
 body {
	margin:auto;
	padding:0;
	background-color:#FFFFFF;
}
#container {
	width:830px;
        height: 700px;
	margin:auto;
	background:url(../images/background.png) right bottom no-repeat;
	border: solid 1px #666666;
	border-top: solid 4px #000000;
}
#header, #content, #footer {
	padding:0;
	margin:0;
	clear:both;
}
#header {
	height:100px;
}
#content {
	width:800px;
	clear:both;
}
#footer {
}
/* ----------------- HEADER ----------------- */

#header .logo {
	float: left;
	width:250px;
	height:100px;
        padding-left: 260px;
}
#header .logo a {
	width:250px;
	height:95px;
	background:url(../images/logo.png) right top no-repeat;
	text-indent: -999em;
	display:block;
}
/* ----------------- CONTENT ----------------- */

.main ul li {
	padding-left: 10px;
	margin-bottom: 7px;	
	color:#000000;
	font:1.3em Arial, Helvetica, sans-serif;
}
.main ol li {
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 7px;	
	color: #d4149a;
	font:1.3em Helvetica, Arial, sans-serif;
}
.main ol li span {
	color:#000000;
	font:1.3em Helvetica, Arial, sans-serif;

}
.main li a {
	color: #666666;
	font:1.0em Helvetica, Arial, sans-serif;
}
.main li a:hover {
	color: #999999;
	font:1.2em Helvetica, Arial, sans-serif;
}
.main {
	width:800px;
	float:left;
        padding-left:20px;
}
.box {
	width:380px;
	height:250px;
	display:block;
	float:left;
	margin:0;
}

.box h1 {
	margin:auto;
	font: 3em bold Helvetica, Arial, sans-serif;
	color:#000000;
	display:block;
	margin:15px 0 0 10px;
}
.box p {
	width:350px;
	font:1.2em Helvetica, Arial, sans-serif;
	line-height:18px;
	color:#000000;
	text-decoration:none;
	margin:10px 0 10px 10px;
}
.box img {
	border:1px solid #7e7e7f;
	padding:7px;
	margin-top:15px;
}
/* ----------------- FOOTER ----------------- */

#footer {
	height:100px;
	padding: 100px 0 0 0;
	display:block;
}
#footer p {
	margin:16px;
	height:20px;
	font: 0.9em Helvetica, Arial, sans-serif;
}


