@charset "utf-8";
/*
#########################################################
#  Argento Interactivo. Todos los derechos reservados.  #
#  ---------------------------------------------------  #
#  Hoja de estilos.                                     #
#########################################################
*/

/* Globales */
body {
	font: 12px Arial,Verdana;
	text-align: center;
	color: #000;
	margin: 0;
	background: #FFF url(../images/bg.png) repeat-x top left;
}
a:link, a:visited, a:active{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: underline;
}
p{
	margin: 0;
	padding: 0;
}
input[type=submit], input[type=button], input[type=reset] {
	color: #FFF;
	background: #64A3D4;
	padding: 5px;
	border: 0;
	font-size: 14px;
}
input[type=text], textarea{
	background: #FFF;
	font-size: 13px;
	color: #64A3D4;
	font-family: "Trebuchet MS";
}
input[type=text]{
	border: 0;
	border-bottom: 1px solid #D5D5D5;
	width: 250px;
	margin-bottom: 5px;
	padding: 0 0 3px;
}
textarea{
	border: 1px solid #D5D5D5;
	width: 240px;
	height: 160px;
	min-width: 240px;
	max-width: 240px;
	padding: 5px;
	margin-bottom: 5px;
}
h1{
	font-size: 18px;
	font-weight: 100;
	color: #000;
	margin: 0 0 10px;
	padding-top: 6px;
	font-family: "Trebuchet MS";
}
img{
	border: 0;
	float: left;
	margin-right: 5px;
}

/* Maquetación */
#container{
	margin: 10px auto;
	width: 800px;
	padding: 10px;
}
#header{
	height: 100px;
	margin: 0 0 30px;
	background: url(../images/logo.png) no-repeat left center;
}
#header ul{
	list-style: none;
	padding: 0px;
	margin: 20px 5px 0 0;
	float: right;
	width: 300px;
}
#header ul li{
	margin-right: 10px;
	text-align: left;
	float: right;
}
#header ul li a, #header ul li a:visited{
	text-decoration: none;
	display: block;
	color: #fff;
	background: #666;
	border-radius: 5px;
	padding: 5px;
	-moz-border-radius: 5px;
}
#header ul li a:hover{
	background: #000;
}
#content{
	overflow: hidden;
}
#left{
	width: 520px;
	float: left;
	overflow: hidden;
	text-align: left;
	font-family: "Trebuchet MS";
}
#tab-links{
	float: left;
	width: 160px;
	margin-top: 20px;
}
#tab-links ul{
	list-style: none;
	margin: 0;
	padding: 0px;
	overflow: hidden;
}
#tab-links ul li img{
	border: 0;
	float: left;
	margin-right: 5px;
}
#tab-links ul li span{
	padding: 9px 0;
	display: block;
}
#tab-links ul li{
	text-align: left;
	margin: 5px 0 10px 5px;
}
#tab-links ul li a, #tab-links ul li a:visited{
	text-decoration: none;
	display: block;
	color: #000;
	padding: 3px 5px 3px 3px;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
}
#tab-links ul li a:hover{
	background: #DDD;
}
#tab-links ul li a.selected{
	background: #D3E1F9;
}
.tab-content{
	width: 324px;
	text-align: left;
	padding: 10px;
	min-height: 340px;
	border: 3px solid #D3E1F9;
	float: left;
	margin: 5px 5px 5px 0;
}
.more-button{
	text-align: center;
	margin-top: 25px;
}
.more-button a{
	padding: 8px;
}
.button a, .button input[type=submit]{
	background: #64A3D4 ;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 6px;
	cursor: pointer
}
.button a:hover, .button input[type=submit]:hover{
	text-decoration: none;
	background: #5C98C7;
}
.box{
	width: 160px;
	border-bottom: 3px solid #D3E1F9;
	float: left;
	margin-bottom: 10px;
}
.box img{
	float: left;
	clear: none;
	margin-right: 5px;
}
	
#right{
	width: 258px;
	padding: 0;
	float: right;
	text-align: left;
}
#nosotros-box{
	width: 485px;
	height: 60px;
	text-align: left;
	margin: 10px 20px 0 0;
	float: right;
	font-family: Georgia;
	font-style: italic;
	color: #666;
	display: none;
}
#bar{
	text-align: center;
	background: #D3E1F9;
	margin: 25px 0 0;
	padding: 5px;
}
#footer{
	text-align: center;
	margin: 10px 0 0;
	padding: 5px;
}
.clear{ clear: both;}
.center{ text-align: center;}
.form-desc{
	clear: both;
	margin-bottom: 5px;
	color: #666;
}
