/* CSS Document */

/*Generales*/
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ccc;
}
.oneColFixCtr #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
a:link {
	color: #0e5a74;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #0e5a74;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #0e5a74;
}
a:active {
	text-decoration: underline;
	color: #0e5a74;
	font-weight: bold;
}
/*forms*/
#form input{
		/*width:196px;*/
		padding:1 0 0 5px;
		}
.contenidoLeft li {
	margin-bottom: 6px;
}

input 	{
	font-family:tahoma;
	height:15px;
	font-size:11px;
	color:#3D3D3D;
	padding:2 0 0 7px;
}
.btonSend {
	background-color: #487AA1;
	border: 0px solid #FF0000;
	height: 24px;
	width: 78px;
	background-image: url(../images/btonesForm.gif);
	font-weight: bold;
	color: #E0E0E0;
	font-size: 10px;
	margin-left: 10px;
}
.btonClear {

	background-color: #E0E0E0;
	border: 0px solid #FF0000;
	height: 24px;
	width: 78px;
	background-image: url(../images/btonesForm2.gif);
	font-weight: bold;
	color: #487AA1;
	font-size: 10px;
}
#wrapper {
	width: 720px;
	margin: 0 auto;
	text-align: left;
}
/*Head Top*/
.topHead {
	height:27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #225D74;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
}
.topHead a {
	color: #FFFFFF;
	text-decoration:none;
}
.topHead a:hover{ 
	color: #FFFFFF;
	text-decoration:underline;
}
.topHead a:active{ 
	color: #FFFFFF;
	text-decoration:none;
}
.topHead a:visited{ 
	color: #FFFFFF;
	text-decoration:none;
}
/*Modulo 01*/
.modulo01 {
	background-color: #FFFFFF;
	padding: 8px;
	height: 160px;
}
.modulo01 #modulo_text {
	font-size: 11px;
	color: #333333;
	margin-left: 15px;
	text-align: left;
	margin-top: 0px;
}

/*Modulo 02*/

.modulo02 {
	background-color: #FFFFFF;
	/*padding: 0px;
	height: 160px;*/
}
.modulo02 #modulo_text {
	font-size: 11px;
	color: #333333;
	margin-left: 13px;
	text-align: left;
	margin-top: 0px;
}

/*Modulo 04*/
.modulo04 {
	background-color: #FFBB3A;
	/*padding: 0px;
	height: 160px;*/
}
.modulo04 #modulo_text {
	font-size: 11px;
	color: #333333;
	margin-left: 3px;
	text-align: left;
	margin-top: 0px;
}

/*Modulo 05*/
.modulo05 {
	background-color: #EAEAEA;
}
.modulo05 #modulo_text {
	font-size: 11px;
	color: #333333;
	margin-left: 15px;
	text-align: left;
	margin-top: 0px;
	margin-right: 5px;
}
.bottom {
	text-align: center;
	background-color: #E0E0E0;
	color: #295765;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 60px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.rowForms {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.cong_nov {
	color: #333333;
	background-color: #D7E5EE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 14px;
	height: 320px;
}
.cong_nov a {
	font-size: 12px;
}
.upTop a {
	font-size: 9px;
}
