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

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

* a:hover {
	
	text-decoration: underline;
}

* a img {
	border: none;
}

body {
	background: url(../img/bgargentina_.gif) repeat;
	font-family: "Trebuchet MS";
	color: #000;
}

textarea {
	width: 300px;
	height: 150px;
	font-size: 12px;
	color: #000;
	font-family: "Trebuchet MS";
	border: 2px solid #61b2cf;
	padding: 2px 2px 2px 2px;
}

input {
	font-size: 12px;
	color: #000;
	font-family: "Trebuchet MS";
}

h1 {
	width: 100%;
	text-align:	center;
	font-family: Tahoma;
	font-size: 18px;
	color: #61b2cf;
	background-color: #000;
}



p {
	width: 100%;
	padding: 2px 2px 2px 2px;
	margin: 5px 0 5px 0;
	font-size: 14px;
	line-height: 25px;
}

span {
		background:  #FFF;
}

.dt {
	font-size: 18px;
	color: #61b2cf;
}

.dt2 a{
	font-size: 14px;
	color: #61b2cf;
}

.dt3 {
	font-size: 14px;
	color: #61b2cf;
	margin: 5px 0 5px 0;
	padding: 2px 2px 2px 2px;
	background:  #000;
	
}

.dt4 {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0 0 0 210px;
}

.ids {
	text-align: right;
	margin: 0 0 10px 0;
}

#container {
	margin: 15px auto 0 auto;
	width: 455px;
}

#container-2 {
	margin: 15px auto 0 auto;
	width: 730px;
}

#b1 {
	clear: both;
	width: 443px;
	height: 405px;
	border: 5px solid #FFFFFF;
}

#b2 {
	float: left;
	border: 3px solid #000000;
	width: 437px;
	height: 400px;
	margin-bottom: 10px;
}

#rec {
	float: left;
	width: 455px;
	font-size: 11px;
}

#rec input {
	width: 172px;
	margin: 0 3px 0 0;
	border: 2px solid #61b2cf;
}

#rec textarea {
	margin: 0 0 10px 0;
	width: 445px;
}

#btoEnviar {
	text-align: right;
	margin: 0 5px 0 0;
}

#btoEnviar p a {
	color: #000000;
}


#btoEnviar p a:hover {
	text-decoration: none;
}

#footer {
	float: left;
	width: 455px;
	margin: 15px 0 0 0;
}