/*
	Marcelo Vega
	www.marcelovega.com
*/

body {
	background: #000 url(bkg.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#content{
	width:900px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#header{
	height: 225px;
}

#visita{
	top: 30px;
	width: 370px;
	position: absolute;
}

#visita_img{
	float:left;
}

#visita_img img{
	border:none;
}
#visita_bubble{
	background: black;
	float:right;
	width: 220px;
	font-size: 12px;
	margin-top: 10px;
}

#visita_bubble p{
	margin: 10px;
}

#bloque{
	height: 375px;
}

#main{
	height: 360px;
	width: 610px;
	margin-left: 30px;
	overflow: auto;
	position:relative;
	
}

.reglon{
	margin:20px 0 0;
	clear:both;
	display: block;
}

.renglon p{
	margin: 0;
	padding: 0;
}

.icono{
	background: url('ico_bkg.png') 0 0 no-repeat;
	float: left;
	width: 60px;
	height: 60px;
	margin: auto 0;
	position:relative;
	display:block;
}

#ico_me{ background-position: 0 0;}
#ico_pc{ background-position: -60px 0;}
#ico_game{ background-position: -120px 0;}
#ico_app{ background-position: -60px 0;}
#ico_nube{ background-position: -60px -60px;}
#ico_wp{ background-position: -120px -60px;}

.info{
	padding-top: 10px;
	padding-left: 20px;
	width: 460px;
	float:right;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul.links {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	position: absolute;
	top: 10px;
	left: 25px;
	margin: 0 auto;
}
ul.links li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
}
ul.links li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 0 20px;
	outline: none;
	margin: 0 10px;	
	font-size: 22px;
}
html ul.links li.active, html ul.links li.active a:hover  {
	border-bottom: 4px solid #fff;
}
.last_link{

}

.info_container {
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	position:absolute;
	top:65px;
}
.panel {
	width: 540px;
	height: 270px;
	margin: 0 auto;
	font-size: 15px;
	overflow:hidden;
}

/********************************************/
.forms ul{
	list-style:none;
}

.forms label{
	width:70px;
	float:left;
}

.forms li{
	margin-bottom:5px;
}

.forms input{
	width:170px;
}

.forms input, textarea{
	margin-right:5px;
}

.forms textarea{
	width:250px;
	height: 100px;
}

.forms span{
	color: red;
}

#submit{
	background: url('enviar.png') 0 0 no-repeat;
	border: none;
	display: block;
	width: 60px;
	height: 20px;
	position:absolute;
	right: 120px;
	top: 150px;
}
#submit:hover{
	background-position: 0 -20px;
}

a.social_ico{
	width:105px;
	height:30px;
	background:red;
	float:left;
	display:block;
	text-indent: -9999px;
	margin-right: 15px;
	margin-top: 10px;
}

a#social_fb{
	background: url('social.png') 0 0 no-repeat;
}

a#social_fb:hover{
	background-position: 0 -30px;
}

a#social_tw{
	background: url('social.png') -105px 0 no-repeat;
}

a#social_tw:hover{
	background-position: -105px -30px;
}

#contacto form{
	margin-top: -5px;
}

#contacto p{
	color: #669933;
	font-size: 20px;
}
