@charset "utf-8";
/** reset **/
* {	padding: 0;	margin: 0;	outline: none;}
a img {	border: none;}
p, ul, h1, h2, h3, table{ margin-bottom:18px;}
/** general **/
body {
	font: 15px/20px Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
}
h1 { font: 35px/35px bolb Arial, Helvetica, sans-serif; color: #369; letter-spacing:1px;}
h2 { font: 20px/20px bold Arial, Helvetica, sans-serif; color: #369;}
h3 { font: 17px/17px bold Arial, Helvetica, sans-serif; color: #369;}
ul li {
	line-height:16px;
	list-style-type:disc;
	margin-bottom:19px;	
	padding-left:5px;
}
a:link { color:#0CF;}
a:hover { text-decoration: none;}
hr {
	height: 0;
	display:block;
	width: 100%;
	border-top:0px;
	border-bottom:#FFF solid 1px;  
}
blockquote { margin-left: 20px;}
/** containers **/
.container {
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
/* header */
.header {
	background: url(img/bg_header.jpg) left top repeat-x;
	height: 165px;
	margin-bottom:8px;
	padding: 10px 5px 0 5px;
	font: 12px/14px Verdana, Geneva, sans-serif;
	overflow:hidden;
	width: 970px;
	
}

.header a { color: #FFF;}
div.home { height:247px !important;} /** only home page **/
	.logo {
	float:left;
	margin-left: 17px;
	margin-top: 7px;
	width: 610px;
	margin-bottom: 6px;
}
	.logo img { vertical-align:middle;}
	.nav {
	float:left;
	width: 50%;
	margin-left: 17px;
	color: #FFF;
	
	}
	.login {
	text-align:right;
	width: 45%;
	float: right;
}
	.login img { vertical-align:middle;}
	.imgHeader {
	text-align:center;
	margin-top:4px;
	float:left;
	width: 100%;
}
.mainContent {
	padding:36px 20px 20px 56px;
	background: url(img/bg_main.jpg) left top repeat-x;
}

.breadcrumb { position:relative;  top: -50px; }
	/* footer */
.footer {
	color: #000;
	text-align: center;
}
.footer a { color: #000;}
/* helpers */

.copyright {
	font-size: 11px;
	margin: 10px 0;
}

.col30 { width: 30%;}
.nm { margin: 0 !important;}
.limpia,
.clearThis {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.fr { 
	float: right;
	margin-left: 8px;
}
.fl{
	float: left;
	margin-right: 3%;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0FF;
}
.orange { color: #F90; }

.min-header {
	background: url(img/bg_header.jpg) left top repeat-x;
	height: 50px;
	margin-bottom:8px;
	padding: 10px 5px 0 5px;
	font: 12px/14px Verdana, Geneva, sans-serif;
	overflow:hidden;
}

.min-header .inner {
	width: 780px;
	margin: 0 auto;
}

