body, html{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Tahoma;
	font-size: 12px;
	color:#222222;
}

#WindowLoad{
    position:fixed;
    top:0px;
    left:0px;
    z-index:3200;
    filter:alpha(opacity=65);   
   -moz-opacity:65;   
    opacity:0.65;
    background:#999;
}

.tabla_redonda {
    border: solid 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px;
    -moz-box-shadow: 0 1px 1px;
    box-shadow: 0 1px 1px;
}

.bordes_redondos tr:first-child{
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
.bordes_redondos_final tr:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

.gris{
	background-color:#E9E9E9;
	background:#E9E9E9;
}

.rojoFondo{
	background-color:#FFAAAA;
	background:#FFAAAA;
}

.avatar {
	float: center;
	-webkit-box-shadow: -5px 5px 15px 0 #9E9E9E;
	-moz-box-shadow: -5px 5px 15px 0 #9E9E9E;
	box-shadow: -5px 5px 15px 0 #9E9E9E;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=225, Color='#9E9E9E')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=225, Color='#9E9E9E');
	behavior: url(ie-css3.htc);	
}

@font-face {
    font-family: "Trajan";
    src:url("trajan.ttf") format("truetype");
}

.campo_error{
	background-color:#FEBEBE;
	background:#FEBEBE;
	border:1px;
	border-style:solid;
	border-color:#FF0000;
}

.campo_correcto{
	background-color:#B3FFCC;
	background:#B3FFCC;
	border:1px;
	border-style:solid;
	border-color:#00FF00;
}

.campo_medio{
	background-color:#CCE4FF;
	background:#CCE4FF;
	border:1px;
	border-style:solid;
	border-color:#0000FF;
}

.limpio{
	border-style:none;
	border-width:0px;
	background-color:#FFFFFF;
	font-size: 12px;
	color:#000000;
}

.texto_dorado{
	color:#C3996B;
}

.texto_blanco{
	color:#AAAAAA;
}

.break-word{
    word-wrap: break-word;
}

.no_escogido_social{
	color:#666666;
}

.borde_derecho{
	border-color:#BBBBBB;
	border-width:1px;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:none;
	border-left-style:none;
}

.borde_izquierdo{
	border-color:#BBBBBB;
	border-width:1px;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:solid;
}

.borde_superior{
	border-color:#BBBBBB;
	border-width:1px;
	border-top-style:solid;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
}

.borde_inferior{
	border-color:#BBBBBB;
	border-width:1px;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:solid;
	border-left-style:none;
}

.borde_negro tr, .borde_negro td, .borde_negro table{
	border-color:#000000;
	border-width:1px;
	border-style:solid;
}

div, table, span, p, a{
	border-style:none;
	border:none;
}

.small{
	font-size:10px;
}

.rojo{
	color:#FF0000;
}

.verde{
	color:#00BB00;
}

.azul{
	color:#0088db;
}

.amarillo{
	color:#FFC900;
}

.blanco{
	background-color:#FFFFFF;
	background:#FFFFFF;
}

.manito{
	cursor:pointer;
	cursor:hand;
}

/*.tooltip_flotante {
	font-family: Arial;
	border: none;
	border-style:none;
	width: 240px;
	padding:20px;
	height: 165px;
	opacity: 0.8;
}

.tooltip_flotante div {
	border: none;
	border-style:none;
}*/
.div_contenedor{
	overflow:auto;
	padding:1px 1px 1px 1px;
	width:750px;
	height:23px;
	border-width:1px;
	border-style:solid;
}
.div_item{
	overflow:auto;
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
	width:150px;
	height:15px;
	border-width:1px;
	border-color:#00CCFF;
	background:#C9EFF5;
	border-style:solid;
	float:left
}
.div_busqueda{
	overflow:auto;
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
	width:70%;
	border-width:1px;
	border-style:solid;
	position:absolute;
}
.caja_busqueda{
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
	height:16px;
	border-width:0px;
	border-style:none;
}

.div_opciones_perfil{
	color:#000000;
	background-color:#FFFFFF;
	overflow:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:430px;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	position:absolute;
}

.consulta_amigos{
	background: white;
	-webkit-border-radius: 1px;
	border-top: 1px solid #D9D9D9;
	height: 20px;
	padding: 0 0 1px;
}

.imagen_buscar{
	background-image: url('../imagenes/utils/botones.png');
	background-repeat: no-repeat;
	background-position: -81px -38px;
	background-color: white;
}

.fondoBlanco{
	background:#FFFFFF;
	background-color:#FFFFFF;
}

.cajaTexto{
	border-color:#FFFFFF;
	border-style:solid;
}

.boton_social{
	cursor:pointer;
	cursor:hand;
	background: url('../imagenes/utils/red_social/bg_boton.png') repeat-x;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	padding: 2px 6px;
	text-align: center;
	text-decoration: none;
	vertical-align: center;
	color: #333333;
	display: inline-block;
	margin: 0;
	padding: 1px 0 2px;
	white-space: nowrap;
}


.boton_social table:hover, boton_social a:hover{
	cursor:pointer;
	cursor:hand;
	background: url('../imagenes/utils/red_social/bg_boton_hover.png') repeat-x;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	padding: 2px 6px;
	text-align: center;
	text-decoration: none;
	vertical-align: center;
	color: #333333;
	display: inline-block;
	margin: 0;
	padding: 1px 0 2px;
	white-space: nowrap;
}

.div_contenedor{
	overflow:auto;
	padding:1px 1px 1px 1px;
	width:750px;
	height:23px;
	border-width:1px;
	border-style:solid;
}
.div_item{
	overflow:auto;
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
	width:150px;
	height:15px;
	border-width:1px;
	border-color:#00CCFF;
	background:#C9EFF5;
	border-style:solid;
	float:left
}
.div_busqueda{
	overflow:auto;
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
	width:400px;
	border-width:1px;
	border-style:solid;
	position:absolute;
}
.caja_busqueda{
	width:35%;
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
	height:16px;
	border-width:0px;
	border-style:none;
}
