/* ////////////////////////  Borrando los estilos por default \\\\\\\\\\\\\\\\\\\\\\\\\ */

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, font, 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 {
	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;
}

:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ////////////////////////  Borrando los estilos por default \\\\\\\\\\\\\\\\\\\\\\\\\ */

body {
	background: #323232 url(../imagenes/background.png) repeat;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}


/* ////////////////////////  Container \\\\\\\\\\\\\\\\\\\\\\\\\ */


div#container {
	width: 680px;
	margin: 60px auto auto auto;
}

div#containerInterior {
	width: 680px;
	margin: 30px auto;
}
/* ////////////////////////  logo \\\\\\\\\\\\\\\\\\\\\\\\\ */

div#logo {
	text-align: center;
}

/* ////////////////////////  copy \\\\\\\\\\\\\\\\\\\\\\\\\ */

div#copy {
	text-align: right;
	width: 410px;
	margin: .5em auto;
}


div#copy h1{
	font-size: 1.2em;
	line-height: 1.2em;
	color: #fff;
}

div#about p, 
div#about a,
div#about a:link,
div#about a:visited,
div#about a:active
 {
	text-align: center;
	color: #EFEFEF;
	font-size: 1.0em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	padding-bottom: .5em;
	padding-top: .5em;
	margin-top: 2.0em;
}

div#about a:hover {
	text-decoration: underline;
}

/* ////////////////////////  ingreso \\\\\\\\\\\\\\\\\\\\\\\\\ */

div#register {
	width: 680px;
}

div#caja_top {
	background: transparent url(../imagenes/caja_up.png) no-repeat top center;
	height: 190px;
	text-align: center;
}

div#caja_bot {
	background: transparent url(../imagenes/caja_dn.png) no-repeat top center;
	height: 50px;
}

table {
	margin: 0 auto;
}


td.instruction {
	text-align: right;
	color: #d8e8f5;
	font-size: 1.2em;
	padding:20px 25px 0 .4em;
}

td.tdleft {
	color: #fff;
	font-size: 1.8em;
	text-align: right;
	padding:10px .4em 0 .4em;
}

td.tdright {
	padding:10px .4em 0 .4em;
}

td.send {
	width: 560px;
	text-align: right;
	padding: 3px;
}

td.profile
{
	padding: .4em;	
}

input.campo {
	background: transparent url(../imagenes/campo.png) no-repeat;
	border: none;
	width: 382px;
	height: 48px;
	color: #797d7e;
	font-size: 1.8em;
	padding: .2em 0  0 .5em;
}

input.campo:focus {
	color: #255eac;
}

 input.boton {
 	color: #fff;
 	background: none;
 	border: none;
 	cursor: pointer;
 	font-size: 1.8em;
 }
 
 input.groovybutton
{
   font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
   font-size: 1.2em;
   font-weight: bold;
   color:#444444;
   background-color:#E9E9E9;
   border: solid 1px #444444;
   padding: .1em;
}
 
/* ////////////////////////  Content \\\\\\\\\\\\\\\\\\\\\\\\\ */ 

div#content {
	padding: 1em;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

div#content h1 {
	font-size: 1.3em;
	margin: 1em 0;
	background: #F34607;
	padding: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

div#content h2 {
	font-size: 1.2em;
	margin: 1em;
}

div#content h3{
	font-size: 1.1em;
	margin: 1em;
}

div#content p {
	font-size: .9em;
	margin: 1em 0;
}

div#content p a,
div#content p a:link,
div#content p a:visited,
div#content p a:active
{
	font-size: .9em;
	margin: 1em 0;
	color: yellow;
	text-decoration: none;
}

div#content p a:hover {
	text-decoration: underline;
}


div#content ul {
	padding: 1.5em;
}

div#content ul li {
	padding: .2em;
	list-style-type: square;
	font-size: .9em;
	}
 

/* ////////////////////////  footer \\\\\\\\\\\\\\\\\\\\\\\\\ */


div#footer 
{
	width: 680px;
	background-color: #455555;
	text-align: center;
	color: #EFEFEF;
	font-size: .8em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	padding-bottom: .5em;
	padding-top: .5em;
	margin-top: 2.0em;
	line-height: 17px;
}


div#footer p a,
div#footer p a:link,
div#footer p a:visited,
div#footer p a:active {
	color: #ffffff;
/*	font-weight: bold; */
	text-decoration: none;
}

div#footer p a:hover {
	text-decoration: underline;
}

div#footer p.disclaimer
{
	padding: 2.5em;
	font-size: .7em;
}

div#PayPal 
{
	width: 680px;
	background-color: #455555;
	text-align: center;
	color: #EFEFEF;
	font-size: .8em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	padding: -50px;
	margin: 0 auto;
}

.error
{
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	font-size: 1.0em;
}

div#aviso
{
	width: 680px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	background-color: #F34607;
}

div#aviso ol
{
	margin: 10px;
	text-align: left;
	list-style-type: decimal;
	padding-left: 40px;
}