/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #fff url(img/bg.jpg) center top repeat-x ;
	/* background: #fff url(img/bg_espana.jpg) center top repeat-x ; Fondo Espaņa */
	color: #333;
	margin:20px 0 20px 0;
}


/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:normal;
	text-decoration: none;
}
a:hover {
	color:#333;
}

/* Imagenes
----------------------------------------------- */

img.derecha{float:right; padding: 0 0 20px 30px;}
img.izquierda{float:left;}

/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:transparent;
	padding: 10px;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	float: left;
	font-weight:normal;
	font-size:3em;
	text-align:left;
	background:#fff;
	padding:0 0 20px 5px;
	margin-bottom:0;
	margin-top: 10px;
}

#ayuda p {
	margin: 10px 10px 0 0;
	float: right;
	text-align: right;
	line-height: 2em;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
	background:#fff;
	padding:0px 10px 1px 10px;
}

.box3 {
	background:#fff;
	padding:0px 10px 1px 10px;
}

.box_banner {
	background:#fff;
	padding:0px 5px 0px 5px;
	margin-top: -14px;
}

.gris  { background:#f0f0f0;}

.box2 {
	background:#fff;
	padding:0px 0px 1px 0px;
}

.flecha {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	height: 15px;
	background:#fff url("../../img/flecha_menu.gif") 0% 0% no-repeat;
}

.flecha_banner {
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	height: 15px;
	background:#fff url("../../img/flecha_menu.gif") 0% 0% no-repeat;
}

.box h2 {
	font-size:1.2em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	margin:0px -10px 0px -10px;
	padding:6px 12px;

}



.box2 h2 {
	font-size:1.2em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	margin:20px 0px 10px 0px;
	padding:6px 12px;
	background:#333 url("../../img/flecha_menu_gris.gif") 0% 50% no-repeat;

}

.box_trabajos h2 {
	font-size:1.2em;
	font-weight:normal;
	text-transform:uppercase;
	color:#666;
	margin:20px 0px 10px 0px;
	padding:6px 12px;
	background:#f0f0f0;
	border-bottom: 1px solid #ccc;

}

.box_trabajos .soporte{
	padding: 10px;
}

.box_trabajos ul{
	margin: 10px;
}

.box_trabajos li{
	margin: 10px 0px 0px 20px;
	list-style:square;
}

.box_banner h2 {
	font-size:1.2em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	padding:6px 12px;
	margin:14px -10px 15px 0px;
	background:#333 url("../../img/flecha_menu_gris.gif") 0% 50% no-repeat;

}

.box3 h2 {
	font-size:1.2em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	margin:0px -15px 0px -5px;
	padding:6px 12px;
	background:#333 url("../../img/flecha_menu_gris.gif") 0% 50% no-repeat;

}

.box .flecha {
	padding: 0;
	margin: 0;
	border: 0;
}

.box3 .flecha {
	padding: 0;
	margin: 0;
	border: 0;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("../../img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}

.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.box p{
	padding: 10px 0 0 0;
}



/* Fondos colores
----------------------------------------------- */

.verde h2 {
	background:#a6cc00;
	font-weight: bold;
}

.naranja h2 {
	font-weight: bold;
	background-color: #FD9800;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}


/* Listas Block2
----------------------------------------------- */

.block2 ul { 
margin-left: 25px; /*Indentado de la lista (se puede cambiar)*/
list-style-type: square; /*Quitar estilo de viņeta*/
}

/* menus
----------------------------------------------- */

ul.menu, ul.menu ul {
  padding: 0;
  margin:0px -10px 0px -10px;

}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background:#f0f0f0 url("../../img/switch_plus.gif") 97% 50% no-repeat;
  color: #333;
  border-bottom: 1px dotted #999;
  padding: 5px 5px 5px 15px;
  
}

ul.menu li a:hover {
  background:#666 url("../../img/switch_abajo.gif") 97% 50% no-repeat;
  color: #fff;
}

ul.menu li ul li a {
  background:#fff url("../../img/switch_carpeta.gif") 5% 50% no-repeat;
  color: #000;
  padding-left: 35px;
  margin:0px 10px 0 10px;

}

ul.menu li ul li a:hover {
  background:#fff url("../../img/switch_carpeta_open.gif") 5% 50% no-repeat;
  border-left: 0px solid #999;
  font-weight: bold;
  color: #333;


}

ul.menu li ul li .active {
  background:#fff url("../../img/switch_carpeta_open.gif") 5% 50% no-repeat;
  font-weight: bold;


}

/* menus siguenos
----------------------------------------------- */

ul.menu_red, ul.menu_red ul {
  padding: 0;
  margin:0px -10px 0px -10px;

}

ul.menu_red a {
  display: block;
  text-decoration: none;	
}

ul.menu_red li {
  margin-top: 1px;
}

ul.menu_red li.facebook a {
  background:#fff url("../../images/mini_iconos/facebook.png") 97% 50% no-repeat;
  color: #3b5998;
  border-bottom: 1px dotted #999;
  padding: 5px 5px 5px 15px;
  
}

ul.menu_red li.facebook a:hover {
  background:#3b5998 url("../../images/mini_iconos/facebook.png") 97% 50% no-repeat;
  color: #fff;
}

ul.menu_red li.twitter a {
  background:#fff url("../../images/mini_iconos/twitter.gif") 97% 50% no-repeat;
  color: #33ccff;
  border-bottom: 1px dotted #999;
  padding: 5px 5px 5px 15px;
  
}

ul.menu_red li.twitter a:hover {
  background:#33ccff url("../../images/mini_iconos/twitter.gif") 97% 50% no-repeat;
  color: #fff;
}






/* table
----------------------------------------------- */
table {
	width:100%;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	background:#eee;
}

tbody tr.odd th,
tbody tr.odd td {
	background:#fff;

}

tbody tr.naranja th,
tbody tr.naranja td {
	background:#ffe596;
}

tbody tr.verde_claro th,
tbody tr.verde_claro td {
	background:#f0ffaf;
}

tbody tr.azul th,
tbody tr.azul td {
	background:#cdf1ff;
}

tbody tr.rojo th,
tbody tr.rojo td {
	background:#ffdede;
}

tbody tr.amarillo th,
tbody tr.amarillo td {
	background:#ffffde;
}

tbody tr.morao th,
tbody tr.morao td {
	background:#f7e5ff;
}

tbody tr.blanco th,
tbody tr.blanco td {
	background:#fff;
	border-bottom:1px solid #eee;
}


tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */

fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:left;
	width:42%;
}
fieldset.login p input {
	width:50%;
}
fieldset.login input.button {
	margin-left:48%;
}
form p.notice {
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}

#directions form {
	margin: 0 0 20px;
}

#directions form * {
	display: inline;
	vertical-align: middle;
	margin: 0;
}

#directions form label {
	position: absolute;
	left: -9999px;
}

#directions form input.text {
	width: 860px;
	margin-right: 5px;
	padding: 3px 2px;
	font-size:1em;
}


#contacto form{
	padding: 10px 30px 20px 20px;
}


fieldset{
	padding:5px;
}

legend{
	color:#000;
}

textarea{
	padding:3px 2px;
	width:640px;	
	height:9em;
	font-family: sans-serif;
	margin:0 0 20px;
}

label{
	display:block;
	margin:0 0 3px;
	font-weight: bold;
	color: #000;
}

label span {
	font-weight: normal;
	color: #666;
}

input.text {
	padding:3px 2px;
	width:640px;
	margin:0 0 20px;
	font-size:1.2em;
	font-family: arial,helvetica,sans-serif;
}

	
select{
	padding:3px 2px;
	width:648px;
	margin:0 0 20px;
	font-size:1.2em;
}

.submit{
}

.radio{
	width:auto;
	float:left;
}



/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}


.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}
/* Fecha
----------------------------------------------- */
#fecha {
	text-align: right;
	margin: 5px;
}

/* site information
----------------------------------------------- */
#site_info .box {
	color:#999;
	background:#f0f0f0;
	margin-top:20px;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px 5px 1px 5px;
}
#site_info a {
	color: #666;
}
#site_info a:hover {
	color:#a6cc00;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}

.block2 {padding:0px 10px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	height: 150px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 150px;
	width: 235px;
	padding: 0px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	background: #666;
}
#kwick .two {
	background: #777;
}
#kwick .three {
	background: #888;
}
#kwick .four {
	background: #fff;
}

/* Banner */

#banner {  
    width: 700px;  
    margin: 0;
	padding-bottom: 20px;
	position: relative;
}

#banner #pager {
	position: absolute;
	top: 265px;
	right: 5px;
	z-index: 999;
	background-color: #fff;
	padding: 5px 2px 5px;
}

#banner #pager a {
	font-size: 12px;
	background-color: #fff;
	padding: 3px 6px;
	margin-left: 5px;
	text-decoration: none;
	margin-right: 5px;
}

#banner #pager a:hover, #banner #pager a.activeSlide {
	color: #fff;
	background-color: #a6cc00;
}

#rotate {
	height: 290px;  
    width: 700px;  
    padding: 0px;  
    margin: 0;
} 
 
#rotate img { 
    top: 0; 
    left: 0 
}

/*-----------------------------------------------------------------------------------------------*/
/*                                            TOOLTIP                                            */
/*-----------------------------------------------------------------------------------------------*/
 
/*------------------tooltip----------------*/
.hotspot {
padding-bottom:1px; 
border-bottom:1px dotted #000; 
cursor:pointer}

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}

/* ------------ GALERIA CSS ---------- */

.galeria {
	margin:0 auto;
	position: relative;
}

.galeria ul {
	
}

.galeria li {
	display:inline;
	float:left;
	width:200px;
	background-color:#f5f7f9;
	padding:5px;
	margin:10px;
	text-align: center;
	}
	
/* TWITTER */

#box {
	margin: 50px 0 5px 0;
	background:#fff url('images/twitter_lector.jpg') no-repeat;
	width: 700px;
	height: 80px;
	font-size: 12px;
	}
#twitter_update_list {
	position: absolute;
	width: 565px;
	height: 60px;
	margin: 20px 20px 20px 110px;
	color: #666;
	}
#box li {
	list-style: none;
	}
#twitter_update_list a {
	color: #a6cc00;
}