﻿@charset "UTF-8";



.Title1
{   
    text-align:left; 
    font-size:30px;
    font-weight:bold;
    color:#32728e;
}

.Thanks 
{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 100px;
    margin-bottom:100px;
    font-size: 40px;
    font-weight: bold;
    color: #32728e;
}

.Title2
{
    text-align:center; 
    font-size:20px;
    font-weight:bold;
    color:#32728e;
}

.TextoGral
{
    text-align:justify;
    font-size:18px;
    color:#5d2009;
}

.TextoGral2
{
    text-align:justify;
    font-size:17px;
    color:#5d2009;
}

.body
{
    font-family:Candara;
}

.font16{	
	font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 18px;
	text-align: justify;
}

.font16izq{
	font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 18px;
	text-align: left;
}

.font16azul{         
         font-size: 16px;
         color:#1D5C72;
		 text-align:justify;
		 line-height: 18px;
}
.font16bco   
{     
    font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	text-align: justify;
    line-height: 18px;
}
.font25azul{
	
	font-weight: 300;
	font-size: 25px;
	color: #1D5C72;
	line-height: 25px;
	text-align: justify;
}

.font23negro {
	
	font-weight: 300;
	font-size: 20px;
	color: #000000;
	line-height: 25px;
	text-align: justify;
}
.font25azulIzq {
	
	font-weight: 300;
	font-size: 25px;
	color: #1D5C72;
	line-height: 25px;
	text-align: left;
}
/*------ logo ------- */
.brand {
  display: block;
  float: left;
  font-size: 0;
  line-height: 70;
  padding: 0px 0px 0px 0px;
  margin: 0;
}

.brand h1 {
  font-size: 0;
  line-height: 0;
}
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{	    
		position: static;
		display: block;
		top: 0em;
		left: 6em;
		width: 1100px;
		text-align:right;
	}

		#nav > ul > li > ul
		{
			display: none;
		}

		#nav > ul
		{
			display: inline-block;
			border-radius: 0.em;
			box-shadow: ;
			padding: 0 1.0em 0 1.0em;
		}

		#nav > ul > li
		{
			display: inline-block;
			text-align:center;
			padding: 0 .6em 0 .6em;		    
		    font-weight: 400;
		}
		
			#nav > ul > li > a,
			#nav > ul > li > span
			{				
				font-weight:bold;
				/*display: block;*/				
				color:#ffffff;
				text-transform:capitalize;
				text-decoration: none;
				font-size: 1em;
				letter-spacing: 0.10em;
				height: 5em;
				line-height: 4.5em;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
				-o-transition: all .25s ease-in-out;
				-ms-transition: all .25s ease-in-out;
				transition: all .25s ease-in-out;
				outline: 0;
			}
			
			#nav > ul > li:hover > a,
			#nav > ul > li.active > a,
			#nav > ul > li.active > span
			{	     
			    color:#ffe493;
	            font-weight:bold;	            
			}

	.dropotron
	{
		background: #222835 url('images/overlay.png');
		background-color: rgba(44,50,63,0.925);
		padding: 1.25em 1em 1.25em 1em;
		border-radius: 0.35em;
		box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,0.25);
		min-width: 12em;
		text-align: left;
	}
	
		.dropotron-level-0
		{
			margin-top: -1px;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
		}
	
		.dropotron a,
		.dropotron span
		{
			display: block;
			color: #eee;
			color: rgba(255,255,255,0.75);
			text-transform: uppercase;
			text-decoration: none;
			font-size: 0.7em;
			letter-spacing: 0.25em;
			border-top: solid 1px rgba(255,255,255,0.15);
			line-height: 3em;
			-moz-transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			-o-transition: all .25s ease-in-out;
			-ms-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
		}
		
		.dropotron li:first-child a,
		.dropotron li:first-child span
		{
			border-top: 0;
		}
		
		.dropotron li:hover > a,
		.dropotron li:hover > span
		{
			color: #fff;
		}
		
.menu {
	background-color: #32728e;
	width: 1280px;
	height: 70px;	
	margin-top:-10px;
}

.container0 {
	background-color: #F4E0B8;
	width: 1280px;
	height: 780px;
}
.container {
	/*background-color: #F4E0B8;*/	
	width:1280px; /*995px*/
	height:930px;	
}
.container2 {
	background-color: #F4E0B8;
	width: 1280px;
	height: 1230px;
}
.container3 {
	background-color: #F4E0B8;
	width: 995px;
	height: 1030px;
}
.container4 {
	background-color: #F4E0B8;
	width: 1280px;
	height: 1330px;
}
.foot 
{
    margin:10px auto 0 auto;
	background-color: #32728e;
	width: 1024px;
	height: 100px;
	padding:10px;
	border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border: 0px solid #000000;
}
/*********************************************************************************/
/* Highlights                                                                    */
/*********************************************************************************/
li {
  display: inline;
  float: left;
  margin-left:50px;
}

.highlight {
	background-color: #F4E0B8;
	width: 275px;
	height: 500px;
	margin:30px 0 70px 40px;
	padding:0px 5px 0 5px;
}

.doscolumna {
	background-color:;
	width: 430px;
    margin:25px 35px 20px 30px;
}
.trescolumna {
	background-color:;
	width: 275px;
	margin:25px 0px 0px 45px;
}
/*********************************************************************************/
/* boton                                                                   */
/*********************************************************************************/
.btn-1 {
   font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  background: #32728e;
  padding: 15px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-1:hover {
	font-weight: 300;	  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  background: #4089A3;
}

/*********************************************************************************/
/* formulario                                                                   */
/*********************************************************************************/

label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
}
.formulario {
    display:block;
    margin:0 auto;
    width:510px;
    color: #000;
}

/*form {
    margin:0 auto;
    width:400px;
}*/

.txtContacto, .txtMensaje
{
    width:90%;
    background-color:#fef3e7;        
    font-family:Candara;
    font-style:italic;
    font-size:15px;
    color:#944e34;
    margin-left:10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #FFFFFF;  
}
 
.txtContacto {	      
    height:20px;  
}

.txtMensaje
{
    height:75px;
}

#submit, #c_enviar {
    width:100px;
    height:25px;
    border:none;
	color: #fff;
	background-color: #32728e;
    margin-top:20px;
    cursor:pointer;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #FFFFFF; 
}

#c_enviar
{
    background-color:#fef3e7;
    color:#5d2009;
}

.spnContacto
{    
    font-size:14px;
    line-height:1.5em;
    font-weight:normal;
    font-style:italic;
    color:#fef3e7
}

.unacolumna_1
{    
    background-color:;
	width: 980px;
	margin: 0 auto 0 auto;
}

#fcontacto
{
    background-color:#944e34;
    width:99%;    
    height:315px;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 0px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 0px solid #000000; 
    margin:3px auto 0 auto;
}

#contentImgForm
{
    width:1024px;     
    display:block;
    height:322px;
      
}

#contentImgForm .pnlImg, #contentImgForm .pnlForm
{
    display:inline-block;    
    
}

.pnlImg
{
    width:750px;
    float:left;
}

.pnlForm
{
    width:270px;   
    float:right;    
}


#containerTexto
{
    width:1024px;  
    overflow:hidden;
}

.columnaLeft
{    
    display:block;    
    line-height:1.3em;
    letter-spacing:.1em;
    width: 1024px;				
    margin:5px auto 0 auto;		
}

.columnaRigth
{    
    display:block;
    width:1024px;
    margin:10px auto 0 auto;    
}

.pnlEspecialidades
{
    display:block;            
    width:98%; 
    background-color:#fff2ac;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 0px solid #FFFFFF; 
    padding-top:10px;
    color:#5d2009;
}

.pnlEspecialidades .ulEspecialidades
{        
    display:inline-block;
    width:24%;
}

.pnlEspecialidades ul li
{
    display:block;
    line-height:1.3em;
    text-indent:10px;
    text-align:left;
    width:100%;
    font-size:16px;
    font-weight:600;      
    font-style:italic;                              
}

.pnlTextoGral
{
    padding:10px;
    background-color:#fffdfa;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #FFFFFF; 
}

.pnlTextoGral2
{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #FFFFFF; 
}

.columnaLeft .pnlTextoGral2
{  
    display:inline-block;  
    width:48%;  
    padding:10px;
    background-color:#fffdfa;    
    margin:5px;
}

.pnlTextoGral .pnlTextoGral3
{    
    background-color:#fff2ac;
    display:inline-block;
    width:98%;  
    padding:10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #FFFFFF; 
}

.pnlTextoGral .pnlTextoGral4
{   
    background-color:#f4e0b8;
    display:inline-block;   
    width:48.5%;     
    padding:10px;
    margin:5px;   
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #FFFFFF;
    float:left;        
}

.pnlTextoGral5
{
    float:left;
    display:inline-block;
    background-color:#fffdfa;    
    width:420px;
    padding:10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #FFFFFF;
}

.pnlTextoGral6
{        
    display:inline-block;
    width:550px;  
    margin-left:10px;         
}

.spnTelefono
{
    padding-right:25px;
    width:1024px; 
    display:block; 
    font-style:normal;
    text-align:right; 
    font-family:Trebuchet MS; 
    font-size:22px; 
    font-weight:bold; 
    color:#ffffff;   
}

.imgRedondo
{
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #FFFFFF; 
}

/* FLOAT NOTIFICATION */
#notification
{
    display:block; 
    width:100%; 
    height:auto;
    z-index:9999;
}

#content_notification
{
    display:block; 
    width:32%; 
    height:100%; 
    float:right; 
    clear:right;  
    padding:5px;
    color:#D60808;
    font-size:x-large;
    font-weight:bold;
    line-height:1.2em;
    background:#FFF686; 
    z-index:9999;
    border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-top:4px solid #FFFFFF;
    border-bottom:4px solid #FFFFFF;
    border-left:4px solid #FFFFFF; 
}

#content_notification p
{
    padding:40px 25px 40px 25px;
    text-align:justify;    
}

#ventajas_preguntas 
{
    background-color: #fff2ac;
    width: 55%;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding:20px;    
}

#consultorio_imagenes
{    
    display:inline-block;
    width:40%;
    vertical-align:top;
}

#consultorio_imagenes img
{
    width:45%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#consultorio_imagenes h3 
{
    font-size: 20px;
    font-weight: bold;
    color:#32728e;
    margin-top:15px;
}