@charset "utf-8";
body {
	font: 80%  Helvetica, Arial, sans-serif;
	color: #666666;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.oneColFixCtr #container {
	width: 880px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0px none;
	text-align: left;
}
.oneColFixCtr #mainContent {
	padding: 0;
	text-align: center;
}
#flashcontent {
	margin:10px 0 20px 0;
}
#contenido {
	margin:10px 0 20px 0;
	padding: 17px;
	text-align: justify;
	min-height: 480px;
}
.footer {
	font-size:90%;
	color: #666666;	
}
h2 {color: #1f82c4;
	font-size:120%;
}
p {color: #333333;
	font-size:100%;
}

p a{color: #1f82c4;
	font-size:100%;
	text-decoration:none;
}

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

#contenido td.impar {border:1px solid #1f82c4; margin:4px; padding-left:4px;}
#contenido td.par {background-color: #1f82c4; color: #ffffff; text-align: right; font-weight: bold; width: 30px; padding-right:5px;}
#contenido td.espacio {width:1px;}
#izquierda {width: 630px; float:left;}
#derecha {width: 210px; float:right;}

/* Contact Form
-------------------------------------------------------------- */

#contact {
	margin: 10px 0 30px 0;
}

#contact .nodisplay {
	display: none;
}

#contact label { 
	margin-top: 10px;
	padding: 0 0 3px 3px;
	display: block;
	color: #333;
	font-size:85%;
}

#contact input.text { 
	width: 558px;
	color: #1f82c4;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #1f82c4; 
	font-family: Helvetica, Arial, sans-serif;
}

#contact textarea {
	border: 1px solid #1f82c4; 
	height: 150px;
	width: 558px;
	padding: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 95%;
	color: #1f82c4;	
}

#contact input.button {
	display: block;
	margin-top: 10px;
	background-color: #1f82c4;
	color: #ffffff;
	font-weight: bold;
	width: 71px; 
	height: 27px; 
	border: none;
}

p#success, p#bademail, p#badserver {
	width: 544px;
	padding: 3px 10px;
	border: 1px solid #1f82c4;
	margin: 10px 0;
	text-align: center;
	display: none;
	color: #ffffff;

}

p#success {
	color: #1f82c4;
	font-weight:bold;	
}

p#bademail, p#badserver {
	color: #ffffff;
	font-weight:bold;
	background: #1f82c4;	
}