/* 
html5doctor.com Reset Stylesheet
v1.4 
2009-07-27
Author: Richard Clark - http://richclarkdesign.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, dialog, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
	display:block;
}

ul, ol {
	list-style:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

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 #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;	
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/* =MISC
-----------------------------*/

.png { behavior: url(css/hacks/iepngfix.htc) }

html {
	text-align: center;
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	margin: 0;
	padding: 0;

}

body, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4;
	color: black;
}

a {
	text-decoration: underline;
	color: #0071C7;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6, th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.2;
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 0.5em;
	color: black;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

h3 {
	margin-bottom: 1em;
	font-weight: bold;
}


/* =LINKS
-----------------------------*/


/* =FORMS
-----------------------------*/
div.formulario{
	padding-left: 55px;
	padding-right: 55px;
}
th {
	width: 45px;
	color: white;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #55B6DB;
}

form td {
	text-align: left;
	padding-bottom: 0.75em;
}

label {
	display: block;	
}

input, textarea, select {
	padding: 0.1em 0.3em;
	height: 18px;
	background-color:#e5e5e5;
	border: none;
}
textarea {
	margin:15px 0 10px 0;
}
span.note {
	display: block;
	font-style: italic;
	font-size: 0.8em;
}

/* =LAYOUT
-----------------------------*/

.global {
	width: 724px;
	height: 500px;
	margin: 0 auto;
	padding: 0 0 24px 0;
	color: #005c84;
}

.content {
	text-align: left;
}

body.ecard {
	background-position: center -24px;
}

body.ecard .global {
	margin: 0 auto;
	background-position: center -24px;
	padding-top: 0;
}

body.preview {
	background-position: center 90px;
}

#flashcontent {
	background-color: white;
	height: 500px;
}

#flashcontent p {
	padding: 200px 50px 0;
	font-size: 1.4em;
}

.sending .content {
	margin-top: 2em;
	font-size: 1.2em;	
	text-align: center;
}

/* =HEADER
-----------------------------*/

body.preview #header {
	height: 80px;
	padding-top: 10px;
	background-color: #083882;
}

body.preview #header h1 {
	color: white;
	font-size: 1.4em;
}

table#header {
	background-color: #005c84;
	height: 167px;
	width: 100%;
	margin-bottom: 1em;
}

table#header td {
	vertical-align: middle;
	padding: 0 20px;
}

/* =FOOTER
-----------------------------*/

#footer {
	background: url(back_footer.png) repeat-x;
	height: 140px;
	width: 100%;
	margin-top: -5px !important;
	margin-top: 0;
	font-weight: bold;
	color:#000000;
}

#footer td {
	vertical-align: middle;
	padding: 20px;
}

td.left {
	text-align: left;
}

td.right {
	text-align: right;
}

/* =HACKS
-----------------------------*/

.cfix {
	clear: both;
}

.cfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .cfix
{height: 1%;}
/* End hide from IE-mac */

/* Display inline: incluir todos los elementos que requieran la corrección */
.iblock {
	display: inline-block;
	display: -moz-inline-stack; /* FF2*/
	vertical-align: top; /* BASELINE CORRECCIÓN*/
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
}
