body {
	background-color:#FFFFFF;
}


h1 {
	font-family:Arial,Helvetica;
	font-size:18px;
	color:#003060;
	margin-top:8px;
	margin-bottom:8px;
}

h3{
	font-family:Arial,Helvetica;
	font-size:14px;
	font-weight:none;
	color:#003060;
	margin-top:8px;
	margin-bottom:4px;
}

h5 {
	font-family:Verdana,Arial,Helvetica;
	font-size:12px;
	font-weight:none;
	color:#404040;
	margin-top:8px;
	margin-bottom:4px;
}
	
img {
	border: 0;
}

a:link,
a:active,
a:visited {
	text-decoration:none;
	color: #003060;
}

a:hover {
	text-decoration:underline;
}

p {
	text-align:justify;
	font-family:Verdana;
	font-size:11px;
	color:#404040;
}

p.more {
	text-align:right;
}

img.parrafo {
	padding:3px;
	border:1px solid #888888;
}

div.img_p {
	float:left;
	margin:0 8px 0 0;
}

/* ------------------------------------------------------------------------- */

#header {
	position:relative;
	overflow:hidden;
	width:900px;
	height:86px;
	margin:0 auto;
	background-color:#FFFFFF;
}

#menu_container {
	position:relative;
	overflow:hidden;
	width:100%;
	height:24px;
	margin:0 auto;
	font-family:Arial;
	font-size:14px;
	text-align:right;
	color:#ECECEC;
	background:#0072E4 url(img/prolec_fnd_menu.jpg) repeat-x top left;
}

#menu {
	width:900px;
	margin:0 auto;
	line-height:19px;
}

#menu a {
	color:#FFFFFF;
}

/* ------------------------------------------------------------------------- */

#container {
	position:relative;
	overflow:hidden;
	width:900px;
	min-height:450px;
	margin:0 auto;
	background-color:#FFFFFF;
}

h1.rotulo {
	background-color:#ECECEC;
	padding:3px;
}

h3.sel {
	color:#C10000;
}

h3.sel a {
	color:#C10000;
}

div.submenu_col {
	position:relative;
	overflow:hidden;
	width:390px;
	float:left;
	font-family:Verdana;
	font-size:14px;
	margin-bottom:16px;
}

div.submenu_col ul { 
	padding:0; 
	margin:0; 
	display:block; 
	list-style:none;
}


div.submenu_col li {
	font-size:14px;
	height:20px;
	line-height:20px;
	background:url(img/item_16x20_off.jpg) no-repeat bottom left;
	padding:6px 0 2px 14px;
	margin:0px 10px 4px 10px;
/*	border-bottom:1px dashed #D4D4D4; */
}

div.submenu_col li a{
	color:#666666;
}

div.submenu_col li.active {
	font-size:13px;
	font-weight:bolder;
	background:url(img/item_16x20_on.jpg) no-repeat bottom left;
}

#sqr_slideshow {
	position:relative;
	overflow:hidden;
	width:490px;
	height:325px;
	float:right;
	margin-bottom:16px;
}

#sqr_slide_tl {
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	width:20px;
	height:20px;
	z-index:10;
	background: url(img/prolec_sqr_slideshow.gif) no-repeat top left;
}

#sqr_slide_tr {
	position:absolute;
	overflow:hidden;
	top:0;
	right:0;
	width:20px;
	height:20px;
	z-index:10;
	background: url(img/prolec_sqr_slideshow.gif) no-repeat top right;
}

#sqr_slide_dl {
	position:absolute;
	overflow:hidden;
	bottom:0;
	left:0;
	width:20px;
	height:20px;
	z-index:10;
	background: url(img/prolec_sqr_slideshow.gif) no-repeat bottom left;
}

#sqr_slide_dr {
	position:absolute;
	overflow:hidden;
	bottom:0;
	right:0;
	width:20px;
	height:20px;
	z-index:10;
	background: url(img/prolec_sqr_slideshow.gif) no-repeat bottom right;
}

/* ------------------------------------------------------------------------- */

#footer {
	position:relative;
	overflow:hidden;
	width:900px;
	height:50px;
	margin:0 auto;
	font-family:Verdana;
	font-size:9px;
	color:#848484;
}


div.contacto {
	position:relative; 
	overflow:hidden; 
	margin-top:70px;
	padding-left:70px;
}

div.contacto input,
div.contacto select,
div.contacto textarea {
	font-family: Verdana;
	font-size:12px;
	color:#666666;
	border:1px solid #D4D4D4;
	background-color:#ECECEC;
	margin:4px;
	padding:2px;
}

div.contacto p.send {
	font-weight:bolder;
	height:24px;
	line-height:22px;
	text-align:right;
}

div.contacto a.send {
	width:88px;
	height:24px;
	display:block;
	float:right;
	text-align:center;
	background:url(img/button_88.png) no-repeat top right;
}
