/*
 * Reseteo de exploradores
 */
@import url("reset.css");

body{
        background: URL('../images/fondo_orange.jpg') repeat-x top;

    background-color: #e5640d;
	
	font-family: Arial;
	font-size: 14px;
}


/** contenido en general **/

#contenido{
	position: relative;
	
	background-image: URL('images_new/fondo.jpg');
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top:-10px;
	.margin-top:-15px;
	width: 988px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 12px;
}

#header{
    margin-top: 12px;
    background: URL('images_new/header.jpg') no-repeat top center;
    width: 988px;
    height: 151px;
}

#header h1{
    display: block;
    margin-left: 25px;
    padding-top: 18px;
}

/** div para el menu **/

.clearboth{
    clear: both;
}

#menu{
	position: relative;
	width: 190px;
	height: auto;
        float: left;
        margin-top: 15px;
        margin-left: 15px;
        padding-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
}

#menu a{
	
        color: #868686;
        text-decoration: none;
        display: block;
        font-size: 16px;
        margin-top: 20px;
        padding-left: 18px;
        padding-bottom: 2px;

        border-bottom: 1px solid #868686;
        background: URL('images_new/square_menu.jpg') transparent top left no-repeat;
        
}

#menu a:hover{

        text-decoration: none;
        border-bottom: 1px solid #fd9048;
}

#menu a.selected{

        
        text-decoration: none;
        border-bottom: 1px solid #fd9048;
}

#menu a.hercules{

        text-align: center;
        background: none;
        border:none;

}

#menu a.hercules:hover{

        text-decoration: none;
        border-bottom: none;
}

#menu a.social_menu{
        display:inline;
        text-align: left;
        background: none;
        border:none;
        width: auto;
        padding-left: 0px;

}

#menu a.social_menu:hover{

        text-decoration: none;
        border-bottom: none;
}




#menu a span{
    font-weight: bold;
    font-size: 18px;
}

#menu a:hover span, #menu a.selected span{
    font-weight: bold;
    font-size: 18px;
    color: #fd9048;
}


/** div general para mostrar informacion en la web **/

#informacion{
	position: relative;
	width: 750px;
        margin-top: 50px;
        float: left;
}

#informacion .top_content{
    background: URL('images_new/top_information.jpg') no-repeat top center transparent;
    width: 750px;
    height: 39px;

}

#informacion .content{
    background: URL('images_new/body_information.jpg') repeat-y top center transparent;
    width: 664px;
    padding-left: 43px;
    padding-right: 43px;
}

#informacion .bottom_content{
    background: URL('images_new/bottom_information.jpg') no-repeat top center transparent;
    width: 750px;
    height: 39px;
}



/** contenido del div complementario para el SWFObject **/

#flashcontent{
	position: relative;
	width: 800px;
	height: 178px;
}

.footer{
    background: URL('images_new/footer.jpg') no-repeat top center transparent;
    width: 1012px;
    height: 304px;
    margin-left: -12px;
    margin-top:25px;
}

.info_comer{
    padding-top: 20px;
    color: #5d5d5d;
    width: 344px;
    height: 140px;
    position: absolute;
    margin-top: 50px;
    margin-left: 50px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.info_comer strong{
    font-size: 16px;
    line-height: 20px;
}

.info_comer a{
    text-decoration: none;
    color: #5d5d5d;
}

.info_comer a:hover{
    text-decoration: underline;
    color: white;
}

.info_comer .pie_left{
    float:left;
    width: 50px;
    text-align: center;
    border-right: 2px solid #ca5b12;
}

.info_comer .pie_right{
    padding-top: 15px;
    float: left;
    width: 280px;
    padding-left: 10px;
    
}

.info_developer{
    position: absolute;
    margin-top: 240px;
    width: 560px;
    height: 50px;
    margin-left: 430px;
    color: #5d5d5d;
    font-size: 14px;
}


.text_block{
    margin-top: 20px;
    color: #868686;
    font-size: 14px;
    line-height: 22px;
}

.text_block p{
    margin-top: 15px;
}

/** PAGINA DE BIENVENIDA **/

/** bienvenida **/

/** bienvenida titulo **/

.subtitulo{
        padding-top: 15px;
	position:relative;
        height: 25px;
        border-bottom: 2px solid #fd8e45;
}

.subtitulo h2{
    color: black;
        font-size: 18px;
        font-weight: normal;
}

.subtitulo span{
        font-size: 22px;
}

.cuadro_bienvenido2{
	position:relative;
	margin-left: -30px;
	margin-top: 20px;
	height:60px;
	width:450px;	
}


.articulo{
    padding-bottom: 20px;
}

.articulo .articulo_foto{
    float: left;
    width: 170px;
    text-align: center
}

.articulo .articulo_text{
    float: left;
    width: 475px;
}

.articulo .articulo_text .title{
    color: #e5650f;
}

.articulo .bt_mas{
    width: 95%;
    text-align: right;
}

.articulo .bt_mas a{
    background: URL('images_new/bt_mas.jpg') no-repeat center center transparent;
    float: right;
    display: block;
    text-indent:-10000px;
    
    width: 111px;
    height: 33px;
}



/* contenedor de mini noticia de inicio */

#ini_articulos .articulo{
	position: relative;

}


#ini_articulos .articulo table a{
	text-decoration:none;
	font-size:14px;
	color:blue;
}
#ini_articulos .articulo table a:visited{
	color:blue;	
}

/** contenedor de recomendaciones de inicio **/

#ini_recomendaciones{
	position: relative;

	padding-right: 15px;
	padding-bottom: 20px;
	
	border-right: 4px solid #663300;
	border-bottom: 4px solid #663300;
	
}

/* contenedor de mini noticia de inicio */

#ini_recomendaciones .articulo{
	position: relative;

}


#ini_recomendaciones .articulo table a{

	text-decoration:none;
	font-size:14px;
	color:blue;
}
#ini_recomendaciones .articulo table a:visited{
	color:blue;	
}

/** PAGINA DE SOMOS **/

.somos_left{
    float: left;
    width: 200px;

}

.doc{
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.somos_rigth{
    float: left;
    width: 440px;
}

#somos img{
	border: 1px solid black;
}

#somos a{
	text-decoration:none;	
}

#somos a:visited{
	color:blue;
}

#somos a:hover{
	text-decoration:underline;
}

#informacion .tit_somos{
	display: block;
	position: relative;
	font-size: 18px;
	font-weight:bold;
	padding-top: 7px;
	padding-bottom: 5px;
}

.nombre_medico{
	position: relative;
	
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding: 5px;
	
	border: 3px solid white;
	cursor:pointer;	
}


.info_medico{
	position: relative;

	padding: 5px;	

	border-left: 3px solid #663300;
	border-right: 3px solid #663300;
	border-bottom: 3px solid #663300;
	
}

/** PAGINA AREAS DE TRABAJO **/


 .explicaciones{
	border: 1px solid black;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 5px;
	padding: 7px;
	
}

.tarifas table td{
	border-bottom: 1px solid black;	
	padding: 10px;
}


/** PAGINA ARTICULOS **/

#informacion .tit_articulos{
	display: block;
	position: relative;
	font-size: 18px;
	font-weight:bold;
	padding-top: 7px;
	padding-bottom: 5px;
}

#contenido_articulos{
	position: relative;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	border-right: 4px solid #663300;
	border-bottom: 4px solid #663300;
	
}

#contenido_articulos .articulo table .enlace_mas{
	text-decoration:none;
	font-size:14px;
	color:blue;
}
#contenido_articulos .articulo table .enlace_mas:visited{
	color:blue;	
}

/** PAGINA VER ARTICULO **/

#titulo_verArticulo{
	display: block;
	position: relative;
	font-size: 18px;
	font-weight:bold;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#titulo_verArticulo h2{
	border-bottom: 3px solid #ff9933;
}

#titulo_verArticulo h3{
	border-bottom: 2px solid #663300;
	text-align: right;
}

#contenido_verArticulo{
	position: relative;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	border-right: 4px solid #663300;
	border-bottom: 4px solid #663300;
}

#contenido_verArticulo img{
	display: block;
	position: relative;
	margin-left:auto;
	margin-right: auto;
	border:0px;
}

#contenido_verArticulo a{
	text-decoration: none;
	color: blue;
}

#contenido_verArticulo a:hover{
	text-decoration:underline;
	color:blue;
}

#contenido_verArticulo a:visited{
	text-decoration:none;
	color: blue;
}

#contenido_verArticulo #descargar{
	position: relative;
	margin-bottom: 15px;	
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}




#volver_enlace a{
    background: URL('images_new/bt_volver.jpg') no-repeat center center transparent;
    
    display: block;
    text-indent:-10000px;

    width: 111px;
    height: 34px;
    margin-left: 550px;
}


/** PAGINA DE ENLACES **/

#enlaces table{
    width: 100%;

}

#enlaces table td{
   width: 25%;
   text-align: center;
   padding-bottom: 10px;
}

#enlaces tabel td table td{
    
    text-align: center;
}

#enlaces a{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #fd9048;
}

/** PAGINA DE DONDE **/


.left_donde{
    float: left;
    width: 300px;
}

.right_donde{
    float: left;
    width: 355px
}

#donde a{
    color: #e97e35;
    text-decoration: none;
}

#donde a:hover{
    text-decoration: underline;
}



/* imagenes de dentro de la galeria **/

#donde .foto_galeria_donde{
	text-decoration: none;
	border: 1px solid white;	
	
}

#donde .foto_galeria_donde:hover{
	border: 1px solid #663300;
	
}

/* foto de suelta de al lado del texto */




/* contenedor de la galeria */



#nosabes table{
	display: block;
	margin-top: 20px;
	padding: 5px;
}

#nosabes table .ejemplo{
	font-size: 12px;
	font-style: italic;	
	
}


/** css para el mapa de google **/

#mapa{
	position: relative;
	border: 2px solid #663300;
	
}

#direcciones{
	position: relative;	
}

.direccion{
    margin-left: 5px;
    background: URL('images_new/select_input.jpg') no-repeat top center transparent;
    border: none;
    height: 24px;
    padding-top: 6px;
    padding-bottom: 5px;
    width: 266px;
        padding-right: 7px;
        padding-left: 7px;
        color: #7a7a7a;
        margin-bottom: 5px;
        margin-left: 2px;
}

.bt_obtener{
    background: URL('images_new/bt_obtener.jpg') no-repeat center center transparent;
    float: center;
    display: block;
    text-indent:-10000px;
    margin-top: 5px;
    width: 203px;
    height: 33px;
    border: none;
    cursor: pointer;
}


.scroll-pane{
	width: 400px;
	height: 300px;
	overflow: auto;	
}

/** CONTACTO **/


#contenido_contacto .loadermapamio{
	text-align:center;
}

#respuesta_contacto{
	position:relative;
	text-align:center;
	
	font-weight:bold;
	border: 2px solid green;
	
}

 .asteriscos{
	font-size: 11px;	
}


.contacto input.text{
        background: URL('images_new/input_contact.jpg') no-repeat top center transparent;
        border: none;
        width: 522px;
        height: 26px;
        padding-top: 6px;
        padding-left: 10px;
        padding-right: 15px;
        margin-bottom: 7px;
        color: #7a7a7a;
}

.contacto select{
    margin-left: 5px;
    background: URL('images_new/select_input.jpg') no-repeat top center transparent;
    border: none;
    height: 36px;
    padding-top: 3px;
    padding-bottom: 5px;
    width: 280px;
        padding-right: 5px;
        padding-left: 3px;
        color: #7a7a7a;
        margin-bottom: 7px;
        margin-left: 2px;
        
}

.contacto .enviar{
    background: URL('images_new/bt_enviar.jpg') no-repeat center center transparent;
    float: right;
    display: block;
    text-indent:-10000px;

    width: 111px;
    height: 35px;
    border: none;
    cursor: pointer;
}

.contacto select option {color: #7a7a7a;
background:white;}

.contacto textarea{
    border: none;
    background: URL('images_new/input_textarea.jpg') no-repeat top center transparent;
    width: 522px;
    height: 156px;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 15px;
    margin-bottom: 7px;
    color: #7a7a7a;
    padding-bottom: 15px;
}

/** PIE **/




.important{
    color: #e97e35;
}

a.important{
    text-decoration: none;
    font-weight: bold;
}

a.important:hover{
    text-decoration: underline;
}
	
.fecha{
    margin-top: 5px;
    text-align: right;
}

.especial_art{
    height: auto;
    padding-bottom: 5px;
}

#template_social{
    margin-top: 15px;
    border-top: 1px solid #e2e2e2;
    padding-top: 5px;
    margin-bottom: -15px;
    margin-left: 5px;
}



#template_social a{
    
    margin-top: 5px;
}
