﻿/*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, 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 {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
}

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: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

a {
	outline: 0;
	color: #e7efde;
	text-decoration: underline;
	outline: 0;
}

a:focus,
a:hover {
	outline: 0;
    color: #ffd800;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #669933;
}

.pagina {
    width: 990px;
	margin: 0 auto;
	display: block;
}

.cabecera {
	display: block;
    margin: 0 0 0 0;
	height: 200px
}

.bloque-logos {
	display: block;
	height: 70px;
	padding-top: 25px;
    padding-bottom: 5px;
}

.logo-margesi {
	display: block;
	width: 263px;
	height: 72px;

    margin:50px auto 1px auto;
	background-image: url(../Images/sprite_margesi.png);
	background-repeat: no-repeat;
	background-position: 0 -61px;
}

.contenido {
    width: 600px;
    margin: 0 auto 0 auto;

    background-color: #80aa56;
    padding: 40px;
    border-radius: 10px;

    text-align: justify;
    line-height: 20px;
    font-size: 12px;
}

.contenido li{
    padding-bottom: 10px;
}

.contenido h1 {
    margin-bottom: 30px;

    text-align: center;
}

@-moz-document url-prefix() {
}