/*
Theme Name: WordPress Introtec
Theme URI: http://fcinco.com.ar/
Description: Es un thema realizado especialmente para Introtec por <a href="http://fcinco.com.ar/">fcinco</a>.
Version: 1
Author: Rauto
Author URI: http://fcinco.com.ar/
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {margin: 0; padding:0;border: 0; outline: 0;}
html {
	font: 13px/150% Arial, Helvetica, Verdana, sans-serif;
}
body {
	margin: 0 auto;
	border-top: 0px solid #555;
	color: #555;
	background: #284B71 url(art/bck_page.jpg) repeat-x left top;
}
/* Ajustes tipográficos */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
}

cite, em, dfn {
	font-style: italic;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

li, dd, blockquote {
	margin-left: 0em;
}
input, textarea {font-family:inherit; font-size:1em;} 
code, kbd, samp, pre, tt, var, input[type='text'], textarea {
	font-size: 100%;
	font-family: monaco, "Lucida Console", courier, mono-space;
}

del {
	text-decoration: line-through;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
}

small, sup, sub {
	font-size: 90%;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a abbr, a acronym {
	border: none;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
	color: #0A3260;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
p {
}
a:link, a:visited {
	color: #0B4A73;
	text-decoration: none;
}
a:hover, a:active {
	color: #187226;
}
img { border:none; }

#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background-color: transparent;
}
/*** Language Switcher Components *********************************************/

#topnav {
    position: absolute;
    right: 30px;
    top: -25px;
    list-style: none;
    font-size: 11px;
}

#topnav li {
    /*background: transparent url("art/topnav_separator.gif") no-repeat 0 50%;*/
}
#topnav li.home {
    background: transparent;
}
#topnav li {
    display: inline;
    padding: .8em 10px;
}
#topnav li a {
    color: #FFF;
    font-weight: normal;
	font-style: normal;
}
#topnav a:hover {
	background: transparent url(art/bck_topnav.jpg) no-repeat scroll center bottom;
    padding: .8em 0px;
}
body#sec-body #topnav .home a,
body#sec-novedades #topnav .novedades a,
body#sec-empresa #topnav .empresa a,
body#sec-contacto #topnav .contacto a {
    color: #fff;
	background: transparent url(art/bck_topnav.jpg) no-repeat scroll center bottom;
    padding: .8em 0px;
}

/*** Header Components ********************************************************/
#header {
	margin: 56px auto 0;
	width: 800px;
	height: 94px;
	position: relative;
	background: #FFF url(art/bck_header.jpg) no-repeat center top;
}
#header h1 {
	color: #036;
	font-size: 2.1em;
	font-weight: bold;
	width: auto;
	margin: 30px 0 0 30px;
	display: block;
	position: absolute;
	letter-spacing: -.09em;
}
#header h1 a:link, #header h1 a:visited {
	width: 300px;
	margin: 0;
	display: block;
}
#header h1 a:hover {
	background-color: transparent;
}
#header p {
	color: #036;
	font-size: 1em;
	font-weight: bold;
	width: auto;
	margin: 50px 0 0 30px;
	display: block;
	position: absolute;
}

/*** Navigation Components ****************************************************/

#nav {
    position: absolute;
    right: 20px;
    top: 27px;
    font-size: 110%;
}
#nav ul {
    list-style: none;
}
#nav ul * {
    float: left;
}
#nav li {
    background: transparent url("art/nav_separator.gif") no-repeat 0 50%;
}
#nav li#navplo {
    background: transparent;
}
#nav ul a {
    color: #022644;
    padding: .5em 10px;
    margin: 0 5px;
}
#nav ul a:hover,
.index #nav #nhome a,
.scenarios #nav #nscenarios a,
.features #nav #nfeatures a,
.faqs #nav #nfaqs a,
.about #nav #nabout a,
.partner #nav #npartner a {
    color: #FFF;
    background-color: #0A3260;
}
body#sec-servicios #nav li#navser a,
body#sec-ploteo #nav li#navplo a,
body#sec-soft #nav li#navsoft a,
body#sec-corte #nav li#navcor a,
body#sec-extendido #nav li#navext a {
	color: #FFF;
    background-color: #0A3260;
}

#banner {
	width: 800px;
	height: 210px;
	margin: 0 auto;	
	background-color: #eee;
}
#bnr {
	height: 100px;
	margin: 0 auto;
	background: transparent url(art/bck_h2.jpg) no-repeat;
}
#bnr h2 {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	line-height: 100px;
	margin: 0 0 0 30px;
	letter-spacing: -1px;
}
#content {
	margin: 0 auto;
	padding-bottom: 0px;
	width: 800px;
	clear: both;
	float: left;
	background: #FFF url(art/bck_content.jpg) no-repeat scroll center top;
}
#content .margen {
	margin: 30px 30px 0;
}
.imgempresa {
	background: url(art/img_empresa.jpg) no-repeat left bottom;
}
/*** paginas institucionales ***/
#subnavigation {
	background:url("art/separator.gif") repeat-y scroll 260px 0 transparent;
	float:left;
	min-height:340px;
	padding:20px 0 20px 30px;
	width:265px;
}
#subnavigation ul {
	list-style:none outside none;
	width:100%;
}
#subnavigation li {
	padding: 5px 0;
	margin-bottom: 0px;
}
#subnavigation a {
	background: transparent url(art/bullet02.png) no-repeat scroll left center;
	color:#022644;
	display:block;
	line-height: 14px;
	padding: 10px 18px;
}
#subnavigation a:hover {
	background-color: #036;
	color: #FFF;
}
#subnavigation a.mail {
	background: transparent url(art/mail.gif) no-repeat scroll left center;
}
div.line {  height: 15px;  background: #fff url(art/hr_line.gif) repeat-x scroll left center;}
div.line hr {  display: none;}

div.sep {  height: 5px;  background: #fff none repeat-x scroll left center; width: 266px;}
div.sep hr {  display: none;}

#contenido {
	float:left;
	padding:20px 20px 40px;
	width:455px;
}
#contenido h3 {
	color: #003366;
}
#panel {
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}
p.slide {
	background:url("art/btn-slide.gif") no-repeat scroll center top transparent;
	margin:0 10px 0 0;
	padding:0;
	float: right;
}
a.active {
background-position:right 12px;
}
a.btn-slide:link, a.btn-slide:visited {
	background:url("art/white-arrow.gif") no-repeat scroll right -50px transparent;
	color:#FFF;
	display:block;
	font: 90%/100% Arial,Helvetica,sans-serif;
	height:24px;
	margin:0 auto;
	padding:10px 0px 0 0;
	text-align:center;
	text-decoration:none;
	width:144px;
	text-transform: uppercase;
}
a.btn-slide:hover{
	color: #f9fdb5;
}
.margen li {
	margin-bottom: 7px;
	padding-left: 15px;
	list-style-type: none;
	background: url(art/bullet3.jpg) no-repeat scroll left 6px;
}
#contenido li {
	margin-bottom: 7px;
	padding-left: 12px;
	list-style-type: none;
	background: url(art/bullet01.png) no-repeat scroll left 3px;
}
#contenido li strong {
	color: #0099FF;
}
blockquote {
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	float:left;
	font-size:20px;
	font-weight:bold;
	margin:0 0 30px;
	padding:20px 0;
	text-align:center;
	width:100%;
}
blockquote p {
	margin: 0;
	line-height: 100%;
}
/*** column1 Components ****************************************************/
.column1 {
	width: 295px;
	padding-bottom: 0px;
	float: left;
}
#content div.column1 h2 {
	margin: 0px 0 10px 30px;
	padding-top: 25px;
	color: #0099FF;
}
#content div.column1 h3 {
	margin: 0px 0 10px 30px;
	font-size: 1.2em;
}
#content div.column1 p {
	margin: 0px 0 15px 30px;
	font-size: 1em;
	line-height: 130%;
}
#content div.column1 a.home {
	margin: 0px 0 10px 0px;
	font-size: .9em;
	height: 28px;
	color: #fff;
	text-indent: 42px;
	display: block;
	line-height: 28px;
	background: url(art/bck_btn_h.jpg) no-repeat scroll left center;
}
.column2 {
	width: 265px;
	margin:20px 0 20px 30px;
	padding-bottom: 10px;
	float: left;
	background: #ECECEC url(art/bck_sub_prod.gif) no-repeat center bottom;
}
* html .column2 {
	margin-left: 10px;
}
body#sec-body .column2 {
	width: 190px;
	margin: 30px 10px 0;
	padding-bottom: 130px;
	background: #ECECEC url(art/bck_sbum_prod.gif) no-repeat center bottom;
}
/* menu desplegable */
#accordion {
	width: 265px;
	margin: 0;
	padding: 0;
}
body#sec-body DIV#accordion {
	width: 190px;
}
DIV#accordion h3 {
	font-size: 11px;
	color: #666;
	line-height: 24px;
	text-indent: 10px;
	margin: 0;
	border-bottom: 1px solid #FFF;
	background: url(art/h3_submenu.png) no-repeat 0 bottom;
	font-weight: bold;
}
body#sec-body DIV#accordion h3 {
	font-size: 11px;
	background: url(art/h3_subm.png) no-repeat 0 bottom;
}
DIV#accordion h3.first {
	background-position: 0 top;
}
DIV#accordion ul {
	list-style: none; 
 	margin: 0; 
 	padding: 0; 
}
DIV#accordion li {
	border-bottom:1px solid #FFFFFF;
	float: left;
	display: block;
	width: 265px;
}
body#sec-body DIV#accordion li {
	border-bottom:1px solid #FFFFFF;
	float: left;
	display: block;
	width: 265px;
}
DIV#accordion ul li:first-child {
	border-top: 1px solid #ddd;
}
body#sec-body DIV#accordion ul li {
	font-size: 10px;
	line-height: 14px;
	color: #666;
	float: left;
	width: 190px;
}
DIV#accordion li a:link, DIV#accordion li a:visited {
	color:#666;
	font-size:11px;
	display:block;
	padding: .4em .2em .4em 1.5em; 
 	text-decoration: none; 
}
DIV#accordion li a:hover {
	color: #09F;
}
DIV#accordion li.sub { 
	border-bottom: 1px solid #eee; 
	background-color: #f8f8f8;
	margin:0;
	padding-left: 1em;
} 

.accordionButton {
	background: transparent none repeat scroll 0 0;
	border-bottom:1px solid #FFF;
	cursor:pointer;
	float:left;
	height:24px;
	width: 265px;
}
body#sec-body .accordionButton {
	width:190px;
}
.accordionContent {
	float: left;
	margin: 0;
	padding:0px;
	width: 265px;
}
body#sec-body .accordionContent {
	float: left;
	margin: 0;
	padding:0px;
	width: 190px;
}
.column3 {
	width: 266px;
	margin: 30px 0px 0;
	padding-bottom: 20px;
	float: left;
}
.column3 div.post {
	margin-bottom: 14px;
	display: block;
}

.column3 h3 {
	font-size: 18px;
	color: #0099FF;
	margin-bottom: 0;
	font-weight: bold;
	letter-spacing: -1px;
	float:left;
}
.column3 h4 {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: bold;
	clear: left;
}
.column3 h5 {
	font-size: 11px;
	color: #555;
	margin: 0;
	font-weight: bold;
	float: left;
	width: 220px;
}
* html .column3 h5 {
	width: 210px;
}
.column3 p {
	font-size: 11px;
	color: #555;
	font-weight: normal;
	line-height: 14px;
	margin: 0 0 6px 45px;
}
* html .column3 p {
	width: 210px;
}
.column3 div.c3 hr {
	width: 265px;
	height: 11px;
	background: transparent url(art/hr_c3.gif) no-repeat center center;
}
.column3 input {
	border: 1px solid #036;
	width: 250px;
	font-size: 11px;
	padding: 2px;
	background: #f5f5f5;
}
.column3 textarea {
	border: 1px solid #036;
	width: 250px;
	font-size: 11px;
	padding: 2px;
	background: #f5f5f5;
}
input.noticias {
	border: 0px solid #BDBDBD;
	width: 90px;
	height: 22px;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	line-height: 100%;
	margin: 0;
	padding: 0;
	background: #0e5390 url(art/bck_btn.jpg) repeat-x scroll left top;
	text-transform: uppercase;
}
ul #phpFastNews {margin:0;}
a #fn-loginBar {margin:0; float:right;}

div.c3 hr {  display: none;}

div.date {
	background: transparent url(art/bck_date.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	height:50px;
	letter-spacing:0;
	margin: 0 10px 0 5px;
	padding-top:3px;
	text-align:center;
	vertical-align:middle;
	width:30px;
	font: 100 10px/11px Arial, sans-serif;
}
/* Formularios */
legend {
	visibility: hidden;
}
label, button {
	cursor:pointer;
	color: #666;
	margin-top: 10px;
	display: block;
}
label.nom {
	margin-top: 0;
}
input {
	border: 1px solid #036;
	width: 400px;
	font-size: 11px;
	padding: 5px;
	background: #f6feeb;
}
input.form-input-button {
	border: 0px solid #BDBDBD;
	width: 90px;
	height: 24px;
	color: #FFF;
	text-align: center;
	font-size: 1em;
	line-height: 100%;
	margin: 0;
	padding: 0;
	background: #0e5390 url(art/bck_btn.jpg) repeat-x scroll left top;
	text-transform: uppercase;
}
textarea {
	border: 1px solid #036;
	width: 400px;
	height: 72px;
	font-size: 1.1em;
	padding: 5px;
	background: #f6feeb /*url(art/bck_input.png) no-repeat scroll left top*/;
}
input:focus, select:focus, textarea:focus {
	background-color: #FFF;
	border: 1px solid #96C522;
	padding: 5px;
}
.message-text {
	color: #d70d1b;
}
form {
	margin-left: 10px;
}
fieldset {
	border: none;
}
/* Form por @cristian */
.bar{
	margin-top: 10px;
	margin-right: 100px;
	float: right;
	display: none;	
	background: url('art/ajax-loader') no-repeat;
	height:16px;
	width: 16px;
}
.notification_error {
	float: none;
	color: #036;
	width: 260px;
	text-align: left;
	font-style: italic;
	margin: 8px 8px 0;
	padding: 0px 4px 0 20px;
	/*background: url(art/backerror.jpg) no-repeat;*/
}
.notification_error p {
	margin: 0 0 .5em;
	padding: 3px 10px;
	background:#EFEFEF url(art/caution.gif) no-repeat 5px center;
	text-indent: 20px;
}
.notification_ok {
	float: none;
	width: 202px;
	height: 280px;
	text-align: center;
	margin: 8px;
	padding: 8px;
	background: transparent url(art/pulp_respuesta.png) no-repeat;
}
.notification_ok p {
	font-size: 14px;
	color: #96C522;	
}

/* Fin Form */
/* Clases útiles */
.clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.left {
	float: left;
	margin: 0 20px 20px 0;
}
.right {
	width: 100%;
	text-align: right;
}

#various {
	width: 774px;
	height: 108px;
	background-color: #ECECEC;
	clear: both;
	margin: 10px auto 0;
}
#various ul {
	width: 760px;
	list-style: none;
	margin: 0px auto;
}
#various ul li {
	margin: 10px;
	list-style: none;
	float: left;
}
a.contact {
	text-indent: -9999em;
	width: 265px;
	height: 86px;
	display: block;
	margin-bottom: 6px;
	background: url(art/bnr_contact.png) no-repeat left top;
}
a.contact:hover {
	background-position: left bottom;
}
a.barudan {
	text-indent: -9999em;
	width: 170px;
	height: 86px;
	display: block;
	margin-bottom: 6px;
	background: url(art/bnr_barudan.png) no-repeat left top;
}
a.barudan:hover {
	background-position: left bottom;
}
a.youtube {
	text-indent: -9999em;
	width: 265px;
	height: 86px;
	display: block;
	margin-bottom: 6px;
	background: url(art/bnr_youtube.png) no-repeat left top;
}
a.youtube:hover {
	background-position: left bottom;
}
/*----- footer -----*/
#footer {
	margin: 0 auto 30px;
	width: 800px;
	clear: both;
	padding-top: 20px;
	text-align: center;	
	position: relative;
	background: transparent url(art/bck_footer.gif) no-repeat center top;
}
#footer ul {
	margin: 0 auto;
}
#footer ul li {
	display: inherit;
	padding: 5px;
	list-style: none;
}
#footer p {
	color: #FFF;
	text-align: center;
	margin: 1em 0 0;
	font-size: .9em;
}
#footer a {
	color: #FFF;
	text-align: center;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	text-align: center;
}
