﻿a
{
	color: #F17901;
	text-decoration: none;
}


.nombre_c
{
	color: #65CD00;
}

.nombre_u
{
	color: #F17901;
}

.nombre_b
{
	color: #0BA6FF;
}

a:hover
{
	text-decoration: underline;
}
.btnSalir
{
	font-family: Arial,Sans-Serif;
	font-size: 12px;
	color: white;
	display: none;
	float: left;
	color: #cccccc;
	text-decoration: underline;
}
.btnSalir:hover
{
	color: white;
	display: none;
	float: left;
	text-decoration: underline;
}
.btnInicio
{
	color: White;
	margin: 0 4px 0 5px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	float: left;
	overflow: hidden;
	position: relative;
	top: 3px;
}
.btnInicio:hover
{
	text-decoration: underline;
}
.botonBuscar
{
	border: none;
	background: url(images/bg-btn.gif);
	height: 19px;
	width: 69px;
	line-height: 19px;
	margin-right: 10px;
	color: White;
	font-weight: bold;
	float: left;
	cursor: pointer;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}
.botonBuscar:hover
{
	border: none;
	background: url(images/bg-btn.gif);
	height: 19px;
	width: 69px;
	line-height: 19px;
	margin-right: 10px;
	color: #F17901;
	font-weight: bold;
	float: left;
	cursor: pointer;
}
.link_head
{
	font-family: arial;
	color: White;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 30px;
	cursor: pointer;
	position: relative;
	top: 8px;
}
.link_head:hover
{
	font-family: arial;
	color: #F17901;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 30px;
	cursor: pointer;
	position: relative;
	top: 8px;
}
.link_sel_head
{
	font-family: arial;
	color: #F17901;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 30px;
	cursor: pointer;
	position: relative;
	top: 8px;
}
.login
{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	margin-right: 5px;
}

.imgContactType
{
	position: absolute;
	right: 25px;
	top: 93px;	
}
.busqueda
{
	position: absolute;
	right: 0px;
}
.btn_ingresar
{
	background-image: url(images/btn.ingresar.gif);
	cursor: pointer;
	height:20px;
	width:70px;
	float: left;
	margin-left:15px;
}
.btn_registrarse
{
	background-image: url(images/btn.registrarse.gif);
	cursor: pointer;
	height:20px;
	width:95px;
	float: left;
	margin-left:5px;
}

