/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* General */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Century Gothic', Verdana, Arial, Sans-Serif;
	background: #ffffff url('../images/tdc.gif') no-repeat left top;
	}

a {
	color: #04b000;
	text-decoration: underline;
	}

a:hover {
	color: #ffc000;
	text-decoration: none;
	}

img {
	margin: 0;
	padding: 0;
	border: none;
	}

form {
	margin: 15px auto 15px auto;
	padding: 20px;
	width: 400px;
	overflow: hidden;
	border: #ffc000 1px solid;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Clases Generales */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.nofloat {
	clear: both;
	}

.hidden {
	display: none;
	}

.centered {
	text-align: center;
	}

.righted {
	text-align: right;
	}

.noline {
	text-decoration: none;
	}

.colored {
	color: #04b000;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Header */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
h1#logo {
	margin: 50px auto 10px auto;
	padding: 0;
	display: block;
	width: 300px;
	height: 91px;
	overflow: hidden;
	background: transparent url('../images/logo.jpg') no-repeat center center;
	}

h2#slogan {
	margin: 0;
	padding: 0;
	color: #005aff;
	font-size: 1.6em;
	overflow: hidden;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Content */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#content {
	margin: 15px auto 0 auto;
	padding: 0;
	width: 630px;
	font-size: 1.4em;
	overflow: hidden;
	text-align: justify;
	}

div#content h2 {
	margin: 2em 0 0 0;
	padding: 15px 0 15px 0;
	color: #005aff;
	font-size: 1.4em;
	overflow: hidden;
	border: #005aff 1px dotted;
	}

div#content h2 a {
	text-decoration: none;
	}

div#content h3 {
	margin: 2em 0 0 0;
	padding: 0;
	color: #04b000;
	font-size: 1.3em;
	overflow: hidden;
	}

div#content h4 {
	margin: 0;
	padding: 0;
	color: #04b000;
	font-size: 1.1em;
	overflow: hidden;
	}

div#content strong {
	color: #005aff;
	}

div#content ul {
	margin-right: 30px;
	list-style-image: url('../images/bullet.gif');
	}

div#content li {
	margin: 5px auto 5px auto;
	}

div#content label span {
	width: 75px;
	display: inline-block;
	overflow: hidden;
	}

div#content label input {
	margin: 0;
	padding: 0;
	width: 320px;
	font-family: Sans-Serif;
	}

div#content textarea {
	margin: 0;
	padding: 0;
	width: 400px;
	font-family: Sans-Serif;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Footer */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#footer {
	margin: 4em 0 2em 0;
	padding: 0 0 10px 0;
	overflow: hidden;
	}

div#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	}

















































/* Final */
