/* CSS Document */
@charset "utf-8";


#menu {
	height: 28px;
	background-image: url(../imgs/bkg-menu.gif);
	background-repeat:  repeat-x;
	background-color: #095581;
}
/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:100;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* use the table to position the dropdown list */
.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
	margin: 0px;
	padding: 0px;
}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	text-decoration:none;
	text-align: center;
	color: #FFFFFF;
	width: 115px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #06F;
	padding: 7px;
	height: 8px;
}
/* style the links hover */
.menu :hover{
	background-image: url(../imagenes/fondos/menu-rojo.gif);
	background-repeat: repeat-x;
	background-color: #095581;
}

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:149px;
	height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}

/* atributos de texto*/
.tex-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
.tex-submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	background-color: #0977B7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
/* atributos de texto*/
body {
	margin-top: 0px;
	background-color: #D8E1E6;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #095987;
	margin-top: 0px;
	font-weight: normal;
	line-height: 135%;
	margin-bottom: 10px;
}
p a {
	color: #095987;
	font-weight: normal;
}

p a:visited {
	color: #095987;
	font-weight: normal;
	}
	
p a:hover {
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 30px;
	padding: 0px;
	margin-top: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #E78E02;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h3, h3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E78E02;
	margin-bottom: 20px;
	text-decoration: none;
	display: block;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #095987;
	margin-bottom: 15px;
	padding-top: 2px;
	margin-top: 2px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #095987;
	margin-bottom: 15px;
	padding-top: 2px;
	margin-top: 2px;
	text-decoration: none;
	}
h5 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #095987;
	margin-bottom: 5px;
	padding-top: 2px;
	margin-top: 2px;
	text-decoration: none;
	display: block;
}
h5 a:visited {
	text-decoration: none;
}
li, li a {
	color: #095987;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 6px;
	font-weight: normal;
}

li a:visited {
	color: #053654;
	font-weight: normal;
}

li a:hover {
	text-decoration:none;
}
.contacto, .contacto a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}

.contacto a:visited {
	color: #CCC;
}

.contacto a:hover {
	text-decoration:none;
}
.sociedades {
	margin-right: auto;
	margin-bottom: 7px;
	border: 1px solid #C6C7C7;
	margin-left: auto;
}
#caja1 {
	background-image: url(../imgs/fondo.gif);
	background-repeat:  repeat-y;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#banner {
	height: 110px;
	width: 840px;
	background-image: url(../imgs/bkg-banner.gif);
	background-repeat:  repeat-x;
	margin-right: auto;
	margin-left: auto;
}
#titulo {
	width: 400px;
	float: left;
	padding-top: 30px;
}
#swf {
	width:300px;
	float: right;
}
#main {
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}
#contenido {
	background-color: #FBFBFB;
	background-image: url(../imgs/bkg-cont.gif);
	background-repeat:  repeat-x;
	border: 1px solid #C6C7C7;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#columna1 {
	width: 535px;
	float: left;
	margin-right: 15px;
}
#columna2 {
	float: left;
	width: 205px;
	padding: 7px;
	margin-left: 5px;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#pie {
	height: 30px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0B6DA6;
	padding: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#pie2 {
	background-image: url(../imgs/bkg-pie.gif);
	width: 870px;
	height: 28px;
	margin-right: auto;
	margin-left: auto;
}
#separador {
	height: 1px;
	clear: both;
}
#recuadro {
	width:250px;
	float: left;
	height: 220px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 10px;
	padding-right: 6px;
	margin-bottom: 15px;
}
#sociedad {
	height: 170px;
	width: 155px;
	float: left;
	margin-bottom: 15px;
	margin-right: 9px;
	margin-left: 9px;
}
#endodoncia {
	width: 220px;
	height: 230px;
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;
}
#contactenos {
	background-image: url(../imgs/contactenos.jpg);
	background-repeat: no-repeat;
	width: 205px;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 7px;
	padding-bottom: 15px;
}
.menu01 {
	float: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	height: 28px;
	line-height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0B6DA6;
	text-decoration: none;
}
.menu01 a, a:visited {
	color: #FFFFFF;
}
.menu01 a:hover {
	background-image: url(../imgs/bkg-menu2.gif);
	background-repeat:  repeat-x;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BE5B01;
	font-weight: normal;
}

.nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BE5B01;
	font-weight: bold;
}

.nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #964801;
}
.nav a:hover {
	text-decoration: none;
}
.imagenes {
	padding: 7px;
	background-color: #FFFFFF;
	border: 1px solid #C6C7C7;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.img1 {
	float: left;
	margin-right: 5px;
	background-image: url(../imgs/sombra.gif);
	height: 83px;
	width: 110px;
	padding-right: 7px;
	padding-bottom: 7px;
}
.img2 {
	float: left;
	margin-right: 5px;
	background-image: url(../imgs/sombra.gif);
	padding-right: 7px;
	padding-bottom: 7px;
	background-position: right bottom;
}

.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	margin-bottom: 5px;
}
/* formulario */
.cajaform1 {
	width: 255px;
	background-color: #CCCCCC;
	margin-bottom: 7px;
}
.cajaform1-1 {
	margin-top: 5px;
	margin-bottom: 10px;
}
.cajaform2 {
	width: 250px;
	height: 140px;
	margin-top: 5px;
	background-color: #CCCCCC;
	margin-bottom: 5px;
}
.texto-1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0859AF;
	margin: 0px;
	font-weight: normal;
}
#formulario {
	width:260px;
	margin-left:auto;
	margin-right:auto;
}
.caja2 {
	background-color: #EFF5F5;
	border: 1px solid #B6C5C7;
	padding: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(../imgs/fondo-cdc.jpg);
	background-repeat: no-repeat;
}
.caja3 {
	background-color: #EFF5F5;
	border: 1px solid #B6C5C7;
	padding: 7px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.margencero {
	margin:0;
}
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../imgs/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../imgs/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../imgs/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	margin: 5px 0;
	outline: none;
	background-color: transparent;
	background-image: url(../imgs/closelabel.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
.separador {
	clear:both;
}
.imgs-noticias {
	border: 1px solid #999;
	float: left;
	padding: 3px;
	margin-right: 15px;
	margin-bottom: 7px;
}

