/* 
*
* Easy front-end framework
*
* Copyright (c) 2009 Alen Grakalic
* http://easyframework.com/license.php
*
* supported by Templatica (http://templatica.com)
* and Css Globe (http://cssglobe.com)
*
*/


/*

for more info about the strucure of this file 
please read http://easyframework.com/documentation.php

*/

/* HTML elements  */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	line-height:1em;
}
h1 {
	font-size:2em;
	margin-bottom:.5em;
}
h2 {
	font-size:1.75em;
	margin-bottom:.5142em;
	padding-top:.2em;
}
h3 {
	font-size:1.5em;
	margin-bottom:.7em;
	padding-top:.3em;
}
h4 {
	font-size:1.25em;
	margin-bottom:.6em;
}
h5, h6 {
	font-size:1em;
	margin-bottom:.5em;
	font-weight:bold;
}

p, blockquote, ul, ol, dl, form, table, pre {
	line-height:inherit;
	margin:0 0 1.5em 0;
}
ul, ol, dl {
	padding:0;
}
ul ul, ul ol, ol ol, ol ul, dd {
	margin:0;
}
li {
	margin:0 0 1em 2em;
	display:list-item;
	list-style-position:outside;
}
blockquote, dd {
	padding:0 0 0 2em;
}
pre, code, samp, kbd, var {
	font:100% mono-space, monospace;
}
pre {
	overflow:auto;
}
abbr, acronym {
	text-transform:uppercase;
	border-bottom:1px dotted #000;
	letter-spacing:1px;
}
abbr[title], acronym[title] {
	cursor:help;
}
small {
	font-size:.9em;
}
sup, sub {
	font-size:.8em;
}
em, cite, q {
	font-style:italic;
}
img {
	border:none;
}
hr {
	display:none;
}
table {
	width:100%;
}
th, caption {
	text-align:left;
}
form div {
	margin:.5em 0;
	clear:both;
}
label {
	display:block;
}
fieldset {
	margin:0;
	padding:0;
	border:none;
}
legend {
	font-weight:bold;
}
input[type="radio"], input[type="checkbox"], .radio, .checkbox {
	margin:0 .25em 0 0;
}
/* //  HTML elements */	

/* common */
	
.left {
	float:left;
	margin-right:1em;
}
.right {
	float:right;
	margin-left:1em;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.first {
	margin-left:0 !important;
}
.last {
	margin-right:0 !important;
}
.top {
	margin-top:0 !important;
}
.bottom {
	margin-bottom:0 !important;
}
.hidden, .print {
	display:none;
}
.graphic {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // common */			

/* base */
	
body, table, input, textarea, select, li, button {
	font:1em Arial, Helvetica, Sans-Serif;
	color:#333;
}
body {
	font-size:12px;
	background:#fff;
	margin:0;
	padding:0;
}
a, a:visited {
	text-decoration:none;
	color:#F60;
}
a:hover {
	color:#F90;
	text-decoration:underline;
}
ins {
	text-decoration:none;
	color:#900;
	font-style:italic;
}
code {
	color:#555;
}
pre {
	margin-left:2em;
	padding-left:2em;
	border-left:1px solid #ccc;
}
blockquote {
	margin-left:2em;
	border-left:1px solid #ccc;
	font-style:italic;
}
dt {
	font-weight:bold;
}
th, td {
	padding:.5em 1em;
	line-height:1.5em;
}
th {
	background:#eee;
}
caption {
	font-style:italic;
	color:#777;
	margin:.5em 0;
}
fieldset {
	border:1px solid #ccc;
	padding:1em 2em;
	margin:0 0 1.5em 0;
}
legend {
	padding:2px 5px;
}
form div.col {
	clear:none;
}
form div.first {
	clear:both;
}
form div {
	overflow:hidden;
}
input[type="text"], input[type="password"], textarea, .field, .area, select {
	border:1px solid #aaa;
	padding:5px;
	background:#fff;
	width:300px;
	line-height:1em;
	margin:0;
}
select {
	width:312px;
}
textarea, .area {
	overflow:auto;
	height:150px;
	width:400px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus {
	background:#f5f5f5;
	outline:none;
}
.submit {
}
button {
	border:none;
	background:#D4D0C8;
	color:#333333;
	padding:0 2.5em;
	height:2em;
	line-height:2em;
	cursor:pointer;
}
.note, .success, .error, .alert {
	display:block;
}
.error {
	color:#C00;
}
.success {
	color:#090;
}
.note {
	font-weight:bold;
}
.alert {
	border: 2px solid #c00;
	color: #c00;
	background: #FF9;
	padding: 10px;
}
.notvalid {
	border:1px solid #900 !important;
}
.pullquote {
	width:20%;
	float:left;
	margin-right:2em;
	padding-right:2em;
	border-right:1px solid #ccc;
	text-align:right;
	font-size:1.1em;
	font-style:italic;
	color:#777;
	margin-bottom:.5em;
}
.boxout {
	width:20%;
	float:right;
	margin-left:2em;
	padding:1em 2em;
	border:1px solid #ccc;
	margin-bottom:.5em;
}
#easy_tooltip {
	border:1px solid #e1e1e1;
	padding:2px 10px;
	background:#f5f5f5;
}
/* base */

/* layout */

#container {
	width:996px;
	text-align:left;
	position:relative;
}
.inner {
	position:relative;
}
#header {
	background:url(../img/headerbg.jpg) repeat-y;
	position:relative;
}
#footer {
	position:relative;
	margin-left:190px;
	width:786px;
	clear:both;
}
.content {
	clear:both;
	padding: 0;
}
.main, .secondary, .tertiary, .quaternary {
	float:left;
	display:inline;
}
.main {
	margin-left:170px;
	width:786px;
	padding:20px;
}
.secondary {
	width:170px;
	margin-left:-996px;
}
.tertiary {
	display:none;
}
.quaternary {
}
/* grid */
		
.cols {
}

/* main column container class */
.col {
	float:left;
	display:inline;
	width:47%;
	margin-left:3%; /* 2 equal width columns layout - default */
}
.cols3 .col {
	width:30%;
	margin-left:2%;
} /* 3 equal width columns layout */
.cols4 .col {
	width:22%;
	margin-left:4%;
} /* 4 equal width columns layout */
/* use following classes to build custom grid (add as many as you want) */
		
.col1, .col2, .col3 {
	float:left;
	display:inline;
}
.col1 {
}
.col2 {
}
.col3 {
}
.indent1 {
}
.indent2 {
}
.indent3 {
}
/* grid */	

/* // layout */

/* navigation */
	
#nav {
	font-size:12px;
	height:18px;
	background:#393;
}
#nav, #nav ul, #nav li {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	float:left;
	display:inline;
	position:relative;
	line-height:18px;
}
#nav ul {
	position:absolute;
	left:0;
	top:18px;
	padding:0px 10px;
	width:200px;
	background:#fff;
	display:none;
	z-index:1000;
	border-top:1px solid #fff;
}
#nav ul li {
	float:none;
	display:block;
}
#nav, #nav li {
	background:#393;
}
#nav ul li {
	background:#cfc;
	margin: 0 -10px;
	border-bottom:1px solid #fff;
}
#nav li a {
	display:block;
	border-right:1px solid #fff;
	padding:0 20px;
	font-weight: bold;
	color:#fff;
}
#nav li a:hover {
	background:#cfc;
	color:#390;
}
#nav li.first a {
	padding:0 12px 0 24px;
	width:134px;
}
#nav ul li a {
	padding:0 20px;
	color:#390;
	font-weight: normal;
	line-height: 18px;
	min-height: 18px;
}
#nav ul li a:hover {
	background: url(../img/NAV_Arrow_339933.gif) 6px 6px no-repeat;
}


body#portada #nav000 {
	text-indent: -1000px;
	overflow: hidden;
}
body#compania #nav100,
body#soluciones #nav200,
body#redcomercial #nav300,
body#eservicios #nav400,
body#noticias #nav500 {
	background: #0c0;
	color: #fff;
}


/* //navigation */

/* header */

#header h1 {
	line-height:70px;
	
	width:520px;
	border-bottom:1px solid #fff;
	margin:0;
}
#headright {
	position:absolute;
	top:0;
	right:0;
	width:350px;
}
#headright #logo {
	float:right;
	height:55px;
	margin:8px 45px 8px 25px;
	width:55px;
	background:url(../img/headright.logo.bg.gif) no-repeat;
}
#sitetools {
	float:right;
	height:13px;
	margin:55px 0 8px 0;
	overflow:hidden;
}
#sitetools ul {
	list-style-type:none;
	margin:-0.1em 0 -0.1em -0.4em;
	padding:0;
	height:13px;
}
#sitetools li {
	float:left;
	display:inline;
	position:relative;
	font-size:11px;
	line-height:13px;
	height:13px;
	margin:0 0 0 3px;
	padding:0;
}
#sitetools a {
	border-left:1px solid #999;
	color:#999;
	font-weight:normal;
	line-height:10px;
	padding:0 0 0 3px;
}
#sitetools a.first {
	border-left:1px solid #FFF;
}
#sitetools a:hover {
	color:#0c0;
}
/* // header */
#leftbar {
	margin-top: 2px;
}
#leftbar ul, #leftbar li,
#SiteLocator ul, #SiteLocator li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
}
#leftbar li a,
#SiteLocator li a {
	display: block;
	padding: 1px 12px 1px 24px;
	color: #333;
	line-height: 16px;
	min-height: 16px;
}
#leftbar li a {
	color: #393;
	background-color:#DFF6CC;
	border-top:1px solid #fff;
}
#leftbar li a.active,
#leftbar li a.active:hover {
	color: #fff;
	background: #0c0 url(../img/NAV_Arrow_ffffff.gif) 9px 5px no-repeat;
}
#leftbar li a:hover {
	background: #DFF6CC url(../img/NAV_Arrow_339933.gif) 9px 5px no-repeat;
	text-decoration: none;
}
#leftbar ul ul li a {
	padding: 1px 12px 1px 36px;
	background-color:#F0FAE6;
}
#leftbar ul ul li a:hover {
	background: #DFF6CC url(../img/NAV_Arrow_339933.gif) 21px 5px no-repeat;
}
#leftbar ul ul li a.active,
#leftbar ul ul li a.active:hover {
	color: #393;
	background: #F0FAE6 url(../img/NAV_Arrow_339933.gif) 21px 5px no-repeat;
	font-weight: bold;
}

#SiteLocator li div {
	border-bottom:1px solid #fff;
	border-top:2px solid #fff;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:2px;
	padding: 1px 12px 1px 24px;
}
#SiteLocator .SiteLocator div {
	background-color: #999;
}
#SiteLocator .SiteLocator li {
	font-size:11px;
}
#SiteLocator .InternetLinks {
	margin-top: 2px;
	background-color:#DFF6CC;
}
#SiteLocator .InternetLinks div {
	background-color: #390;
	border-top:none;
}
#SiteLocator .InternetLinks select {
	font-size:11px;
	width:160px;
	margin: 5px;
	padding: 0;
	color: #666;
}

#SiteLocator .ConditionalLinks {
	margin-top: 2px;
	padding-top: 2px;
	border-top: 1px solid #999;
	font-size:11px;
}
#SiteLocator .ConditionalLinks div {
	display:none;
}


/* content */

/* // content */

/* footer */
#footer {
	margin-top:10px;
	font-size:10px;
	color:#ccc;
}
#footer a {
  color:#666666;
  text-decoration:none;
}
#footer ul {
  list-style-type:none;
  margin:0 0 0.3em 0;
  padding:0;
  height:1.5em;
}
#footer li.Bookmark, #footer li.Print {
  float:left;
  margin:0 3em 0 0;
}
#footer li.Bookmark img {
  border:medium none;
  height:1.2em;
  margin:0 1em 0 0;
  width:1.5em;
}
#footer li.Top {
  float:right;
  height:1.4em;
}
#footer div {
  border-top:0.1em solid #666666;
  margin:0;
  padding:0.5em 0 0 0;
}
/* // footer */

/* clearfix */

.inner:after, .content:after, .cols:after, .fixed:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.inner, .content, .cols, .fixed {
	display:block;
	min-height:1%;
}
* html .inner, * html .content, * html .cols, * html .fixed {
	height:1%;
}

/* // clearfix */


.main .encabezado {
	margin: -20px 0 20px -20px;
}
.main h1,
.main h2 {
	color: #393;
}
.main dd {
	margin-bottom:1em;
}
.main .bajada {
	font-weight:bold;
}

.main {
}
body#portada #nav{
	position:relative;
	z-index:10;
}
body#portada .main{
	padding:0 20px;
	margin-left:170px;
	width:570px;
}
body#portada .secondary {
	width:170px;
	margin-left:-780px;
}
body#portada .secondary #leftbar{
	margin-top:0;
}
body#portada .tertiary{
	display:block;
	width:216px;
	margin-top:-199px;
}

body#portada #headflash {
	padding:1px 0;
	margin:10px 0 10px 0;
}
body#portada .ContentLeft {
	width:350px;
	margin-right:20px;
	float:left;
}
body#portada h3 {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

body#portada .titulo-vermas{
	font-size:0.8em;float:right;padding-top:3px;
}
body#portada .ContentLeft .titulo-vermas{
	color:#F60;
}
body#portada .ContentLeft h3 {
	color:#F60;
	background:url(../img/Ico_News_Stories.gif) 0 0 no-repeat;
	padding:2px 2px 2px 25px;
	margin:0;
	border-top:1px solid #F60;
	border-bottom:1px solid #F60;
}
body#portada .ContentLeft .noticia {
	border-top:1px solid #9c9;
	padding:10px;
}
body#portada .ContentLeft .noticia.first {
	border-top:none;
	background:#E6F2DF;
}
body#portada .ContentLeft .noticia h4{
	margin-left:100px;
	font-size:12px;
}
body#portada .ContentLeft .noticia a{
	color:#393;
	font-weight:bold;
}
body#portada .ContentRight {
	width: 200px;
	float: left;
}
body#portada .ContentRight .titulo-vermas{
	color:#fff;
}
body#portada .ContentRight h3 {
	color:#fff;
	background:#F60;
	padding:3px 2px 2px 10px;
	margin:0;
	border-bottom:1px solid #fff;
}
body#portada .ContentRight .noticia {
	border-top:1px solid #fff;
	padding:10px;
	background:#FCF7E0;
}
body#portada .ContentRight .noticia.first {
	border-top:none;
}
body#portada .ContentRight .noticia h4{
	font-size:12px;
}
body#portada .ContentRight .noticia .fecha{
	color:#999;
	font-weight:bold;
}
body#portada .ContentRight .noticia a{
	color:#393;
	font-weight:bold;
}
body#portada #footer{
	width:570px;
}

.more {
	color:#F60;
}

#accesosdirectos,
#accesosdirectos li {
	margin:0;
	padding:0;
	list-style:none;
}
#accesosdirectos li a {
	display:block;
	background:#0099FF;
	color:#FFF;
	line-height:16px;
	height:16px;
	padding:1px 12px 1px 24px;
	border-bottom:1px solid #fff;
}
#accesosdirectos li a:hover {
	text-decoration:none;
	background:#0099FF url(../img/NAV_Arrow_FFFFFF.gif) 9px 6px no-repeat;
}
#banners {
	padding:0 8px;
}
#ficha h3 {
	padding-bottom:4px;
	border-bottom:1px dotted #090;
}
#noticias .fecha {
	color:#666;
	font-size:0.85em;
}

#cropmanager {
     width:360px;
	 float:left;
	 padding:5px;
	 margin:5px;
}
.listado h2{
	border-bottom:1px solid #CCC;
	padding:10px 0 3px 0;
	clear:both;
	margin:0;
}
.listado h3{
	border-bottom:1px solid #eee;
	clear:both;
}
.listado em {
	display:block;
	font-size:0.9em;
	color:#666;
}

.listado ul{
	list-style:none;
	margin:0;
	padding:0;
}
.listado ul li{
	font-size: 1.25em;
	margin-left:0;
	padding:0 ;
}
.listado td{
	font-size: 1.25em;
}

.glosario h2{
	font-size: 36px;
}
.glosario h4{
	font-weight:bold;
	font-size: 24px;
}
