@charset "utf-8";
/* CSS Document */

/*
Theme Name: Phoenix
Description: 3 columnas, sin sidebar
Version: 1.0
Tags: 3 columnas, white, blanco, widgets
Author: dy3g0s
Author URI: http://twitter.com/dy3g0s
*/

* {
	margin: 0;
	padding: 0;
}

html, body {	
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background:#DDEEF6;
	height: 100%;
}

h1 {
	text-align:center;
	font-family:Georgia;
	color:#AADDFF;
	font-weight:400;
	font-size:26px;
}
h3 {
	text-align:center;
	font-style:italic;
}
input {
	
}
#header {
	display:block;
	background:#C0DEED;
	height:90px;
}
.logos {
	width:298px;
	margin:auto;
}
#yambuLogo {
	background:url(img/logo-yambu-transparente-peq.png) no-repeat;
	width:100px;
	height:47px;
	margin-top:20px;
	float:left;
}
#wutoLogo {
	background:url(img/wuto-logo-peq.png) no-repeat;
	width:84px;
	height:50px;
	margin-left:14px;
	margin-top:19px;
	float:left;
}
#twitterLogo {
	background:url(img/twitter-logo.png) no-repeat;
	width:100px;
	height:75px;
	margin-top:10px;
	float:left;
}

#formBuscarUsr, #formFriends {
	width:220px;
	margin:0 auto;
	text-align:center;
}

.submit {
	text-align:center;
}

#status {
	text-align:center;
	width:900px;
	margin:auto;
	margin-top:20px;
	padding:15px 10px 0;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	border-top:dashed 1px #666;
}
#centrar {
	text-align:center;
}
#twittear {
	cursor:pointer;
}

.linkTwitt {
	color:#06F;
	font-weight:bold;
}
.linkTwitt a:active, .linkTwitt a:link, .linkTwitt a:visited {
	cursor:pointer;
	text-decoration:none;
}

a.linkTwitt:hover {
	color:#06F;
	text-decoration:underline;
	cursor:pointer;
}
.imagenUser {
	float:left;
	width:50px;
	height:50px;
	margin:0 5px 5px 0;
	display:block;
}
.cargador {
	background:url(img/ajax-loader.gif) no-repeat;
	height:32px;
	width:32px;
	margin:auto;
}
.columForms {
	width:700px;
	margin:auto;
}
#colLeft {
	margin-top:25px;
	padding-right:60px;
	float:left;
}
#colRight {
	margin-top:25px;
	float:left;
	border-left:1px dashed #333;
	padding-left:60px;
}
.contenido {
	min-height: 70%;
	height: auto !important;
	height: 70%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}
#txtCabecera{
	display:block;
	padding:3px;
	background:#0F0;
	width:618px;
	margin:auto;
	background:#002233;
}
.footer {
	width: 900px;
	margin:auto;
	background: #CCC;
	height: 40px;
}
.push {
	height: 40px;
}
.footer a, #header a, #status a {
	text-decoration:none;
}
.footer a:hover {
	color:#F90;
	font-weight:normal;
}
.footer a:visited, .footer a:link {
	color:#069;
	font-weight:bold;
}
#textoFooter {
	margin-top:20px;
	padding-top:10px;
	text-align:center;
	font-family:Arial;
	font-style:italic;
	font-size:9pt;
}
#header a:hover, #header a:visited, #header a:link {
	text-decoration:none;
}

#status a:visited, #status a:link {
	text-decoration:none;
	color:#333;
	font-weight:bold;
}

#status a:hover {
	border-bottom:#FFF solid 2px;
}
.enlaceUser {
	display:block;
	cursor:pointer;
}
.cargadorSnake {
	background:url(img/ajax-snake-loader.gif) no-repeat;
	width:16px;
	height:16px;
	margin:auto;
	margin-top:12px;
}
.fixed {
	clear:both;
}
#resultados {
	position:relative;
}
.imgUsers {
	margin:0 2px;
	height:48px;
	width:48px;
}

.textoInput {
	-x-system-font:none;
	font-family:arial,sans-serif;
	font-size:17px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-bottom:0.2em;
	vertical-align:bottom;
}

.textoBtnInput {
	font-size:15px;
	height:1.85em !important;
	margin:0.2em;
}