@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #FFF;
	font: 80%/1.5em Arial, Tahoma, sans-serif;
	color: #555; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, Tahoma, Sans-serif;
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color:#999999; 
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color:#999999; 
}
h3 {
	font-size: 120%;
	color:#999999;
	border-top:1px;
	border-top-color:#CCCCCC; 
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #E5E5E5;
	/*padding: 10px;*/
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color:#FFDDBB;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(button-bg.jpg) repeat-x 0 0;
	border: none;
}

#wrap {
	width: 900px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
}
#header {
	min-height:55px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:55px /*IE6*/;	
	width: 100%;
	position: relative;
	background-color:#FFFFFF;
	padding: 0;	
	color: #FFF;	
	border: 1px solid #F28800;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 47px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px; left: 55px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}
#logo{
	float:left;
	width: 39%;
	height:55px;
	
}
#logo img{
	border:0px;
	padding:0px;
	margin:0px;
}
/* Menu */
#menu {
	float:right;
	margin: 0 auto; padding: 0;
	background: #F28800;	
	background: url(img/Fondo_boton.gif) repeat-x left top;
	font: bold 10px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 55px;
	width: 60%;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
	background: url(img/Fondo_boton.gif) repeat-x left top;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 5px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 5px;	
}
#menu ul li a:hover {
	color: #D4E59F;	
	background: url(img/Fondo_boton_hover.gif) repeat-x left top;
	height: 55px;
}
#menu ul li#current a {	
	color: #D4E59F;
}
#submenu{
	width:100%;
	height:20px;
	background-color:#FFF;
}
#submenu ul {
	list-style: none;
	margin:0; padding: 0;
}
#submenu ul li {
	display: inline;
}
#submenu ul li a {
	display: block;
	float: left;
	padding: 0 5px;
	color:#F28800;
	text-decoration: none;
}
#submenu ul li a:hover {
	background:#CCC;
	padding: 0 5px;
}
#subheader{
	width:100%;
	background:#FFFFFF;
	background-image:url(img/centro_medico_diagnosalud3.jpg);
	background-repeat:no-repeat;
	min-height:268px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:268px /*IE6*/;	
}
#subheader imput{
	width:50px;
}
#kodakandge{
	float:left;
	width:102px;
	margin-left:395px;
	_margin-left:200px;

}
#botonesvideo{
	float:right;
	width:300px;
	margin-top:3px;
}
#media{
	float:right;
	width:380px;
	_width:300px;
	height:auto;
	margin-bottom:5px;
	text-align:center;
}
#content {
	background:#FFFFFF;
	padding: 0; 
	width: 100%;
	min-height:400px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:400px /*IE6*/;	
	border: 1px solid #F28800;
}
#content h2 {
	margin: 5px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #F28800; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background:#EFEFEF;	
	text-transform: none;
}
#content h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}

#content ul li {
	list-style-image: url(bullet.gif);
}
/* Main Column */
#main {
	width: 100%;
	height:auto;
	
}
#izquierda {

	width:39%;
	_width:37%;
	float:right;
	background-color:#FFF8F0;
	margin-right:5px;
	margin-top:5px;
	text-align:justify;
	border: 1px solid #CCCCCC;

}
#izquierda hr {
	width:100%;
	color:#CCCCCC;
	height:1px;
}
#derecha {
	width:59%;
	_width:57%;
	float:left;
	margin-left:5px;
	text-align:justify;
}
#footer {
	margin-top:10px;
	color: #C6DDEE;
	background:#F28800;
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;	
	font-size: 92%;	
	border: 1px solid #F28800;
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

