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

.profecional_1
{
	position:relative;
	width:300px; 
	height:212px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	background:url(../img/profecionales.png);
}
.profecional_2
{
	position:relative;
	width:300px; 
	height:212px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	background:url(../img/profecionales.png) 300px 0px;
}
.profecional_nombre
{
	width:300px;
	height:27px;
	color:#FFF;
}
.profecional_nombre p
{
	margin:0px;
	padding:0px;
	padding-top:5px;
	margin-left:5px;
	font-size:14px;
}
.profecional_img
{
	float:left;
	margin-left:8px;
	margin-top:7px;
}
.profecional_texto
{
	width:175px;
	float:left;
	margin-left:8px;
	margin-top:7px;
	color:#807f7f;
	/*text-transform: capitalize;*/
}
.profecional_texto b
{
	color:#000;
	text-transform: capitalize;
}
.profecional_texto div
{
	margin-bottom:2px;
	border-bottom:1px solid #CCC;
}
.buscador
{
	float:left;
	background:url(../img/buscador.png);
	width:620px;
	height:85px;
	margin-bottom:35px;
	position:absolute;
}
.buscador_input
{
	position:absolute;
	left: 40px;
	top: 40px;
	width: 399px;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background:none;
	border:none;
}
.buscador_op
{
	float:left;
	width:500px;
	height:20px;
	position:absolute;
	color:#807f7f;
	top:66px;
	left:30px;
}
.main_anterior{
	background:url(../img/flechas_naranja.png) -5px 0px  no-repeat;
	width:70px;
	height:15px;
	float:left;
	text-align:right;
	font-weight:bold;
	font-size:11px;
	color:#999;
}
.main_siguiente{
	background:url(../img/flechas_naranja.png) 60px -45px no-repeat;
	width:75px;
	height:15px;
	float:right;
	font-weight:bold;
	font-size:11px;
	color:#999;
}
.main_anterior:hover{
	background:url(../img/flechas_naranja.png) -5px -15px  no-repeat;
	color: #6fb5d9;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: underline;
	cursor:pointer;
	font-size:11px;
}
.main_siguiente:hover{
	background:url(../img/flechas_naranja.png) 60px -30px no-repeat;
	color: #6fb5d9;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: underline;
	cursor:pointer;
	font-size:11px;
}
.main_links{
	color:#999;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	margin-left:2px;
}
.main_links:hover{
	color: #6fb5d9;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: underline;
}
.tipo
{
	position:absolute;
	width:60px;
	height:60px;
	left:242px;
	top: -16px;
}
.imagen_1
{
	background:url(../img/tipos_de_busqueda.png) no-repeat;
}

.imagen_2
{
	background:url(../img/tipos_de_busqueda.png) 0px -81px no-repeat;
}
