/*
Theme Name: Grupo Visiting
Theme URI: http://grupo-e.com
Description: Plantilla de 2 columnas para grupo visiting
Version: 1.0
Author: Xavier Verri & Gonzalo Albarracín
Author URI: 
*/

@charset "utf-8";
/* CSS Document */
.body
{margin-left:auto;
margin-right:auto;
}
#general {
width:800px;
height:auto;
margin-left:auto;
margin-right:auto;
background-color:#ebf0f3;

}

#idioma {
	width:800px;
	height:31px;
	background-color: #FFFFFF;
}
.ico {
float:left;
}

.ico img {
margin-right:5px;
border:none;
}

#top {
	width:800px;
	height:280px;
	background-image:url(images/image-top.jpg)

}	

#navbar {
width:800px;
height:100%;

}

#navbar-botonera {
width:800px;
height:100%;

}

#navbar-line {
width:800px;
height:14px;
background-image:url(images/nav-line.jpg)

}

#botones {
float:left;
width:700px;
height:40px;
}

#busqueda {
float:left;
background:none;
width:100px;
height:40px;
}

.boton {
width:150px;
height:40px;
background-color:#3d69a7;
text-align:center;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
margin-right:2px;
float:left;
}

#contenedor {
height:100%;
width:100%;

}

#right {
width:190px;
height:auto;
float:left;
text-align:center;
margin-top:20px;
}


#left {
width:610px;
height:auto;
float:left;
}


#foot {
width:800px;
height:35px;
background-color:#3d69a7;
clear:both;
}

/*--- slide menu ---*/
#tabs ul {
margin-left:-41px;
}

#tabs ul li {
	display:inline; 
	height:53px; 
	margin-left:1px;
	}
.notas-mas-vistas {
	display:block;
	list-style:none;
	margin-left:-10px;
	height:auto;
	margin-top:-5px;
	
	}

.boton-menu{
	width:150px;
	height:30px;
	background-color:#3d69a7;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
	margin-left:1px;
	text-decoration:none;
	padding-top:10px;
}
/* IE6 Only */
* .boton-menu {float:left;} 


#tabs ul li div, #tabs ul li a div  {
	display:block; 
	position:absolute; 
	left:41px; 
	width: 800px; 
	height:250px; 
	border-bottom:3px solid #fff;

}

#tabs ul li a div.tab, #tabs ul li div.tab {	
	color:#fff;
	z-index:500;
	background:#466ea4;
	opacity: .9;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

}

/*ie7 only*/
* div.tab {margin-top: 40px;} !important


.clear {
	clear:both; 
	height:0; 
	line-height:0; 
	overflow:hidden;
	
}

.categoria {
	display:block;
	position:relative;
	left:0px;
	}
	
.categoria2 {
	display:block;
	position:relative;
	float:right;
	margin-left:400px;
	max-width:400px;
	}

.active {
	background-position: right 12px;
}


/*-- div Tabs --*/

#tabs {
	z-index:500;
	margin-top:-16px;
	
}

#tab-menu {
	height:41px;
	width:760px;
	/*background:#00CCCC;*/
	list-style:none; 
	position:relative;
	background:url(images/bg_nav.jpg) repeat 0 0;
}

/*---Search---*/

#search_box {
	width: 201px;
	height: 31px;
	background:fff;
	border: #466ea4 solid 3px;
	position:relative;
	left: -107px;
	margin-top:2px;
	
	}

#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
	
}

#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
	

}

/*---CONTENIDOS---*/
.nota {
padding-left:7px;
padding-right:7px;
}


.contenido-nota {
font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #333333;
text-align:justify;
}

.nota h2 {
font-size:24px;
}
.nota h2 a {
text-decoration:none;
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:200;
}

.moretext {
background: url(images/moretext.png) no-repeat; 
border: none;
display:inline-block;
height: 34px;
overflow: hidden;
width: 140px;
padding-top:10px;
}

.more-link {
font-size:12px;
text-decoration:none;
/*color: rgba(255,255,255,.0001); */
text-indent: 22px;
color:#333333;
}

.detpost {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #333333;
}

.detpost-hr {
width:200px;
background: url(images/hr.png) repeat-y;
height:2px;
}


 