/************************************
Theme Name: ciate srl
Theme URI: http://fcinco.com.ar/
Description: Es un thema realizado especialmente para CIATE SRL 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

************************************/

@import "reset.css";
@import "960.css";
@import "colorbox.css";

/* Global Styles */

body {
	background: url(../images/bg.png) repeat-x #FFF;
	color: #555;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

a {
	color: #717171;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #09F;
}

a span {
	font-size: 90%;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 20px;
	position: relative;
}

p,
li,
dl {
	line-height: 18px;
}
input, textarea {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
img {
	margin-bottom: 20px;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	background-color: transparent;
}

ul li ul,
ol li ol {
	margin-bottom: 0px;
}

ol {
	padding: 0 0 0 5px;
}

/* Global Classes */

.hr {
	border: none;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #d6d6d6;
	clear: both;
	height: 0;
	line-height: 0;
	width: 100%;
	font-size: 0;
	padding: 0;
	margin-bottom: 20px;
}
.hrp {
	border: none;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #eee;
	clear: both;
	height: 0;
	line-height: 0;
	width: 100%;
	font-size: 0;
	padding: 0;
	margin-bottom: 20px;
}
.pr {
	border: none;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #d6d6d6;
	clear: both;
	height: 0;
	line-height: 0;
	width: 100%;
	font-size: 0;
	padding: 0;
	margin-bottom: 30px;
}

.dotted {
	border-style: dashed;
	border-left: 0;
	border-right: 0;
}

.meta {
	font-weight: normal;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size: 11px;
	color: #999999 !important;
	line-height: 16px;
	text-transform: none;
	text-shadow: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.img_left {
	float: left;
	margin: 10px 20px 10px 0;
}

.img_right {
	float: right;
	margin: 10px 0 10px 20px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.textright {
	text-align: right;
}

.error,
.success {
	display: none;
}

/* Buttons */

.button, .button:visited {
	background: #00284f url(i/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 20px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	border: 0;
}

.button:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}

.button:active {
	top: 1px;
}
#section {
	height: 100px;
	clear: both;
	background-image: url(i/bck_title2.jpg);
}
#section h2 {
	font-size: 32px;
	margin: 30px 20px 0;
	font-weight: normal;
	font-style: normal;
}
#content {
	margin-top: 0px;
	padding-bottom: 10px;
	clear: both;
	float: left;
	width: 800px;
	background: #FFF url(i/bck_content.jpg) no-repeat scroll center top;
}
body#sec-home #content {
	margin-top: 20px;
	background-image: none;
}
body#sec-productos #content {
	margin-top: 0px;
	background-image: none;
}

a.masinfo {
	background: url(i/a_masinfo.png) no-repeat center center;
	height: 38px;
	width: 38px;
	text-indent: -9999em;
	float: right;
	margin: 0 40px 10px;
}
/*** Header Components ********************************************************/

#header {
	margin: 10px 10px 0;
	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: 190px;
	height: 80px;
	margin: 0px 0 0 0px;
	display: block;
	position: absolute;
	text-indent: -9999em;
	background: url(i/ciate_logo.png) no-repeat;
}

#header h1 a:link, #header h1 a:visited {
	width: 190px;
	height: 80px;
	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;
	text-indent: -9999em;
}

/*** Navigation Components ****************************************************/
#nav {
	position: absolute;
	right: 0px;
	top: 27px;
	height: 38px;
	width: 480px;
	background: url(i/bck_nav.png) no-repeat top;
}
#nav ul {
	list-style: none;
}
#nav ul * {
	float: left;
}
#nav li {
	background: transparent url("i/sep_nav.png") no-repeat 0 50%;
	margin-left: 0;
	padding-left: 0;
}
#nav li#navnos, #nav li#navplo {
	background: transparent;
}
#nav li#navnos {
	margin-left: 20px;
}
#nav ul a:link, #nav ul a:visited {
	color: #FFF;
	line-height: 38px;
	padding: 0em 20px;
	margin: 0px;
	font-size: 12px;
	text-transform: uppercase;
}
#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: #003264;
	background: transparent url(i/bck_nav.png) no-repeat bottom;
}
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 */
#banner {
	height: 210px;
	margin-top: 0;
	margin-bottom: 0;
}
#bnr {
	height: 100px;
	margin: 0 auto;
	background: transparent url(art/bck_h2.jpg) no-repeat;
}
DIV.barudan {
	height: 80px;
	display: block;
	margin-top: 0;
	float: left;
	text-indent: -9999em;
}
DIV.barudan a:link, DIV.barudan a:visited {
	height: 80px;
	display: block;
	text-indent: -9999em;
	background: transparent url(i/bnr_barudan.png) no-repeat center center;
}

#bnr h2 {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	line-height: 100px;
	margin: 0 0 0 30px;
	letter-spacing: -1px;
}
/* bloque home */
body#sec-home blockquote {
	background-color: #E1F2FD;
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

body#sec-home blockquote p {
	font-size: 14px;
	color: #555;
	text-align: left;
	font-weight: normal;
	line-height: 24px;
	margin: 20px 40px 0px;
}
a.introtec {
	display: block;
	width: 300px;
	height: 108px;
	text-indent: -9999em;
	float: left;
	background: url(i/bnr_introtec.png) no-repeat left top;
}
a.introtec:hover {
	background-position: left bottom;
}
/* Contact Form */

p.error {
	margin-left: 140px;
	margin-top: 5px;
	padding-left: 20px;
	color: #ff0808;
	background: url(i/ico_stop.png) no-repeat left center;
}

#contact_form ul {
	float: left;
}

#contact_form ul li {
	margin: 10px 0;
	list-style: none;
	position: relative;
	clear: both;
}

#contact_form label {
	line-height: 35px;
	width: 100px;
	text-align: right;
	float: left;
	margin-right: 10px;
}

#contact_form input#name,
	#contact_form input#email,
	#contact_form input#subject,
	#contact_form textarea {
	float: left;
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	background: #fcfcfc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contact_form input#name,
	#contact_form input#email,
	#contact_form input#subject {
	width: 400px;
}

#contact_form textarea {
	width: 400px;
	height: 150px;
	resize: none;
}

#contact_form input.button {
	float: right;
}
#contact_form h3 {
	margin-left: 20px;
	color: #09F;
}
#contact_form{
	margin-top: 20px;
}
.address {
	font-size: 14px;
	text-align: left;
	padding-top: 32px;
	margin-top: 20px;
	background: url(i/vcard.png) no-repeat left top;
}
.address p {
	line-height: 1.7em;
}
/* Comment form */

#comment_form ul {
	float: left;
}

#comment_form ul li {
	margin: 10px 0;
	list-style: none;
	position: relative;
	clear: both;
}

#comment_form label {
	line-height: 35px;
	width: 100px;
	text-align: right;
	float: left;
	margin-right: 10px;
}

#comment_form input,
	#comment_form textarea {
	float: left;
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	background: #fcfcfc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#comment_form input {
	width: 400px;
}

#comment_form textarea {
	width: 500px;
	height: 150px;
	resize: none;
}

/* Contact Page Sidebar */

.contact ul {
	list-style: none;
}

.contact li {
	margin: 0;
}

/* Overiding Classes */

/* Must remain at the bottom of the stylesheet */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

* html .clearfix {
	height: 1%;
}

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}
/*-----HOME ------*/
h2 {
	margin: 0px 0 0px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #003264;
}
body#sec-home h2 {
	margin-bottom: 14px;
}
h3 {
	font-size: 16px;
	color: #8D8C87;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}
h5 {
	font-size: 16px;
	color: #8D8C87;
	margin: 0;
	font-weight: bold;
}
a {
	color: #8D8C87;
}
ul.list {
	list-style: none;
	margin: 0;
}

ul.list li {
	list-style: none;
	margin: 0 0 18px;
	line-height: 122%;
	padding-left: 18px;
	background: url(i/ico_flecha.png) no-repeat left 3px;
}
.txt p {
	margin-left: 30px;
	font-size: 13px;
}
.txt ul {
	margin: 10px 0 30px 30px;
}
.txt ul li {
	margin: 15px 0;
}
.txt h3 {
	margin: 20px 0 0 30px;
	color: #09F;
	font-size: 19px;
}
.rubros {
	margin: 30px 10px;
}
.rubros h4 {
	font-weight: normal;
	font-style: normal;
	color: #09F;
	font-size: 16px;
}
.rubros p {
	margin-left: 10px;
}
body#sec-home p {
	margin: 0px 0 15px 0px;
	font-size: 1em;
	line-height: 130%;
}

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;
}
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: 220px;
}

div.sep hr, div.hrp hr {
	display: none;
}
div.date {
	color: #666;
	letter-spacing: 0;
	margin: 0px;
	padding-top: 3px;
	vertical-align: middle;
	font: 100 10px/11px Arial, sans-serif;
	text-indent: 14px;
	background: url(i/ico_fecha.png) no-repeat left center;
}
/*----- footer -----*/
#footer {
	margin: 0 10px 30px;
	clear: both;
	padding-top: 10px;
	text-align: center;
	position: relative;
	border-top: 6px solid #036;
	background: #FFF /*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: #666;
	text-align: center;
	margin: 1em 0 0;
	font-size: .9em;
}

#footer a {
	color: #666;
	text-align: center;
}

#footer a:hover {
	color: #036;
	text-decoration: underline;
	text-align: center;
}
/* feature */
#featured {
	width: 560px;
	padding-right: 220px;
	position: relative;
	border: 0px solid #ccc;
	height: 210px;
	background: #fff;
}

#featured ul.ui-tabs-nav {
	position: absolute;
	top: 0;
	left: 560px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px;
}

#featured ul.ui-tabs-nav li {
	padding: 0px;
	margin-bottom: 1px;
	font-size: 12px;
	color: #666;
	margin-left: 0;
}

#featured ul.ui-tabs-nav li img {
	float: left;
	margin: 2px 5px;
	background: #fff;
	padding: 2px;
	border: 1px solid #eee;
}

#featured ul.ui-tabs-nav li span {
	font-size: 18px;
	line-height: 50px;
	padding: 0 0px 0 20px;
}

#featured li.ui-tabs-nav-item a:link, #featured li.ui-tabs-nav-item a:visited {
	display: block;
	height: 50px;
	color: #333;
	background: transparent url(i/a_feature.jpg) no-repeat left bottom;
	line-height: 20px;
}

#featured li.ui-tabs-nav-item a:hover {
	background: transparent url(i/a_feature.jpg) left top;
}

#featured li.ui-tabs-selected {
	background: url(i/a_feature.jpg) no-repeat left top;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	background: transparent url(i/a_feature.jpg) no-repeat left top;
	padding-left: 10px;
}

#featured .ui-tabs-panel {
	width: 560px;
	height: 210px;
	background: #FFF;
	position: relative;
}

#featured .ui-tabs-panel .info {
	position: absolute;
	top: 0px;
	left: 300px;
	height: 210px;
	width: 240px;
	/*background: url('i/transparent-bg.png'); */
}

#featured .info h2 {
	font-size: 2em;
	color: #c00202;
	padding: 10px;
	margin: 20px 0 0;
	overflow: hidden;
}

#featured .info ul {
	margin: 0 10px 10px;
	list-style: none;
}

#featured .info li {
	margin: 0 10px;
	padding: 5px 0 5px 15px;
	font-size: 1.2em;
	color: #036;
	background: url(i/bullet.png) no-repeat left center;
}

#featured .info p {
	margin: 0 10px;
	font-size: 1.2em;
	color: #036;
}
#featured .info a.links:link, #featured .info a.links:visited {
	background: url(i/bck_btn2.jpg) no-repeat left center;
	font-size: 12px;
	color: #FFF;
	width: 96px;
	height: 22px;
	line-height: 22px;
	display: block;
	text-indent: 18px;
	font-weight: normal;
	font-style: normal;
}

#featured .ui-tabs-hide {
	display: none;
}
/* products */
.products h3 {
	border-bottom:1px solid #DDDDDD;
	color:#333333;
	font-size: 14px;
	font-weight: bold;
	margin:0;
	line-height: 1.25em;
	margin-bottom:0em;
	padding:0.2em 0;
}
body#sec-productos h3 {
	font-weight: bold;
	color: #410908;
}
body#sec-productos .red {
	color: #f00;
}
.filters  {
	border-top:1px solid #FFFFFF;
	list-style:none outside none;
	margin:0 0 2em;
	padding:6px 0 0;
}
.box220 {
	width: 220px;
	float: left;
}
.box220 p {
	font-size: 10px;
	color: #666;
	padding-left: 14px;
	float: left;
	margin-left: 30px;
	background: url(i/bullet_2.png) no-repeat left center;
}
.box300 {
	width: 300px;
	float: left;
}

.box {
	margin-bottom:2em;
	padding:1em 20px;
}
ul.filters li {
	margin: 0;
}
.box .filters a {
	display:block;
	padding:0.1em 0;
	color: #09F;
}
.box .filters a:hover {
	color: #333;
}
.roundsmall {
	-moz-border-radius:8px 8px 8px 8px;
}
.productos {
	display: block;
	margin-top: 30px;
	width: 100%;
	float: left;
	border-bottom: 1px dotted #e1e1e1;
}
.productos h2 {
	color: #09F;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}
.productos img {
	background: #eee;
	padding: 5px;
	float: right;
	margin: 0 20px 8px 0;
}
.productos p {
	color: #666;
}
ul.prod li {
	float: left;
	margin: 0 0 20px 20px;
	list-style: none;
	width: 30%;
}
ul.prod li img {
	background: #eee;
	padding: 5px;
	float: left;
	margin: 0;
}
ul.prod li p {
	font-size: 11px;
	color: #666;
	padding-left: 14px;
	float: left;
	margin: 0;
	background: url(i/bullet_2.png) no-repeat left center;
}
/*----- tabs --------*/
ul.tabs {
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 400px;
}
ul.tabs li {
	float: left;
	margin: 0 2px -1px 0;
	padding: 0;
	height: 32px;
	width: 94px;
	line-height: 32px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #FFF;
}
 *:first-child+html ul.tabs li { margin-bottom: 0; }
ul.tabs li a {
	text-decoration: none;
	text-align: center;
	color: #FFF;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border-bottom: 1px solid #fff;
	outline: none;
	background: url(i/tabs.png) no-repeat center top;
}
 *:first-child+html ul.tabs li a { border: 0; }
ul.tabs li a:hover {
	background: url(i/tabs.png) no-repeat center bottom;
	color: #036;
}	
html ul.tabs li.active a:link, html ul.tabs li.active a:visited, html ul.tabs li.active a:hover  {
	background: url(i/tabs.png) no-repeat center bottom;
	border-bottom: 1px solid #fff;
	color: #036;
}
 *:first-child+html ul.tabs li.active a { border: 0; }
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 780px;
	margin-left: 10px;
	background: transparent;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
.login {
	position: absolute;
	margin-top: -23px;
	margin-left: 96px;
	font-size: 1.2em;
}
.float-left {
	float: left;
}
