/******************************************************
	21/05/2015 - CSS del Sitio Web
********************************************************/
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
header, 
nav,
aside,
section,
footer {
	display: block;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
a:focus {
	outline: 0px;
}
table {
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	width: 100%;
}
/*********************************************************************************
	SITIO EN CONSTRUCCION (YA REEMPLAZADO)
*********************************************************************************/
.contenedora_en_construccion {
	width: 99%;
	height: 100%;
	margin: 10% auto;
	text-align: center;
}
.contenedora_en_construccion a {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #494949;
}
.contenedora_en_construccion a span {
	color: #ee943c;
}
/*********************************************************************************
	PRIMERA PARTE DE LA PLANTILLA
*********************************************************************************/
.encabezado_contenedora_logo_telefono {
	width: 1146px;
	height: 116px;
	margin: 0 auto;
}
.encabezado_logo {
	width: 425px;
	height: 112px;
	float: left;
	background: url('../imagenes/logo.png') no-repeat center;
}
.encabezado_logo a  {
	width: 425px;
	height: 116px;
	display: block;
}
.encabezado_telefono {
	width: 318px;
	height: 114px;
	float: right;
	background: url('../imagenes/telefono_encabezado.png') no-repeat center;
}
.encabezado_fondo_menu {
	clear: both;
	width: 100%;
	background-color: #E97717;
}
.encabezado_menu {
	width: 1146px;
	height: 64px;
	margin: 0 auto;
}
.encabezado_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.encabezado_menu ul > li {
	width: 24.5%;
	height: 64px;
	float: left;
}
.encabezado_menu ul > li > a {
	display: block;
	height: 30px;
	margin-top: 15px;
	padding-top: 7px;
	font-family: Arial;
	font-size: 17px;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
.encabezado_menu ul > li > a:hover {
	color: #FFF1B2;
}
.borde_item_menu {
	border-right: 1px dotted #FFF1B2;
	vertical-align: middle;
}
.contenedora_slide {
	clear: both;
	width: 1146px;
	height: 499px;/* AGREGADO PARA IE8 */
	margin: 0 auto;
}
.contenedora_slide ul {
	margin: 0;
}
/* AGREGADO PARA IE8 */
.contenedora_slide ul li {
	height: 499px;
}
/*********************************************************************************
	SEGUNDA PARTE DE LA PLANTILLA
*********************************************************************************/
.pie {
	clear: both;
	width: 100%;
	height: 100px;
	background-color: #f2f2f2;
	border-top: 7px solid #E97717;
}
.pie_cuerpo {
	width: 1146px;
	margin: 0 auto;
	padding: 36px 0 36px 0;
}
.pie_datos {
	width: 950px;
	height: 30px;
	float: left;
	text-align: center;
	font-family: Arial;
	font-size: 15px;
	letter-spacing: 1px;
}
.pie_datos img {
	border: none;
	vertical-align: middle;
}
.pie_datos1 {
	color: #FF9D1E;
	margin-left: 40px;
}
.pie_datos2 {
	color: #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding: 0 5px;
}
.pie_datos3 a {
	color: #FF9D1E;
	text-decoration: none;
}
.pie_logo_disenioweb {
	width: 100px;
	height: 30px;
	float: right;
}
.pie_logo_disenioweb img {
	vertical-align: middle;
}
/***************************************************************************************
	SECCIONES
***************************************************************************************/
.seccion_cuerpo {
	clear: both;
	width: 1146px;
	min-height: 380px;
	margin: 0 auto;
	background-color: #ffffff;
}
.seccion_titulo {
	padding: 27px 0 17px 0;
	text-align: left;
	font-family: Arial;
	font-size: 28px;
	color: #FF9D1E;
	letter-spacing: 1px;
}
.seccion_titulo span {
	color: #6C7073;
}
/***************************************************************************************
	CARROUSEL DE INSTITUCIONES
***************************************************************************************/
.carrousel {
	clear: both;
	width: 1146px;
	/*height: 130px;*/
	margin: 0 auto;
	padding-top: 15px;
	background: url('../imagenes/linea_div.jpg') no-repeat top;
	background-color: #ffffff;
}
.carrousel marquee {
	width: 100%;
	background-color: #ffffff;
}
.carrousel img {
	vertical-align: middle;
}
/***************************************************************************************
	HOME
***************************************************************************************/
.home_contenedora_botones_contacto {
	clear: both;
	width: 1146px;
	height: 88px;
	margin: 47px auto;
}
.home_boton_contacto {
	width: 270px;
	height: 88px;
	float: left;
	margin-right: 22px;
	background-image: url("../imagenes/btn_home.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
.home_boton_contacto_sin_margen {
	margin-right: 0;
}
.home_boton_contacto a {
	display: block;
	width: 270px;
	height: 77px;
	padding-top: 11px;
	font-family: Arial;
	font-size: 27px;
	color: #fff;
	text-align: center;
}
/**
.home_mensaje {
	clear: both;
	width: 1146px;
	margin: 35px auto;
}
.home_mensaje p {
	text-align: center;
	font-family: Arial;
	font-size: 37px;
	color: #80807E;
	letter-spacing: 1px;
}
.home_mensaje span {
	color: #F89307;
	font-weight: bold;
}
.home_contenedora_virtudes_compromiso {
	clear: both;
	width: 100%;
	height: 7px;
	background-color: #E97717;
}
.home_cuerpo_virtudes_compromiso {
	width: 1146px;
	height: 270px;
	margin: 0 auto;
	font-family: Arial;
	color: #ffffff;
}
.home_nuestras_virtudes {
	width: 45%;
	height: 270px;
	float: left;
	padding-left: 10px;
}
.home_nuestro_compromiso {
	width: 50%;
	height: 270px;
	float: right;
	padding-left: 25px;
	background-color: #FF9000;
}
.home_nuestras_virtudes .titulo,
.home_nuestro_compromiso .titulo {
	font-size: 22px;
	padding-top: 15px;
	letter-spacing: 2px;
}
.home_nuestras_virtudes .item,
.home_nuestro_compromiso .item {
	font-size: 18px;
	padding-top: 5px;
	text-align: left;
}
.home_nuestro_compromiso .item {
	letter-spacing: 1px;
}
/**************************************************************************************
	CONTACTO
*****************************************************************************************/
.contacto_contenedora_formulario {
	height: 280px;
	background: url('../imagenes/datos_contacto.png') no-repeat right top;
}
.contacto_formulario_columna_titulos {
	width: 170px;
	height: 280px;
	float: left;
}
.contacto_formulario_columna_campos {
	width: 358px;
	height: 280px;
	float: left;
}
.contacto_formulario_titulo {
	height: 25px;
	text-align: right;
	font-family: Arial;
	font-size: 17px;
	color: #6E7275;
	padding: 2px 5px 0 0;
	margin-bottom: 3px;
}
.contacto_formulario_titulo span {
	color: #FF9D1E;
}
.contacto_formulario_campo {
	height: 27px;
	margin-bottom: 3px;
}
.contacto_contenedora_mensaje {
	height: 100px;
}
.contacto_formulario_campo input {
	width: 353px;
	height: 18px;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	color: #6E7275;
	border: 1px solid #FFE1BB;
}
.contacto_formulario_campo select {
	width: 357px;
	height: 27px;
	border: 1px solid #FFE1BB;
}
.contacto_formulario_campo textarea {
	width: 353px;
	height: 90px;
	border: 1px solid #FFE1BB;
}
#contacto_boton_enviar {
	clear: both;
	width: 114px;
	float: right;
	margin-top: 15px;
	padding: 7px 0 7px 0;
	cursor: pointer;
	
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF9D1E;
}
#contacto_boton_enviar:hover {
	background-color: #F3661B;
}
/***********************************************
	MENSAJE MODAL DE CONTACTO
*************************************************/
#contacto_mensaje_modal{
	width: 400px;
	padding: 15px 30px 15px 30px;
	position: absolute;
	z-index: 777;
	top: 30%;
	left: 30%;
	opacity: 0.9;
	filter: alpha(opacity=50);
	background-color: #7FC6E4;
	border-radius: 5px;
}
.contacto_texto_mensaje_modal {
	font-family: Arial;
	font-size: 17px;
	color: #ffffff;
	text-align: left;
	font-style: italic;
}
/********************************************************************************************
	CARTILLA
********************************************************************************************/
.cartilla_separador_izquierdo_combo {
	width: 5px;
	height: 70px;
	float: left;
}
.cartilla_contenedora_combo {
	width: 270px;
	height: 70px;
	float: left;
}
.cartilla_separador_combos {
	width: 15px;
	height: 70px;
	float: left;
}
.cartilla_titulo_combo {
	height: 18px;
	font-family: Arial;
	font-size: 17px;
	color: #6E7275;
	text-align: left;
	letter-spacing: 1px;
	padding: 5px 0 5px 5px;
}
.cartilla_titulo_combo span {
	color: #FF9D1E;
}
.cartilla_combo select {
	width: 100%;
	height: 27px;
	font-family: Arial;
	font-size: 12px;
	color: #6E7275;
	text-align: left;
}
/*********************************************************************************
	PAGINADOR
**********************************************************************************/
.cartilla_paginador_y_boton_buscar {
	clear: both;
	height: 35px;
}
.cartilla_paginador {
	width: 250px;
	height: 35px;
	float: left;
}
.cartilla_paginador_margen_izq {
	width: 12px;
	height: 35px;
	float: left;
}

#cartilla_paginador_primero {	
	background-image: url('../imagenes/p_primero.png');
	background-position: center;
	background-repeat: no-repeat;
}

#cartilla_paginador_anterior {	
	background-image: url('../imagenes/p_anterior.png');
	background-position: center;
	background-repeat: no-repeat;
}
.cartilla_paginador_numeros {
	width: 70px;
	height: 25px;
	float: left;
	padding: 10px 0 0 0;
	font-family: Arial;
	font-size: 15px;
	color: #FF9D1E;
	font-weight: bold;
	text-align: center;
}
.cartilla_paginador_numeros span {
	color: #6c7073;
	font-weight: normal;
}

#cartilla_paginador_siguiente {	
	background-image: url('../imagenes/p_siguiente.png');
	background-position: center;
	background-repeat: no-repeat;
}

#cartilla_paginador_ultimo {	
	background-image: url('../imagenes/p_ultimo.png');
	background-position: center;
	background-repeat: no-repeat;
}

.cartilla_paginador_flecha {
	width: 16px;
	height: 35px;
	float: left;
}
.cartilla_paginador_flecha a {
	width: 16px;
	height: 35px;
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.cartilla_paginador_margen_flecha {
	width: 10px;
	height: 35px;
	float: left;
}
/*******************************************************************************/
#cartilla_boton_buscar {
	width: 146px;
	float: right;
	margin-right: 12px;
	padding: 7px 0 7px 0;
	cursor: pointer;
	
	font-family: Arial;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF9D1E;
}
#cartilla_boton_buscar:hover {
	background-color: #F3661B;
}

.cartilla_listado_cuerpos_medicos {
	clear: both;
	padding: 10px;
}
.cartilla_listado_cuerpos_medicos table {
	font-family: Arial;
	font-size: 14px;
	color: #080808;
	text-align: left;
	background-color: #ffffff;
}
.cartilla_listado_cuerpos_medicos_titulos {
	height: 25px;
	text-align: center;
	background-color: #FF9D1E;
	color: #ffffff;
}
.cartilla_listado_cuerpos_medicos_info {
	overflow: auto;
	padding-right: 15px;
}
.cartilla_listado_cuerpos_medicos_info tr {
	height: 18px;
	background-color: #ffffff;
	color: #6C7073;
}
.cartilla_listado_cuerpos_medicos_info tr:hover {
	background-color: #F3661B;
	color: #ffffff;
}
.cartilla_listado_cuerpos_medicos_info td {
	border: 1px solid #BEBEBE;
	text-align: left;
	padding: 0 3px 0 3px;
}
/******************************************************************************************
	PLANES
**********************************************************************************************/
.planes_titulo {
	clear: both;
	font-family: Arial;
	font-size: 40px;
	font-weight: bold;
	text-align: left;
	color: #FF9D1E;
}
.planes_titulo span {
	color: #6B6F72;
}
.planes_subtitulo {
	clear: both;
	font-family: Arial;
	font-size: 23px;
	text-align: left;
	color: #AAAAAA;
	margin-bottom: 28px;
}
.planes_subtitulo span {
	color: #868686;
}
.planes_caracteristica {
	clear: both;
	font-family: Arial;
	font-size: 19px;
	text-align: left;
	color: #868686;
	padding-bottom: 3px;
}
.planes_caracteristica img {
	vertical-align: middle;
}
.planes_caracteristica span {
	color: #FF9D1E;
}
.planes_info_legales {
	clear: both;
	font-family: Arial;
	font-size: 15px;
	text-align: justify;
	color: #B0B0B0;
	padding: 45px 0 45px 0;
}
/*******************************************************************************************
	QUIENES SOMOS
*******************************************************************************************/
.quienes_somos_titulo {
	padding-bottom: 0;
}
.quienes_somos p {
	clear: both;
	font-family: Arial;
	font-size: 19px;
	text-align: justify;
	color: #868686;
}
.quienes_somos_subtitulo {
	clear: both;
	font-family: Arial;
	font-size: 23px;
	text-align: left;
	color: #AAAAAA;
	letter-spacing: 1px;
}
.quienes_somos_subtitulo span {
	color: #868686;
}
.quienes_somos_caracteristica {
	clear: both;
	font-family: Arial;
	font-size: 19px;
	text-align: left;
	color: #868686;
	padding-top: 10px;
}
.quienes_somos_caracteristica img {
	vertical-align: middle;
}
.quienes_somos_caracteristica span {
	color: #FF9D1E;
}
/*******************************************************************************************
	MEDIA QUERY PARA RESOLUCION DE 1024px DE ANCHO
******************************************************************************************/
@media only screen and (max-width: 1024px) {
	.encabezado_contenedora_logo_telefono,
	.encabezado_menu,
	.contenedora_slide,
	.pie_cuerpo,
	.seccion_cuerpo,
	.carrousel {
		width: 980px;
		margin: 0 auto;
	}
	
	/* AGREGADO PARA IE8 */
	.contenedora_slide,
	.contenedora_slide ul li {
		height: 427px;
	}
	
	.seccion_fondo_banner {
		background: url('../imagenes/fondo_banner_1000x166.png') no-repeat center;
	}
	
	.carrousel {
		background: url('../imagenes/linea_div_1000x12.jpg') no-repeat top;
	}
	
	.pie_datos {
		width: 800px;
	}
	
	.home_contenedora_botones_contacto {
		clear: both;
		width: 980px;
		height: 74px;
		margin: 47px auto;
	}
	.home_boton_contacto {
		width: 230px;
		height: 74px;
		float: left;
		margin-right: 20px;
		background-image: url("../imagenes/btn_home_230x74.jpg");
		background-repeat: no-repeat;
		background-position: center;
	}
	.home_boton_contacto_sin_margen {
		margin-right: 0;
	}
	.home_boton_contacto a {
		display: block;
		width: 230px;
		height: 67px;
		padding-top: 7px;
		font-family: Arial;
		font-size: 24px;
		color: #fff;
		text-align: center;
	}
	/**
	.home_mensaje {
		margin-top: 35px;
	}
	.home_mensaje p {
		font-size: 30px;
	}
	/**/
	.planes_caracteristica {
		font-size: 18px;
	}
	
	.cartilla_contenedora_combo {
		width: 230px;
	}
	
	.contacto_contenedora_formulario {
		background: url('../imagenes/datos_contacto_470x98.png') no-repeat right top;
	}
	.contacto_formulario_columna_titulos {
		width: 160px;
	}
	.contacto_formulario_columna_campos {
		width: 330px;
	}
	.contacto_formulario_campo input {
		width: 325px;
	}
	.contacto_formulario_campo select {
		width: 328px;
	}
	.contacto_formulario_campo textarea {
		width: 325px;
	}
}

