@charset "utf-8";
/* 
 * @CSS Document
 * @Estilo sitio web
 * @Archivo style.css
 * @ruta /
 * @copyright Copyright Web-Gdl.com 2011
 * @contacto http://www.web-gdl.com 
 * @mail: webmaster@web-gdl.com
 * @version 3.3
*/

* {
	font-family:Calibri, Helvetica, Arial, Verdana;
}
html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
	background-color:#FFFFFF;/* background: url(images/bg.jpg) top repeat-x #FFFFFF; */
}
body {
	font-size: 13px;
}
a:link, a:visited, a:active {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#006699
}
a:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#09F;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
textarea, input, select {
	color:#000000;
}
.cabeza {
	width:970px;
	height:20px;
	background:url(images/cabeza.png) top center no-repeat;
}
.submenu {
	width:970px;
	height:120px;
	background:url(images/menu.png) center repeat-y;
}
.cuerpo {
	width:970px;
	background:url(images/cuerpo.png) center repeat-y;
}
.subcuerpo {
	/* width:920px; */
	background-color:#FFFFFF;
}
.pie {
	width:970px;
	height:38px;
	background:url(images/pie.png) top center no-repeat;
}
.final {
	width:970px;
	height:60px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:url(images/final.png) top center no-repeat;
}
.menu {
	height:36px;
	width:499px;
	text-align:center;
}
#menu1 {
	list-style: none;
}
#menu1 ul {
	margin: 0;
	padding: 0;
}
#menu1 ul li {
	display: inline;
	color:#FFFFFF
}
#menu1 ul li a {
	font-size: 14px;
	font-weight:bold;
	color: #808080;
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
	margin-right: 8px;
	padding: 5px;
}
#menu1 ul li a:hover {
	color: #FFFFFF;
	background:url(images/over_menu.png) #0066CC top repeat-x;
	border-radius:6px !important;/*
	-webkit-border-radius:6px !important;
	-moz-border-radius:6px !important;
	-khtml-border-radius:6px !important;
	*/
}
.hide {
	display:none;
}
.ver {
	display:block;
}
.txt {
	text-align:justify;
	font-weight:normal;
}
.copy {
	font-size:11px
}
.big {
	font-size:larger;
}
.txt-blanco {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.txt-negro {
	font-size:13px;
	color: #000000;
	font-weight: bold;
}
.txt-gris {
	font-size:20px;
	color: #808080;
	font-weight: bold;
}
.txt-azul {
	font-size:16px;
	color: #0066CC;
	font-weight: bold;
}
.txt-marino {
	font-size: 18px;
	color: #0066CC;
	font-weight: bold;
}
.lista ul li {
	padding:10px;
}
#clinicas td {
	border-left:dotted #CCCCCC 1px;
	border-bottom:dotted #CCCCCC 1px;
}
#clinicas table {
	border-right:dotted #999999 1px;
	border-top:dotted #999999 1px;
}
img {
	border: none;
}

