.panel{
	
	
	}

.panel h1{
	font-family: Arial, sans-serif;
	font-size:22px;
	color:#388CAF;
	font-weight:500;
	}
.panel h3{
	font-family: Arial, sans-serif;
	font-size:18px;
	color:#333;
	font-weight:500;
	}	
.panel_texto label{
	color:#333333;
	font-family: Arial, sans-serif;
	font-size:12px;
}
.panel_texto input {
	color:#333333;
	font-family: Arial, sans-serif;
	font-size:12px;
	border: 2px solid #D3D3D3;
	height:36px;
	padding:2px;
}

.panel_texto input.boton_buscar{
	background:#56B6E0;
	border: none;
	padding-right: 18px;
	padding-left: 18px;
	color:#FFFFFF;
	font-size:16px;
	height:38px;
	cursor:pointer;
	line-height: 22px;
}
 
.panel_texto input.boton_buscar:hover{
	background:#388CAF;
	-webkit-transition: color 400ms, background-color 400ms;
       -moz-transition: color 400ms, background-color 400ms;
            transition: color 400ms, background-color 400ms;
	}
.panel_texto{
	font-family:Arial, sans-serif;
	font-size:14px;
	line-height: 20px;
	color:#333333;
	padding-bottom:8px;
	
}
.panel_boton_texto{
	font-size:16px;
	font-family:Arial, sans-serif;
	display:inline-block;
}

.panel_boton_texto a:link{
	background:#56B6E0;
	border: none;
	padding:10px !important;
	color:#FFFFFF;
	height:38px;
	cursor:pointer;
	line-height: 22px;
	
	}
.panel_boton_texto a:hover{
	background:#388CAF;
	-webkit-transition: color 400ms, background-color 400ms;
       -moz-transition: color 400ms, background-color 400ms;
            transition: color 400ms, background-color 400ms;
	}
.panel_boton_texto a{
	color:#FFFFFF !important;
	text-decoration:none;
}

.panel_texto h2{
	font-family:Arial, sans-serif;
	font-size:20px;
	color:#0F88A7;
	font-weight:500;
}

.panel_texto h4{
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:300;
	margin-bottom: 8px !important;
}

.panel_texto h5{
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:300;
}


.encontrado{
	margin-top:5px; margin-bottom:5px;
	padding: 10px;
	background: #ccc;
}

.tabla_comuniquese{
	margin-top: 20px;
}