@charset "utf-8";
/* CSS Document #1A1A1A*/
body{
	margin:0px;
	padding:0px;
	background-image:url(images/top.png);
	background-repeat:no-repeat;
	background-position:top center;
	color:#1A1A1A;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
body a{
	color:#000000;
	text-decoration:none;
}
body a:hover{
	color:#000000;
	text-decoration:underline;
}

#container{
	width:840px;
	margin:0px;
}

.TOP{
	clear:left;
	padding-top:70px;
}

.CENTRO{
	clear:left;
}

.FOOTER{
	clear:left;
	padding-top:15px;
	padding-bottom:40px;
}

h1{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	margin-bottom:13px;
}

h2{
	font-size:10px;
	font-weight:bold;
	margin:0px;
	margin-bottom:13px;
}

#MENU{
float:left;
}

.input_caption{
	width:140px;
}

.input_text{
	padding:2px;
	border:1px solid #999999;
	width:190px;
	margin-bottom:1px;
	font-size:10px;
}
.input_text:focus{
	padding:1px;
	border:2px solid #216cb4;
	width:190px;
	margin-bottom:1px;
	font-size:10px;
}