@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aaaaaa;
	margin: 0; 
	padding: 0;
	text-align: center;
	background-color: #000000;
}
.oneColFixCtr #container {
	width: 780px;  
	background-color: #111111;
	margin: 0 auto; 
	border: 1px solid #CCCCCC;
	text-align: left;
}
.oneColFixCtr #mainContent {
	padding: 0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}
h1,h2,h3,h4,h5,h6 {
	font-family:  Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF; 
	background: #222222;
	padding: 5px 5px 5px 15px;
	margin: 0px 0px 10px 0px;
	font-weight : bold;
	border-top : 1px solid #555555;
	border-bottom : 1px solid #555555;
}
h2 {
	font-size: 15px;
	color: #FFFFFF;
}
h3 {
	font-size: 14px;
	color: #CCCCCC;
}
h4 {
	font-size: 12px;
	color: #FFFFFF;
}
/*mainpicture*/

.logo {
	width: 780px;
	height: 155px;
	}
/*nav*/
.topnav {
	background-image: url(../img/nav.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC;
	height: 20px;
	padding-top: 7px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	}
.topnav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}
.topnav a:visited {
	color: #3FFFFFF;
	text-decoration: none;
}
.topnav a:hover {
	color: #666666;
	text-decoration: none;
}
.topnav a:active {
	color: #666666;
	text-decoration: none;
}
/*contacto*/
.contacto {
	width: 530px;
	height: 24px;
	padding-top: 7px;
	padding-left: 10px;
	background-image:url(../img/contacto.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	font-size: 15px;
	}
.contacto a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}
.contacto a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.contacto a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.contacto a:active {
	color: #CCCCCC;
	text-decoration: none;
}
/*content*/
	.content {
		width: 740px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		}
.img {
	margin-left: 10px;
	margin-bottom: 10px;
	border-color: #FF0066;
	border-style: solid;
	border-width: 1px;
	width: 300px;
	float: right;
	}
.pie_formulario{
	font-size: 11px;
	color: #999999;
	}
/*footer*/
.footer{
	width: 100%;
	padding: 10px;
	background-color:#000000;
	text-align: center;
	}

.table { width: 770px; padding: 0px; }
.table-100 { width: 100%; padding: 10px; border: 1px solid #222222; background: #111111;}
.td-100  { width: 100%  }
.hr-100	{ height: 1px; border: 0px; background-image: url(../images/line-gray.gif); background-repeat: repeat-x; margin: 20 0 20 0px; }
.table-form { width: 100%; padding: 10px; background: #222222;border-bottom: 1px solid gray; }
.td-form  { width: 100%;   }