/**
 * CSS
 * (c) 2008 Darío G. Ruellan / ecimTech
 * http://www.ecimtech.com.ar
 */

@import "_reset.css";


/* Global / Body **************************************************************************/


body {
	background: white url(../images/main_background.png) repeat-x top;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	text-decoration: none;
	color: rgb(0, 145,215);
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


/* Loading ***************************************************************************/


#loading {
	position: absolute;
	margin: 0;
	left: 0;
	width: 100%;
	text-align: center;
	top: 40%;
}
#loading img {
	border: 1px solid gray;
}


/* Mainframe *************************************************************************/


#mainframe {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/outter_text_background.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 800px;
	height: 100%;
}
#mainframe #leftshadow {
	float: left;
	background-image: url(../images/left_up_background.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 16px;
	height: 270px;
}
#mainframe #innerframe {
	float: left;
	background: inherit;
	width: 768px;
	height: 100%;
}
#mainframe #rightshadow {
	float: left;
	background-image: url(../images/right_up_background.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 16px;
	height: 270px;
}


/* Header *****************************************************************************/


#mainheader {
	position: relative;
	width: 768px;
}

#header {
	width: 768px;
	height: 150px;
	background: blue url(../images/header_background.jpg) no-repeat;
}
#header #mainlogo {
	position: absolute;
	left: 0;
	top: 40px;
}


/* Nav ********************************************************************************/


#mainnav {
	background: white url(../images/header_nav_background.png) no-repeat;
	height: 55px;
	width: 100%;
	overflow: hidden;
}

#mainnav ul {
	width: 100%;
	height: 55px;
}
#mainnav li {
	float: left;
	height: 55px;
	padding-left: 40px;
	padding-right: 40px;
	background-image: url(../images/header_nav_separator.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
}
#mainnav li a {
	display: block;
	height: auto;
	padding-top: 13px;
	font-weight: bold;
	color: black;
}
#mainnav li.icons {
	background: none;
	padding-right: 0;
}
#mainnav li.icons a {
	float: left;
	padding-right: 5px;
}


/* Footer *****************************************************************************/


#footer {
	position: relative;
	width: 100%;
	clear: both;
	text-align: center;
	border-top: 1px solid gray;
	padding-top: 20px;
	padding-bottom: 20px;
	background: white;
	color: gray;
	font-size: 11px;
}
#footer a {
	color: gray;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}
#footer .certs {
	float: left;
	margin-left: 20px;
}
#footer .links {
	float: right;
	margin: 0 20px 10px 0;
}
#footer .links div {
	padding-top: 3px;
}
#footer #copyright {
	clear: both;
	text-align: right;
}
#footer #copyright a {
	display: block;
	font-size: 10px;
}

/* Tooltip ****************************************************************************/


.tooltip {
	background: white;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	color: gray;
	font-size: 11px;
	border: 1px solid gray;
}


/* Textarea **************************************************************************/


#textarea {
	line-height: 170%;
	margin: 25px 7px 25px 7px;
}
.centertext {
	text-align: center;
}
#textarea h1 {
	font-size: 24px;
	color: gray;
	margin: 0 0 18px 0;
}
#textarea h3 {
	font-size: 16px;
	margin: 0 0 8px 0;
}
#textarea h4 {
	font-weight: bold;
}
#textarea .textbox {
	clear: both;
	margin: 0 25px 18px 25px;
}
#textarea .textbox p {
	margin: 0 0 8px 0;
}
#textarea .textbox .decoration {
	float: left;
	margin-right: 18px;
	height: 100%;
}


/* Formulario *********************************************************************/


form {
	text-align: center;
}

/* Tabla */
form table {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	background-image: url(../images/table_td_background.png);
}
form td {
	font-size: 12px;
	text-align: left;
	padding: 15px 15px 15px 15px;
}
form tfoot, form thead {
	color: white;
	background-image: url(../images/table_th_background.png);
}
form thead td {
	font-size: 16px;
}

/* Formulario */
form input {
	width: 300px;
	font-size: 14px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	padding: 4px;
}
form tfoot input {
	width: auto;
}
form textarea {
	width: 100%;
	font-size: 12px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}