@charset "utf-8";
/*/////////////////////////////////////////////////////////////////////////
// @Sistema: Genotipo.com		 										 //
// @Version: 1.0														 //
// @Autor: Juan J. Lopez Lira											 //
// @Descripcion: Archivo de Estilos Estructurales CSS				 	 //
// @Fecha: 20 Julio 2009												 //
/////////////////////////////////////////////////////////////////////////*/

/* Header */
.header {
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding: 0 20px;
}
#logo a {
	float: left;
	display: block;
	margin: 50px 0 0 0;
	width: 283px;
	height: 51px;
	background: url(../images/genotipo.png) no-repeat center;
}
#tools {
	float: right;
	width: auto;
	padding: 10px 0;
	color: #A3A510;
	text-align: right;
}
#tools h2 {
	font-size: 1.0em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #999999;
	margin: 65px 0 0 0;
	letter-spacing: 0.2em;
}
#tools a {
	color: #A3A510;
	text-decoration: none;
}
/* Menu */
.menu {
	width: 940px;
	margin: 5px auto;
	padding: 10px;
	background:#000000 url(../images/menu.png) repeat-x top;
}
.menu ul {
	float: left;
	width: auto;
}
.menu ul li {
	float: left;
	list-style: none;
	display: table-cell;
}
.menu ul li a{
	color: #F4F4E2;
	padding: 10px 20px;
	font-size: 1.1em;
	text-decoration: none;
	border-right: 1px solid #4D4D4D;
}
.menu ul li a:hover, .active a {
	background:#000000 url(../images/menu.png) repeat-x bottom;
}
#rss {
	float: left;
	padding: 0 20px 1px 240px;
	background: url(../images/rss.png) no-repeat right;
}
#rss a {
	color: #F4F4E2;
	text-decoration: none;
}
/* Main Container */
.main-container {
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding: 20px;
	background: #F0F0D8;
}
/* Footer */
.footer {
	width: 920px;
	height: auto;
	margin: 5px auto;
	padding: 20px;
	background:#000000 url(../images/footer.png) repeat-x bottom;
}
.footer #contact {
	float: left;
	width: 250px;
	color: #999999;
	text-align: left;
}
.footer #contact h2, #sitemap h2 {
	font-weight: lighter;
	font-size: 1.5em;
}
.footer #contact h3 {
	font-weight: lighter;
	font-size: 1.3em;
}
.footer #contact em {
	color: #666666;
	font-size: 1.15em;
}
.footer #contact a {
	color: #666666;
	text-decoration: none;
}
.credits {
	color:#999;
	margin: 0 auto;
	text-align: center;
}
/* Left */
.left {
	float: left;
	width: 540px;
	margin: 0 60px 0 20px;
	height: auto;
	line-height: 1.5em;
}
.left h1 {
	font-style:italic;
	margin:0 0 5px 0;
}
.left h2 {
	font-style:italic;
	color:#1A1A1A;
	font-weight:lighter;
	margin:0 0 5px 0;
}
.left a, .credits a {
	color:#999;
	text-decoration:none;
	font-weight:bold;
}
.left a:hover, .left #submenu-active, #casos a:hover, #testimonios a:hover {
	color:#A3A510;
	font-weight:bold;
}
.left ul {
	width:100%;
	margin:0 0 0 15px;
}
.tcollist ul {
	width:auto;
	margin:0 auto;
}
.tcollist li {
	float:left;
	margin:0 0 0 40px;
	width:40%;
}
/* Right */
.right {
	float: left;
	width: 300px;
	height: auto;
}
.news {
	width: 260px;
	height: auto;
	padding: 20px;
	background: #E7E7C1;
	margin: 0 0 20px 0;
}
.news a {
	color:#000;
	margin:0 0 0 120px;
	font-style:italic;
}
.news a:hover {
	color:#A3A510;
	text-decoration:none;
}
.news-date {
	text-align: left;
	color: #333333;
	font-size: 0.9em;
	font-style: italic;
}
.news-title {
	font-weight: bold;
}
.social {
	width: 260px;
	height: auto;
	padding: 20px;
	background: #E7E7C1 url(../images/twitter.png) no-repeat right center;
	margin: 0 0 20px 0;
}
.social ul, #siguenos ul {
	margin: 0 0 0 10px;
}
.social ul li, #siguenos ul li {
	list-style:none;
}
.social ul li a, #siguenos ul li a {
	display:block;
	text-decoration: none;
	color: #333333;
	margin: 5px 0;
}
.social ul li a:hover, #siguenos ul li a:hover {
	color:#A3A510;
}
#sitemap ul li a:hover {
	color:#FFF;
	background:url(../images/overboton-footer.gif) repeat-y left;
}
#form {
	float:left;
	margin:0 0 0 10px;
	color:#808080;
	width:360px;
}
#form input, #form textarea {
	border:1px solid #4D4D4D;
	padding:0.3em;
	background:#1A1A1A;
	color:#808080;
	margin:5px 0;
	width:95%;
}
#form label {
	float:left;
	width:170px;
	margin:0 10px 10px 0;
}
#form textarea {
	height:60px;
}
#enviar a {
	float:left;
	margin:5px 10px 10px 0;
	padding:5px 20px;
	background:#4D4D4D;
	border:1px solid #4D4D4D;
	text-decoration:none;
	color:#CCC;
}
#cancelar a {
	float:left;
	margin:5px 10px 10px 0;
	padding:5px 20px;
	background:#333;
	text-decoration:none;
	color:#CCC;
	border:1px solid #333;
}
#enviar a:hover, #cancelar a:hover {
	border:1px solid #A3A510;
}
#sitemap {
	float:left;
	width:290px;
	margin:0 0 0 10px;
	color:#999;
}
#sitemap ul {
	list-style:disc;
	margin: 0 0 0 20px;
}
#sitemap ul li {
	float:left;
	margin:0 10px;
}
#sitemap ul li a {
	display:block;
	width:100px;
	text-decoration:none;
	color:#999;
	padding:5px;
}
.portafolio {
	width:100%;
	margin:0 0 10px 0;
	border-bottom:1px solid #000;
	padding:10px 0;
}
.portafolio img {
	float:left;
	border:5px solid #E7E7C1;
	margin:0 10px 0 0;
}
.divider {
	clear:both;
	width:100%;
	height:10px;
	border-bottom:1px dashed #FFF;
	margin:0 0 10px 0;
}
.destacados {
	width:940px;
	height:auto;
	padding:10px;
	margin:0 auto;
	background:#E7E7C1;
	margin-top:5px;
}
#casos {
	float:left;
	width:280px;
	height:100px;
	padding:10px;
	background:#F0F0D8 url(../images/caso-de-exito.png) right no-repeat;
	margin:0 15px 0 0;
}
#testimonios {
	float:left;
	width:280px;
	height:100px;
	padding:10px;
	background:#F0F0D8 url(../images/testimonio.png) right no-repeat;
	margin:0 15px 0 0;
}

#casos a, #testimonios a{
	text-decoration:none;
	color:#000;
	}

#siguenos {
	float:left;
	width:280px;
	height:100px;
	padding:10px;
	background:#F0F0D8 url(../images/twitter-lt.png) right no-repeat;
	margin:0;
}


/* Hiddens */
#logo h1 {
	display: none;
}


.searchbox{
	width:440px;
	background:#000 url(../images/back-search.jpg) repeat-x top;
	padding:10px;
	}
	
.searchbox h3{
	color:#F0F0D8;
	}
	
.searchbox input{
	width:290px;
	padding:3px;
	margin:5px 5px 5px 0;
	float:left;
	color:#666;
	}
	
.searchbox a{
	width:auto;
	float:left;
	padding:5px 10px;
	background:#333333;
	text-decoration:none;
	color:#B3B3B3;
	margin:5px 0 0 0;
	}
