::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }

*{ 
	padding:0; margin:0;
 }

@font-face
{
	font-family: miryadBold;
	src: url(../css/myriad/myriadpro-bold-webfont.ttf) format("opentype");
}

@font-face
{
	font-family: myriadNormal;
	src: url(../css/myriad/MyriadWeb.ttf) format("opentype");
}

@font-face
{
	font-family: myriadExtraBold;
	src: url(../css/myriad/Myriad Headline.ttf) format("opentype");
}

@font-face
{
	font-family: myriadSemiBold;
	src: url(../css/myriad/MyriadPro-BoldSemiCn.ttf) format("opentype");
}

@font-face
{
	font-family: myriadMedium;
	src: url(../css/myriad/MyriadPro-Regular.otf) format("opentype");
}

@font-face
{
	font-family: abel;
	src: url(../css/abel/Abel-Regular.ttf) format("opentype");
}

@font-face
{
	font-family: myriadRegular;
	src: url(../css/myriad/MyriadPro-Regular.otf) format("opentype");
}



body 
{
	background-color: #f2f2f2;
	font-family: "myriadRegular";
	color: #000;
}

.header
{
	margin:auto;
	width:1024px;
	min-height: 150px;
	height:auto !important;
}

.header > div.usuario
{
	text-align:right;
	height:65px;
}

#contenedor
{
	margin:auto;
	/*border: 1px solid #D0D0D0;*/
	border-top:none;
	-webkit-box-shadow: 0 0 8px #D0D0D0;
	width:1024px;
	min-height:700px;
	height:auto !important;
	background-color:#FFF;
}

h1
{
	font-family: "myriadSemiBold";
	font-size:44px;
	color:#FFF;
	font-weight:bold;
}

h1.inicio
{
	color:#1158A6;
}

h2
{
	font-family: "myriadSemiBold";
	font-size:20px;
	color:#687D27;
}

h2.inicio
{
	color:#FC6;
}

h2.email
{
	color:#94A63D;
}

h3
{
	font-family: "myriadSemiBold";
	color:#000;
}

.logotipo
{
	width:100px !important;
	height:100px !important;
}

.usuarioRegistrado
{
	position:absolute;
	margin-top:45px;
	margin-left:450px;
	color:#FFF;
	font-size:14px;
}


.alumnos
{
	position:absolute;
	margin-top:0.2%;
	margin-left:800px;
}

.botonSalir
{
	position:absolute;
	margin-top:2.2%;
	margin-left:1100px;
}

.afiliate
{
	width:1024px;
}

.afiliate img
{
	width:1024px;
	height:350px;
}

.carrusel
{
	width:1024px;
	height:400px;
	margin-top:-5px;
}

.carrusel section
{
	width:650px;
	float:left;
}

.carrusel section img
{
	width:650px;
	height:100%;
}

.carrusel section.texto
{
	width:364px;
	padding:5px 5px 5px 5px;
	font-size:22px;
	background-color:#81CA55;
	height:423px
}


.contenedorPaginaInicio
{
	width:1024px;
	height:650px;
	z-index:1000;
	/*background:url(../img/fondoInicio.png);
	background-repeat:no-repeat;*/
	margin-top:-67px;
}

.contenedorContamos
{
	font-family: "abel";
	color:#FFF;
	background-color:#000;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:28px;
	font-weight:bold;
	letter-spacing:4px;
}

.contenedorLogo
{
	width:100%;
	height:95px;
	background-color:#1C3470;
	text-align:center;
	position:static;
	font-size:14px;
	font-weight:100;
	color:#FFF;
}

.contenedorSlider
{
	width:100%;
	height:320px;
	padding-top:0px;
}

.textoSlider
{
	color:#FFF; 
	position:absolute; 
	z-index:1000; 
	background-color:rgba(0, 0, 0, 0.5); 
	width:550px; 
	height:20px;
	font-size:30px;
	padding: 15px 15px 15px 60px;
	line-height:20px;
	margin-left:2px;
	margin-top:15px;
	text-align:right;
}

.textoSliderInicio
{
	color:#FFF; 
	position:absolute; 
	z-index:1000; 
	background-color:rgba(0, 0, 0, 0.5); 
	width:550px; 
	height:20px;
	font-size:30px;
	padding: 15px 15px 15px 60px;
	line-height:20px;
	margin-left:-760px;
	margin-top:15px;
	text-align:right;
}

.contenedorImagenesTop
{
	width:480px; 
	height:350px;
	width:1020px;
	position:absolute;
	margin-top:-59px;
	margin-left:2px;
}

.contenedorImagenesTop img
{
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.contenedorSubmenu
{
	width:100%;
	height:140px;
	border-bottom: solid 1px #9c9b9c;
	
	background-image: linear-gradient(right , #000000 0%, #3A6BBA 15%, #3A6BBA 84%, #000000 99%);
	background-image: -o-linear-gradient(right , #000000 0%, #3A6BBA 15%, #3A6BBA 84%, #000000 99%);
	background-image: -moz-linear-gradient(right , #000000 0%, #3A6BBA 15%, #3A6BBA 84%, #000000 99%);
	background-image: -webkit-linear-gradient(right , #000000 0%, #3A6BBA 15%, #3A6BBA 84%, #000000 99%);
	background-image: -ms-linear-gradient(right , #000000 0%, #3A6BBA 15%, #3A6BBA 84%, #000000 99%);
	
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(0, #000000),
		color-stop(0.15, #3A6BBA),
		color-stop(0.84, #3A6BBA),
		color-stop(0.99, #000000)
	);
}

img
{
	/*border:none;
	width:200px;
	height:80px;*/
}

img.administracion
{
	cursor:pointer;
}

img.odontograma
{
	max-width:671px;
	max-height:660px;
	float:right;
}

.imagenesBotones
{
	border:none;
	width:24px;
	height:24px;
}

.imagenesNoticias
{
	cursor:pointer;
	margin-left:15px; 
	height:70px; 
	width:90px;
}

a
{
	text-decoration:none;
	border:none;
	cursor:pointer;
	color:#000;
}

a.login
{
	color:#000;
}

a.visited
{
	border:none;
	text-decoration:none;
}


a:hover 
{
  text-decoration: underline;
}

label
{
	color:#000;
}

label.vacunas
{
	color:#060;
	font-size:11px;
}


label.edadPaciente
{
	color:#3fa9f5;
	font-style:italic;
}

label.titulos
{
	font-size:50px;
	color:#FFF;
}

label.login
{
	color:#000;
}

label.leyendas
{
	font-weight:100;
	font-style:italic;
	color:#0285C0;
}

.informacion
{
	font-weight:600;
	font-style:italic;
	color:#0285C0;
	font-size:15px;
}

.vineta
{
	background: radial-gradient(200px 30px, #F00, #000);
	border-radius:17px;
	width:30px;
	height:30px;
	float:left;
	margin-top:-4px;
}

.contenido /*Aqui va todo el contenido*/
{
	height:auto !important;
	min-height:650px;
	margin: auto;
	width:1004px;
	margin-top:-5px;
	background-color:#FFF;
	padding:10px 10px 10px 10px;
}

.spanNegrita
{
	font-size:14px;
	color:#000;
}

.spanColor
{
	color:#1C3470;
}

.spanColorNegrita
{
	font-weight:bold;
}

.spanPrecios
{
	font-size:17px;
	color:#AD874B;
	font-weight:bold;
}

.textosAcerca
{
	color:#000;
	font-size:13px;
}

.piePagina
{
	min-height:40px;
	text-align:center;
	margin:auto;
	clear:both;
	margin-top:0px;
	line-height:30px;
	color:#6a6a6a;
	font-size:16px;
	width:1024px;
	
	background: #fdfbfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfbfc 0%, #cdccca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfbfc), color-stop(100%,#cdccca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfbfc 0%,#cdccca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfbfc 0%,#cdccca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfbfc 0%,#cdccca 100%); /* IE10+ */
	background: linear-gradient(top,  #fdfbfc 0%,#cdccca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfbfc', endColorstr='#cdccca',GradientType=0 ); /* IE6-9 */
}

.piePagina > div.lineaAzul
{
	width:508px;
	height:5px;
	background-color: #3fa9f5;
	float:left;
	margin-left:8px;
}

.piePagina > div.lineaRosada
{
	width:508px;
	height:5px;
	background-color: #ff7dac;
	float:left;
}

ul.menuPrincipal
{
	list-style:none;
	margin-left:0%;
	margin-top:-5px;
	float:left;
	font-family: "abel";
	width:1024px;
	height:84px;
}

ul.menuPrincipal li
{
	display:block;
	width:140px;
	position:relative;
	color:#000;
	font-size:11pt;
	cursor:pointer;
	float:left;
	margin-right:1px;
	text-align:center;
	z-index:22;
	opacity:1;
	height:43px;
	line-height:40px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:1px;
	/*border: solid 1px ;*/
	background-color:#ecebe9;
	border-top: solid 1px #CCC;
	
	background: -moz-linear-gradient(top, #ecebe9 0%, #c6c5c3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecebe9), color-stop(100%,#c6c5c3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ecebe9 0%,#c6c5c3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ecebe9 0%,#c6c5c3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ecebe9 0%,#c6c5c3 100%); /* IE10+ */
	background: linear-gradient(top, #ecebe9 0%,#c6c5c3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecebe9', endColorstr='#c6c5c3',GradientType=0 ); /* IE6-9 */
}

ul.menuPrincipal li.azul
{
	border-top-left-radius: 7px;
	/*border-bottom-left-radius: 7px;*/
	color: #3fa9f5;
}

ul.menuPrincipal li.azul:hover
{
	color: #FFF;
	background-color: #3fa9f5;
	
	background: -moz-linear-gradient(top, #3fa9f5 0%, #3fa9f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3fa9f5), color-stop(100%,#3fa9f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3fa9f5 0%,#3fa9f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3fa9f5 0%,#3fa9f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3fa9f5 0%,#3fa9f5 100%); /* IE10+ */
	background: linear-gradient(top, #3fa9f5 0%,#3fa9f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa9f5', endColorstr='#3fa9f5',GradientType=0 ); /* IE6-9 */
}

ul.menuPrincipal li.azul.activado
{
	color: #FFF;
	background-color: #3fa9f5;
	
	background: -moz-linear-gradient(top, #3fa9f5 0%, #3fa9f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3fa9f5), color-stop(100%,#3fa9f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3fa9f5 0%,#3fa9f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3fa9f5 0%,#3fa9f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3fa9f5 0%,#3fa9f5 100%); /* IE10+ */
	background: linear-gradient(top, #3fa9f5 0%,#3fa9f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa9f5', endColorstr='#3fa9f5',GradientType=0 ); /* IE6-9 */
}

.subMenuAzul
{
	background-color: #3fa9f5;
	width:1024px;
	height:40px;
	margin-top:40px;
	display:none;
}

ul.menuPrincipal li.rosado
{
	color:#ff7dac;
}

ul.menuPrincipal li.rosado:hover
{
	color: #FFF;
	background-color: #ff7dac;
	
	background: -moz-linear-gradient(top, #ff7dac 0%, #ff7dac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7dac), color-stop(100%,#ff7dac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff7dac 0%,#ff7dac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff7dac 0%,#ff7dac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff7dac 0%,#ff7dac 100%); /* IE10+ */
	background: linear-gradient(top, #ff7dac 0%,#ff7dac 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7dac', endColorstr='#ff7dac',GradientType=0 ); /* IE6-9 */
}

ul.menuPrincipal li.rosado.activado
{
	color: #FFF;
	background-color: #ff7dac;
	
	background: -moz-linear-gradient(top, #ff7dac 0%, #ff7dac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7dac), color-stop(100%,#ff7dac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff7dac 0%,#ff7dac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff7dac 0%,#ff7dac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff7dac 0%,#ff7dac 100%); /* IE10+ */
	background: linear-gradient(top, #ff7dac 0%,#ff7dac 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7dac', endColorstr='#ff7dac',GradientType=0 ); /* IE6-9 */
}

.subMenuRosado
{
	background-color: #ff7dac;
	width:1024px;
	height:40px;
	margin-top:40px;
	display:none;
}

ul.menuPrincipal li.verde
{
	color:#339608;
}

ul.menuPrincipal li.verde:hover
{
	color: #FFF;
	background-color: #339608;
	
	background: -moz-linear-gradient(top, #339608 0%, #339608 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#339608), color-stop(100%,#339608)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #339608 0%,#339608 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #339608 0%,#339608 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #339608 0%,#339608 100%); /* IE10+ */
	background: linear-gradient(top, #339608 0%,#339608 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#339608', endColorstr='#339608',GradientType=0 ); /* IE6-9 */
}

ul.menuPrincipal li.verde.activado
{
	color: #FFF;
	background-color: #339608;
	
	background: -moz-linear-gradient(top, #339608 0%, #339608 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#339608), color-stop(100%,#339608)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #339608 0%,#339608 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #339608 0%,#339608 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #339608 0%,#339608 100%); /* IE10+ */
	background: linear-gradient(top, #339608 0%,#339608 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#339608', endColorstr='#339608',GradientType=0 ); /* IE6-9 */
}

.subMenuVerde
{
	background-color: #339608;
	width:1024px;
	height:40px;
	margin-top:40px;
	display:none;
}

ul.menuPrincipal li.azulMarino
{
	color:#2e46ce;
}

ul.menuPrincipal li.azulMarino:hover
{
	color: #FFF;
	background-color: #2e46ce;
	
	background: -moz-linear-gradient(top, #2e46ce 0%, #2e46ce 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e46ce), color-stop(100%,#2e46ce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2e46ce 0%,#2e46ce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2e46ce 0%,#2e46ce 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2e46ce 0%,#2e46ce 100%); /* IE10+ */
	background: linear-gradient(top, #2e46ce 0%,#2e46ce 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e46ce', endColorstr='#2e46ce',GradientType=0 ); /* IE6-9 */
}

ul.menuPrincipal li.azulMarino.activado
{
	color: #FFF;
	background-color: #2e46ce;
	
	background: -moz-linear-gradient(top, #2e46ce 0%, #2e46ce 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e46ce), color-stop(100%,#2e46ce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2e46ce 0%,#2e46ce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2e46ce 0%,#2e46ce 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2e46ce 0%,#2e46ce 100%); /* IE10+ */
	background: linear-gradient(top, #2e46ce 0%,#2e46ce 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e46ce', endColorstr='#2e46ce',GradientType=0 ); /* IE6-9 */
}

.subMenuAzulMarino
{
	background-color: #2e46ce;
	width:1024px;
	height:40px;
	margin-top:40px;
	display:none;
}

ul.menuPrincipal li.rosadoFuerte
{
	color:#f308af;
	border-top-right-radius: 7px;
	/*border-bottom-right-radius: 7px;*/

}

ul.menuPrincipal li.rosadoFuerte:hover
{
	color: #FFF;
	background-color: #f308af;
	
	background: -moz-linear-gradient(top, #f308af 0%, #f308af 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f308af), color-stop(100%,#f308af)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f308af 0%,#f308af 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f308af 0%,#f308af 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f308af 0%,#f308af 100%); /* IE10+ */
	background: linear-gradient(top, #f308af 0%,#f308af 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f308af', endColorstr='#f308af',GradientType=0 ); /* IE6-9 */
}

ul.menuPrincipal li.rosadoFuerte.activado
{
	color: #FFF;
	background-color: #f308af;
	
	background: -moz-linear-gradient(top, #f308af 0%, #f308af 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f308af), color-stop(100%,#f308af)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f308af 0%,#f308af 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f308af 0%,#f308af 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f308af 0%,#f308af 100%); /* IE10+ */
	background: linear-gradient(top, #f308af 0%,#f308af 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f308af', endColorstr='#f308af',GradientType=0 ); /* IE6-9 */
}

.subMenuRosadoFuerte
{
	background-color: #f308af;
	width:1024px;
	height:40px;
	margin-top:40px;
	display:none;
}


/*Color naranja*/
ul.menuPrincipal li.naranja
{
	color:#ff832f;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	width:70px;
	font-size:12px;
	height:25px;
	line-height:25px;
	margin-left:10px;
	margin-top:8px;

}

ul.menuPrincipal li.naranja:hover
{
	color: #FFF;
	background-color: #f308af;
	
	background: -moz-linear-gradient(top, #ff832f 0%, #ff832f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff832f), color-stop(100%,#ff832f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff832f 0%,#ff832f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff832f 0%,#ff832f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff832f 0%,#ff832f 100%); /* IE10+ */
	background: linear-gradient(top, #ff832f 0%,#ff832f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff832f', endColorstr='#ff832f',GradientType=0 ); /* IE6-9 */
}

ul.menuPrincipal li.naranja.activado
{
	color: #FFF;
	background-color: #f308af;
	
	background: -moz-linear-gradient(top, #ff832f 0%, #ff832f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff832f), color-stop(100%,#ff832f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff832f 0%,#ff832f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff832f 0%,#ff832f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff832f 0%,#ff832f 100%); /* IE10+ */
	background: linear-gradient(top, #ff832f 0%,#ff832f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff832f', endColorstr='#ff832f',GradientType=0 ); /* IE6-9 */
}

ul.menuPrincipal li.naranjaDesactivado
{
	color:#FFF;
	cursor:default;
	color:#999;
	
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	width:70px;
	font-size:12px;
	height:25px;
	line-height:25px;
	margin-left:10px;
	margin-top:8px;
}

ul.menuPrincipal li.rojoMenu
{
	color:#e4332d;
}

ul.menuPrincipal li.rojoMenu:hover
{
	color: #FFF;
	background-color: #e4332d;
	
	background: -moz-linear-gradient(top, #e4332d 0%, #e4332d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4332d), color-stop(100%,#e4332d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4332d 0%,#e4332d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4332d 0%,#e4332d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4332d 0%,#e4332d 100%); /* IE10+ */
	background: linear-gradient(top, #e4332d 0%,#e4332d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4332d', endColorstr='#e4332d',GradientType=0 ); /* IE6-9 */
}

ul.menuPrincipal li.rojoMenu.activado
{
	color: #FFF;
	background-color: #e4332d;
	
	background: -moz-linear-gradient(top, #e4332d 0%, #e4332d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4332d), color-stop(100%,#e4332d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4332d 0%,#e4332d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4332d 0%,#e4332d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4332d 0%,#e4332d 100%); /* IE10+ */
	background: linear-gradient(top, #e4332d 0%,#e4332d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4332d', endColorstr='#e4332d',GradientType=0 ); /* IE6-9 */
}

.subMenuNaranja
{
	background-color: #ff832f;
	width:1024px;
	height:40px;
	margin-top:40px;
	display:none;
}

/*Color rojo*/

ul.menuPrincipal li.rojoSalir
{
	line-height:25px;
	margin-left:930px;
	margin-top:8px;
	background:none;
	border:none;
}

ul.menuPrincipal li.rojoSalir:hover
{
	background:none;
}

ul.menuPrincipal li.rojoSalir img
{
	width:35px;
	height:35px;
}

ul.menuPrincipal li.rojo
{
	color: #e4332d;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	
	width:70px;
	font-size:12px;
	height:25px;
	line-height:25px;
	margin-left:2px;
	margin-top:8px;
}

ul.menuPrincipal li.rojo:hover
{
	color: #FFF;
	background-color: #e4332d;
	
	background: -moz-linear-gradient(top, #e4332d 0%, #e4332d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4332d), color-stop(100%,#e4332d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4332d 0%,#e4332d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4332d 0%,#e4332d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4332d 0%,#e4332d 100%); /* IE10+ */
	background: linear-gradient(top, #e4332d 0%,#e4332d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4332d', endColorstr='#e4332d',GradientType=0 ); /* IE6-9 */
}


ul.menuPrincipal li.rojoUsuario
{
	color: #e4332d;
	border-radius: 7px;
	/*border-bottom-right-radius: 7px;*/
	
	width:130px;
	font-size:12px;
	height:25px;
	line-height:25px;
	margin-left:-70px;
	margin-top:-110px;
}

ul.menuPrincipal li.rojoUsuario:hover
{
	color: #FFF;
	background-color: #e4332d;
	
	background: -moz-linear-gradient(top, #e4332d 0%, #e4332d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4332d), color-stop(100%,#e4332d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4332d 0%,#e4332d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4332d 0%,#e4332d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4332d 0%,#e4332d 100%); /* IE10+ */
	background: linear-gradient(top, #e4332d 0%,#e4332d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4332d', endColorstr='#e4332d',GradientType=0 ); /* IE6-9 */
}


.subMenuRojo
{
	background-color: #e4332d;
	width:1024px;
	height:40px;
	margin-top:40px;
	display:none;
}


ul.menuPrincipal li a
{
	color:#FFF;
}

ul.menuPrincipal li.texto
{
	line-height:40px;
}

ul.menuPrincipal li.bordesPrincipal
{
	border: solid 1px #9c9b9c;
	border-bottom:none;
}

ul.menuPrincipal li:hover
{
	background-color:#81CA55;
}

ul.menuPrincipal a
{
	text-decoration:none;
	color:#FFF;
}

ul.menuPrincipal li.desactivado
{
	color:#FFF;
	cursor:default;
	color:#999;
}

ul.menuPrincipal li.desactivado:hover
{
	color:#999;
	cursor:default;
}

ul.menuPrincipal ul
{
	position:absolute;
	left:20px;
	margin-top:3px;
	display:none;
	list-style:none;
	background-color:#87BE55;
	width:243px;
	border-radius:7px;
	height:138px;
	padding:2px 2px 2px 2px;
	/*background-image:url(../img/flechuda.png);
	background-repeat:no-repeat;
	background-position:top;	*/
	
}

ul.menuPrincipal li:hover > ul
{
	display:block;
}

ul.menuPrincipal ul > li
{
	width:228px;
	margin-top:2px;
	text-align:left;
	background-color:#81CA55;
	border-radius:7px;
	padding-left:10px;
}

ul.menuPrincipal ul > li:hover
{
	background-color:#BE2220;
}

.barraherramientas
{
	font-size:14px;
	text-align:right;
}

.contenidoMenuDatos
{
	border: solid 1px #9c9b9c;
	margin-top:56px;
	width:950px;
	margin-left:10px;
	min-height:80px;
	height:auto !important;
	position:absolute;
}



.botonesGeneral
{
	width:24px;
	height:24px;
	cursor:pointer;
	text-decoration:none;
	border:none;
}

.botonesChicos
{
	width:16px;
	height:16px;
	cursor:pointer;
	text-decoration:none;
	border:none;
}

.botonesMenu
{
	width:40px;
	height:40px;
	cursor:pointer;
	text-decoration:none;
	border:none;
}

.botonesBusqueda
{
	width:20px;
	height:20px;
	cursor:pointer;
	text-decoration:none;
	border:none;
}
/*=======================================================================================================*/
.contenedorBotones
{
	position:fixed; 
	background-color:#FFF; 
	width:860px;
	margin-top:-200px; 
	border: solid 0.1px #9c9b9c; 
	border-radius: 7px; 
	padding:6px 0px 6px 0px;
}

.botoncito
{
	background-color: #A5D368;
	border:0px solid #4bb8e1;
	padding:5px 10px 5px 10px;
	color: #FFFFFF;
	cursor:pointer;
	margin-right:20px;

	-moz-box-shadow:inset 0px 0px 0px #4bb8e1;
	-webkit-box-shadow:inset 0px 0px 0px #4bb8e1;
	box-shadow:inset 0px 0px 0px #4bb8e1;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width:100px;
	text-align:center;
	border-radius: 7px;
}

.botoncito:hover 
{
	color:#000;
	background-color: #666;
}

/*TABLAS PARA LAS LISTAS*/
.tablaLista
{
	color:#000;
	font-weight:100;
	cursor:pointer;
	border-collapse:collapse;
	width:100%;
}

.tablaLista th
{
	height:25px;
	background-color:#000;
	font-weight:600;
	font-size:14px;
	text-align:left;
	color:#FFF;
	padding: 2px 2px 2px 2px;
	text-align:center;
}

.tablaLista th.titulos
{
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #cdcdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#cdcdcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#cdcdcd 100%); /* IE10+ */
	background: linear-gradient(top,  #f1f1f1 0%,#cdcdcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
	color:#000;
	font-size:14px;
}

.tablaLista th.titulos img
{
	width:24px;
	height:24px;
}

.tablaLista th.datos
{
	height:30px;
	
	background-image: linear-gradient(bottom, rgb(208,221,228) 55%, rgb(239,244,246) 91%);
	background-image: -o-linear-gradient(bottom, rgb(208,221,228) 55%, rgb(239,244,246) 91%);
	background-image: -moz-linear-gradient(bottom, rgb(208,221,228) 55%, rgb(239,244,246) 91%);
	background-image: -webkit-linear-gradient(bottom, rgb(208,221,228) 55%, rgb(239,244,246) 91%);
	background-image: -ms-linear-gradient(bottom, rgb(208,221,228) 55%, rgb(239,244,246) 91%);

	background-image: -webkit-gradient
	(
		linear,
		left bottom,
		left top,
		color-stop(0.55, rgb(208,221,228)),
		color-stop(0.91, rgb(239,244,246))
	);
	
	font-weight:100;
	font-size:14px;
	color:#000;
	
	
}

.tablaLista th.datos img
{
	width:24px;
	height:24px;
}

.tablaLista th.transparente
{
	background-color:transparent;
}

.tablaLista td
{
	padding: 2px 2px 2px 2px;
	height:28px;
	font-size:14px;
}

.tablaLista td.nombrePaciente
{
	color:#3fa9f5;
}

.tablaLista td.nombrePaciente:hover
{
	text-decoration:underline;
}

.tablaLista td.camara img
{
	cursor:pointer; 
	width:50px; 
	height:50px;
}

.tablaLista td.publicidad img
{
	width:90px; 
	height:50px;
}

img.imagenCamaraTomar
{
	width:200px; 
	height:200px;
}

.tablaLista td.etiquetas
{
	font-weight:bold;
	text-align:right;
	font-size:12px;
}

.tablaLista td.etiquetasGrandes
{
	font-weight:bold;
	text-align:right;
	font-size:16px;
}

.tablaLista td.etiquetasTotales
{
	font-weight:bold;
	text-align:right;
	font-size:30px;
}

.tablaLista td.totales
{
	font-weight:bold;
	text-align:right;
	font-size:27px;
}

.tablaLista .arriba:hover
{
	background-color: #eff4f6;
}

.tablaLista .abajo:hover
{
	background-color: #eff4f6;
}

.tablaLista .arriba
{
	background-color:#FFF;
}

.tablaLista .abajo
{
	background-color:#F9F9F9;
}

.tablaLista .abajo a
{
	text-decoration:none;
	color:#000;
	font-weight:600;
}

.tablaLista .arriba a
{
	text-decoration:none;
	color:#000;
	font-weight:600;
}

.tablaLista td img
{
	width:20px;
	height:20px;
	cursor:pointer;
}

.tablaLista td.vinculos
{
	font-size:12px;
}
.tablaLista td.vinculos img
{
	width:24px;
	height:24px;
	cursor:pointer;
}

.tablaLista td img.fotografiaMedico
{
	width:100px;
	height:100px;
	max-width:140px;
	max-height:140px;
}


/*TABLAS PARA LA TABLA DE CONTACTO*/
.tablaBotones
{
	color:#000;
	font-weight:100;
	border-collapse:collapse;
	width:100%
}

.tablaBotones th
{
	height:30px;
	background-color:#1158A6;
	font-weight:600;
	font-size:14px;
	text-align:left;
	color:#FFF;
	padding: 2px 2px 2px 2px;
	text-align:center;
}

.tablaBotones th.titulos
{
	font-size:19px;
	text-align:center;
}


.tablaBotones td
{
	height:58px;
	font-size:16px;
}

.tablaBotones td.titulo
{
	height:58px;
	font-size:26px;
}

.tablaBotones td.textoChico
{
	  font-size:20px;
}

.tablaBotones .resaltado
{
	background-color:#BFBFBF;
}

.tablaBotones .normal
{
	background-color:#D9D9D9;
}

.tablaBotones td img
{
	width:27px;
	height:27px;
	cursor:pointer;
}

/*TABLAS PARA EL CALENDARIO*/
.tablaCalendario
{
	color:#000;
	font-weight:100;
	cursor:pointer;
	border-collapse:collapse;
	width:100%;
}

.tablaCalendario th
{
	height:25px;
	background-color:#000;
	font-weight:600;
	font-size:14px;
	text-align:left;
	color:#FFF;
	padding: 2px 2px 2px 2px;
	text-align:center;
}

.tablaCalendario th a
{
	font-size:30px;
}

.tablaCalendario th a:hover
{
	text-decoration:none;
}

.tablaCalendario th.titulos
{
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #cdcdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#cdcdcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#cdcdcd 100%); /* IE10+ */
	background: linear-gradient(top,  #f1f1f1 0%,#cdcdcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
	color:#000;
	font-size:20px;
}


.tablaCalendario th.titulos img
{
	width:24px;
	height:24px;
}

.tablaCalendario th.datos
{
	height:30px;
	
	background-image: linear-gradient(bottom, rgb(208,221,228) 55%, rgb(239,244,246) 91%);
	background-image: -o-linear-gradient(bottom, rgb(208,221,228) 55%, rgb(239,244,246) 91%);
	background-image: -moz-linear-gradient(bottom, rgb(208,221,228) 55%, rgb(239,244,246) 91%);
	background-image: -webkit-linear-gradient(bottom, rgb(208,221,228) 55%, rgb(239,244,246) 91%);
	background-image: -ms-linear-gradient(bottom, rgb(208,221,228) 55%, rgb(239,244,246) 91%);

	background-image: -webkit-gradient
	(
		linear,
		left bottom,
		left top,
		color-stop(0.55, rgb(208,221,228)),
		color-stop(0.91, rgb(239,244,246))
	);
	
	font-weight:100;
	font-size:16px;
	color:#000;
	font-weight:bold;
}

.tablaCalendario th.datosSemanal
{
	height:30px;
	
	background-image: linear-gradient(bottom, rgb(208,221,228) 55%, rgb(239,244,246) 91%);
	background-image: -o-linear-gradient(bottom, rgb(208,221,228) 55%, rgb(239,244,246) 91%);
	background-image: -moz-linear-gradient(bottom, rgb(208,221,228) 55%, rgb(239,244,246) 91%);
	background-image: -webkit-linear-gradient(bottom, rgb(208,221,228) 55%, rgb(239,244,246) 91%);
	background-image: -ms-linear-gradient(bottom, rgb(208,221,228) 55%, rgb(239,244,246) 91%);

	background-image: -webkit-gradient
	(
		linear,
		left bottom,
		left top,
		color-stop(0.55, rgb(208,221,228)),
		color-stop(0.91, rgb(239,244,246))
	);
	
	font-weight:100;
	font-size:16px;
	color:#000;
	font-weight:bold;
	border: solid 1px #CCC;
}

.tablaCalendario th.transparente
{
	background-color:transparent;
}


.tablaCalendario td
{
	height:40px;
	font-size:18px;
	text-align:center;
	/*width:14.28%;*/
}

.tablaCalendario td a
{
	font-weight:bold;
	color:#339608;
	font-size:20px;
	text-align:center;
}

.tablaCalendario td a > div
{
	border: solid 2px #e4332d; border-radius: 20px; width:23px ;height:23px; margin-left: 39%
}

.tablaCalendario td a:hover
{
	text-decoration:none;
}

.tablaCalendario td.semanal
{
	font-size:14px;
	font-weight:bold;
	z-index:99;
	border: solid 1px #CCC;
	height:60px;
}

.sombreadoCitas
{
	height: 70px; 
	background-color: #000; 
	color: #000; 
	position: absolute; 
	width: 133px;
	margin-top: -30px;
}

.tablaCalendario td.semanal a
{
	font-weight:bold;
	color:#339608;
	font-size:12px;
	z-index:110;
}

.tablaCalendario td.camara img
{
	cursor:pointer; 
	width:50px; 
	height:50px;
}

.tablaCalendario td.etiquetas
{
	font-weight:bold;
	text-align:right;
	font-size:12px;
}

.tablaCalendario td.etiquetasGrandes
{
	font-weight:bold;
	text-align:right;
	font-size:16px;
}

.tablaCalendario .arriba:hover
{
	background-color: #eff4f6;
}

.tablaCalendario .abajo:hover
{
	background-color: #eff4f6;
}

.tablaCalendario .arriba
{
	background-color:#FFF;
}

.tablaCalendario .abajo
{
	background-color:#F9F9F9;
}

.tablaCalendario .abajo a
{
	text-decoration:none;
	color:#000;
	font-weight:600;
}

.tablaCalendario .arriba a
{
	text-decoration:none;
	color:#000;
	font-weight:600;
}

.tablaCalendario td img
{
	width:20px;
	height:20px;
	cursor:pointer;
}

.tablaCalendario td.vinculos img
{
	width:24px;
	height:24px;
	cursor:pointer;
}

.btnEnviar
{
	color:#FFF;
	background-color:#000;
	font-size:28px;
	width:160px;
	height:38px;
	border-radius:4px;
	font-weight:bold;
	border:none;
}

.textosFormularios
{
	height:18px;
	width:250px;
	font-size:14px;
	border-radius: 6px;
	padding-bottom:2px;
	border: 1px solid #BBB;
	padding: 2px;
	-moz-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	-webkit-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
}

.textosFormulariosArchivos
{
	height:25px;
	width:300px;
	font-size:14px;
	border-radius: 6px;
	padding-bottom:2px;
	border: 1px solid #BBB;
	padding: 2px;
	-moz-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	-webkit-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	cursor:pointer;
}

.checkBox
{
	height:5px;
	width:5px;
	-moz-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	-webkit-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
}

.textosFormulariosBusqueda
{
	height:18px;
	width:350px;
	font-size:14px;
	border-radius: 6px;
	padding-bottom:2px;
	border: 1px solid #BBB;
	padding: 2px;
	-moz-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	-webkit-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
}

.textosFormulariosNumeros
{
	height:18px;
	width:100px;
	font-size:14px;
	border-radius: 6px;
	padding-bottom:2px;
	border: 1px solid #BBB;
	padding: 2px;
	-moz-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	-webkit-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
}

.textosFormulariosFechasVacunas
{
	height:15px;
	width:63px;
	font-size:11px;
	border-radius: 6px;
	padding-bottom:2px;
	border: 1px solid #BBB;
	padding: 2px;
	-moz-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	-webkit-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	color:#F00;
}

.textosFormulariosPorcentajes
{
	height:18px;
	width:50px;
	font-size:14px;
	border-radius: 6px;
	padding-bottom:2px;
	border: 1px solid #BBB;
	padding: 2px;
	-moz-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	-webkit-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
}

.textosFormulariosNumerosTransparente
{
	height:18px;
	width:60px;
	font-size:14px;
	border-radius: 6px;
	padding-bottom:2px;
	border: none;
	padding: 2px;
	background-color:transparent;
}

.textosFormulariosFechas
{
	height:18px;
	width:145px;
	font-size:14px;
	border-radius: 6px;
	padding-bottom:2px;
	border: 1px solid #BBB;
	padding: 2px;
	-moz-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	-webkit-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
}

.textosFormulariosGrandes
{
	height:42px;
	width:250px;
	font-size:14px;
	border-radius: 6px;
	padding-bottom:2px;
	border: 1px solid #BBB;
	padding: 2px;
	-moz-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	-webkit-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
}

.textosFormulariosGrandesFormularios
{
	height:100px;
	width:500px;
	font-size:14px;
	border-radius: 6px;
	padding-bottom:2px;
	border: 1px solid #BBB;
	padding: 2px;
	-moz-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	-webkit-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
}


.textosFormulariosCasos
{
	height:100px;
	width:600px;
	font-size:14px;
	border-radius: 6px;
	padding-bottom:2px;
	border: 1px solid #BBB;
	padding: 2px;
	-moz-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	-webkit-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
}

.textosFormulariosPsoap
{
	height:70px;
	width:600px;
	font-size:14px;
	border-radius: 6px;
	padding-bottom:2px;
	border: 1px solid #BBB;
	padding: 2px;
	-moz-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	-webkit-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
}


.textosVacunas
{
	height:18px;
	width:62px;
	font-size: 11px !important;
	border-radius: 6px;
	border: 1px solid #BBB;
	-moz-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	-webkit-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	cursor:pointer;
	color: green;
	padding-left:2px;
}

.selectTextosFormularios
{
	height:25px;
	width:250px;
	font-size:14px;
	border-radius: 6px;
	padding-bottom:2px;
	border: 1px solid #BBB;
	padding: 2px;
	-moz-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	-webkit-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
}

.selectTextosNumeros
{
	height:25px;
	width:100px;
	font-size:14px;
	border-radius: 6px;
	padding-bottom:2px;
	border: 1px solid #BBB;
	padding: 2px;
	-moz-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	-webkit-box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
	box-shadow:inset 0.5px 0.5px 7px #C0C0C0;
}


.subTitulos
{
	font-family:"Lucida calligraphy";
	font-size:17px;
	text-align:center;
}
.selectTextos
{
	height:25px;
	width:180px;
	font-size:14px;
	border-radius: 4px;
}

.selectTextosBusqueda
{
	width:280px;
	font-size:14;
	border-radius: 4px;
	font-weight:bold;
}

.textosBusqueda
{
	font-weight:bold;
	height:20px;
	width:280px;
	font-size:14px;
	border-radius: 4px;
}

.textosGrandes
{
	height:50px;
	width:280px;
	font-size:14;
	border-radius: 4px;
}




/*SISTEMA DE NOTIFICACIONES*/
.notify
{
    background-color: #333;
    color: #FFF;
	font-weight:bold;
    width: 350px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
	font-size:12px;
}

.notify p
{
    padding: 10px;
    margin: 0;
}

.notify.error
{
    background-color: #3A6BBA;
	color:#FFF;
	/*border: solid 1px #000;*/
}

.alertasGeneral
{
	color:#C30;
	font-size:14px;
}

.erroresDatos
{
	border: solid 1px #06C;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	width:90%;
	padding: 4px 4px 4px 4px;
	margin-top:10px;
	margin-left:2px;
	background-color:#1C3470;
}

.mensajesGeneral
{
	border: solid 1px #06C;
	background-color:#225eab;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	width:90%;
	padding: 4px 4px 4px 4px;
	font-style:italic;
}





/*AREA DE CONTACTO*/

.contenedorPaginador
{
	margin-top:4px;
}

/*PARA LOS SUBMENUS DE LAS SECCIONES*/
.contenedorMenuSeccion
{
	width:567px;
	border: solid 1px #999;
	height:600px;
	margin-top:36px;
	border-top:none;
	padding:10px 10px 10px 10px;
}

ul.menuSeccion
{
	list-style:none;
	margin-left:125px;
	margin-top:8px;
	font-family: "myriadExtraBold";
	position:absolute;
}

ul.menuSeccion li
{
	display:block;
	width:100px;
	position:relative;
	color:#FFF;
	font-size:14px;
	font-weight:900;
	cursor:pointer;
	margin-left: 3px;
	text-align:center;
	z-index:22;
	float:left;
	background-color:#ff7dac;
	border-left: none;
	height: 32px;
	line-height: 32px;
}

ul.menuSeccion li.rosado
{
	background-color:#ff7dac;
}

ul.menuSeccion li.rosado:hover
{
	background-color:#FFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color:#ff7dac;
}

ul.menuSeccion li.rosado.activado
{
	background-color:#FFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color:#ff7dac;
	cursor:default;
}

ul.menuSeccion li.verde
{
	background-color:#339608;
	width:130px;
}

ul.menuSeccion li.verde:hover
{
	background-color:#FFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color:#339608;
}

ul.menuSeccion li.verde.activado
{
	background-color:#FFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color:#339608;
}

ul.menuSeccion li.azulMarino
{
	background-color:#2e46ce;
	width:130px;
}

ul.menuSeccion li.azulMarino:hover
{
	background-color:#FFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color:#2e46ce;
}

ul.menuSeccion li.azulMarino.activado
{
	background-color:#FFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color:#2e46ce;
	cursor:default;
}

ul.menuSeccion li.naranja
{
	background-color:#ff832f;
	width:108px;
}

ul.menuSeccion li.naranja:hover
{
	background-color:#FFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color:#ff832f;
}

ul.menuSeccion li.naranja.activado
{
	background-color:#FFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color:#ff832f;
	cursor:default;
}

ul.menuSeccion li.rojo
{
	background-color:#e4332d;
	width:130px;
}

ul.menuSeccion li.rojo:hover
{
	background-color:#FFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color:#e4332d;
}

ul.menuSeccion li.rojo.activado
{
	background-color:#FFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color:#e4332d;
	cursor:default;
}

ul.menuSeccion li.activado
{
	background-color:#FFF;
	border-bottom:none;
}

ul.menuSeccion a
{
	text-decoration:none;
	color:#FFF;
	
}



ul.menuSeccion li.activado a
{
	cursor:default;
	color:#FFF;
}

.loader
{
	height:30px !important;
	width:30px !important;
}

.loaderGrande
{
	height:400px;
	width:400px;
}

.mensajesCorrecto
{
	height:5px;
	width:5px;
	font-size:17px;
	border-radius: 5px;
	padding-left:5px;
	border: solid 1px #CCC;
	margin-left:35px;
	color:#FFF;
	background-color:#000;
	display:none;
	text-align:center;
	line-height:50px;
	position:fixed;
	z-index:1000;
}


.custom-input-file 
{
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.custom-input-file .input-file 
{
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 10000px;
	border: 10000px solid transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	right: -1000px;
	top: -1000px;
	cursor: pointer;
}





/* ============================================================ Paginación ============================================================== */
ul
{
   border:0;
   margin-left:0%;
  	padding:0;
}

#pagination-digg li
{
	border:0; margin:0; padding:0;
	font-size:12px;
	list-style:none;
	margin-right:2px;
	display:inline;
}
#pagination-digg a
{
	margin-right:2px;
}

#pagination-digg .previous-off, #pagination-digg .next-off 
{
	color:#265F7A;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
}
#pagination-digg .next a, #pagination-digg .previous a {
	font-weight:bold;
}

#pagination-digg .active
{
	color:#0285C0;
	font-weight:bold;
	display:block;
	float:left;
	
	padding:3px 4px;
}

#pagination-digg a:link, #pagination-digg a:visited 
{
	color: #666;
	display:block;
	float:left;
	padding:3px 4px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

#pagination-digg a:hover
{
	//border:solid 1px #265F72;
    background-color:#EBEBEB;
	color:#265F7A;
	/*
	background-color:#265F7A;
	color:#ffffff;
	*/
}

#botonesCamara
{
	display:none; 
	margin-top:10px
}

#botonesCamara img
{
	width:  30px;
	height: 30px;
}

/*TABS*/
ul.tabsFormularios
{
	list-style:none;
	position:absolute;
	margin-top:-30px;
}

ul.tabsFormularios li
{
	display:block;
	width:170px;
	position:relative;
	height:25px;
	color:#FFF;
	font-size:12px;
	font-weight:600;
	cursor:pointer;
	float:left;
	margin-right:2px;
	text-align:center;
	padding:2px 1px 2px 1px;
	line-height:25px;
	background-color:#4bb8e1;
	border: solid 1px #9c9b9c; 
}

ul.tabsFormularios li:hover
{
	background-color:transparent;
	color:#000;
	border-bottom: none;
}

ul.tabsFormularios li.activado
{
	background-color:transparent;
	color:#000;
	border-bottom: none;
	cursor:default;
}

ul.tabsDatos
{
	list-style:none;
	margin-top:2px;
}

ul.tabsDatos li
{
	display:block;
	width:230px;
	position:relative;
	height:25px;
	color:#FFF;
	font-size:13px;
	font-weight:600;
	cursor:pointer;
	float:left;
	margin-right:2px;
	text-align:center;
	padding:2px 1px 2px 1px;
	line-height:25px;
	background-color:#ff832f;
	border: solid 1px #ff832f; 
}

ul.tabsDatos li:hover
{
	background-color:transparent;
	color:#000;
	border-bottom: none;
}

ul.tabsDatos li.activado
{
	background-color:transparent;
	color:#ff832f;
	border-bottom: none;
	cursor:default;
}

.contenedorTabs
{
	width:970px; 
	border: solid 1px #9c9b9c; 
	min-height:950px;
	position:relative;
	margin-top:40px;
	padding-top:20px;
	/*background-color:#eef0f6;*/
}

.contenedorTabs > section
{
	width:50%;
	float:left;
	text-align:center
}

.imagenSubir
{
	width:30px;
	height:30px;
	cursor:pointer;
}

.imagenCamaraTomada
{
	float:left;
	margin-right:2px;
	padding-right:2px;
}

.imagenTomada
{
	max-width:100px;
	max-height:100px;
	margin-top: 15px;
}

.imagenTomadaBorrar
{
	width:27px;
	height:27px;
	cursor:pointer;
	position:absolute;
	margin-top: -4px;
}

/*ESTILO PARA LOS CASOS*/

#listaCasos
{
	width:910px; 
	border-radius:7px;
	min-height:100px;
	height:auto !important;
	position:relative;
	margin-top:25px;
	background-color:#eef0f6;
	padding:10px 10px 10px 10px;
	margin-left:30px;
}

#listaCasos > div.titulos
{
	font-weight:bold;
	font-size: 24px;
	color: #3cbaf5;
	text-decoration:underline
}

#listaCasos > div.descripcion
{
	font-weight:100;
	font-size: 18px;
	color: #000;
}

#listaCasos > div.descripcion img
{
	max-width:800px;
	max-height:600px;
}

#listaCasos > div.autor
{
	font-weight:bold;
	font-size: 18px;
	color: #000;
	font-style:italic;
}

#listaCasos > div.comentarios
{
	font-size: 15px;
	border: solid 2px #dedede;
	border-radius: 20px;
	width:100px;
	height:25px;
	text-align:center;
	color: #3cbaf5;
	background-color:#fff;
	line-height:23px;
	cursor:pointer;
	float:right;
	margin-top:-30px;
}

#listaCasos > div.comentariosCaso
{
	font-size: 15px;
	height:auto !important;
	min-height: 100px;
	text-align:center;
	color: #3cbaf5;
	background-color:#fff;
	max-height:700px;
	overflow:scroll;
}

#listaCasos > div.postear
{
	margin-top:20px;
}

#listaCasos > section
{
	margin-top:15px;
	width:200px
}

#listaCasos > section >label
{
	font-size: 16px;
	color: #000;
	text-decoration:underline;
	cursor:pointer;
	color: #3cbaf5;
}

.consultas
{
	float: left;
	width: 73%;
	margin-left:1%;
}

.fichaPaciente
{
	float: left;
	width: 23%;
	border: solid 1px;
	border-color:gray;
	border-radius: 7px;
	min-height: 350px;
	height:auto !important;
	background-color:#F2F2F2;
	padding: 4px 8px 4px 8px;
	text-align:center;
}

.fichaPaciente img
{
	width:50px;
	height:50px;
	cursor:pointer;
}

.tablaFicha
{
	color:#4f4f4f;
	font-weight:100;
	cursor:pointer;
	border-collapse:collapse;
	width:100%;
}

.tablaFicha th
{
	height:25px;
	font-weight:600;
	font-size:16px;
	text-align:center;
}

.tablaFicha td
{
	font-size:14px;
	text-align:left;
}

.tablaFicha td.nombre
{
	color:#3fa9f5;	
}

.tablaFicha td.nombre:hover
{
	text-decoration:underline;
}

.tablaFicha td.edad
{
	font-weight: bold;
}

.tablaFicha td.flash
{
	color:red;
}

.listaGrafica
{
	margin-left:150px;	
}

.botonGrafica
{
	background-color:#4bb8e1;
	width:460px;
	height:27px;
	color:#FFF;
	border-radius: 5px;
	padding-left:17px;
	padding-top:3px;
	margin-bottom:7px;
	cursor:pointer;
}

.botonGrafica:hover
{
	background-color:#4f4f4f;
}

.botonGraficaImprimir
{
	background-color:#4bb8e1;
	width:160px;
	height:27px;
	color:#FFF;
	border-radius: 5px;
	padding-top:3px;
	margin-bottom:7px;
	cursor:pointer;
	text-align:center;
	margin-left:317px;
}

.botonGraficaImprimir:hover
{
	background-color:#4f4f4f;
}

.checkboxGrafica
{
	float:left; 
	margin-top: 8px;
	margin-left:2px;
}

.graficaImprimir
{
	text-align:center;
}

.graficaImprimir img
{
	width:20px;
	height:20px;
	cursor:pointer;
}

.login
{
	min-height:500px;
	margin: auto;
	width:1004px;
	margin-top:-5px;
	background-color:#FFF;
	padding:10px 10px 10px 10px;
}

.fotografia
{
	text-align:center;
}

.fotografia img
{
	width:320px;
	height:240px;
}

#nuevaFoto img
{
	width:200px;
	height:200px;
}

.moli
{
	font-size:10px !important;
}

.leyendasGrandes
{
	font-size:9px !important;
	/*width:40px !important;*/
}

.leyendasOcultas
{
	display:none;
}

.graficaContenido
{
	width:700px;
	height:400px;
	margin-top:50px;
	margin-left:10px;
}
.graficaContenido > h3
{
	font-size:13px;
}
.graficaContenido > p
{
	font-size:14px;
}


/*TABLA PARA EL ODONTOGRAMA*/
.tablaOdontograma
{
	color:#000;
	font-weight:100;
	cursor:pointer;
	border-collapse:collapse;
	width:100%;
}

.tablaOdontograma td
{
	width: 5.88%;
}

.tablaOdontograma td img
{
	max-width:67px;
	max-height:67px;
}

.tablaOdontograma td div.sobrePuesto1
{
	width:29.3px;
	height:28px;
	top:59px;
	position:absolute;
	background-color:#FFF;
}

.tablaOdontograma td div.sobrePuesto1 > img
{
	max-width:100%;
	max-height:100%;
}


.tablaOdontograma td div.sobrePuesto2
{
	width:29.3px;
	height:28px;
	top:119px;
	position:absolute;
	background-color:#FFF;
}

.tablaOdontograma td div.sobrePuesto2 > img
{
	max-width:100%;
	max-height:100%;
}

.tablaOdontograma td div.sobrePuesto3
{
	width:29.3px;
	height:28px;
	top:203px;
	position:absolute;
	background-color:#FFF;
}

.tablaOdontograma td div.sobrePuesto3 > img
{
	max-width:100%;
	max-height:100%;
}

.tablaOdontograma td div.sobrePuesto4
{
	width:29.3px;
	height:28px;
	top:263px;
	position:absolute;
	background-color:#FFF;
}

.tablaOdontograma td div.sobrePuesto4 > img
{
	max-width:100%;
	max-height:100%;
}



.tablaOdontograma td.rellenoHorizontal
{
	height:30px;
}

.tablaOdontograma td.rellenoHorizontal > div
{
	width:100%;
	background-color:#000;
	height:8px;
}


.tablaOdontograma td.rellenoVertical
{
	/*height:30px;*/
	text-align:center !important;
}

.tablaOdontograma td.rellenoVertical > div
{
	width:8px;
	background-color:#000;
	height:71px;
	margin-left:10px;
}