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


body {
	
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {outline: none;}
h2,h3,h4,h5,h6{
	color:#006f51;
	}
h2{
	font-size:20px;
	
	}
h5{
	font-size:14px;
	
	}
.container{
	
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*height:560px;*/
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	}
.menuLeft{
	height:100%;
	
	top:0px;
	
	
	}

.imageRight{
	padding-left:15px;
	
	}
#news {
	/*height:449px;*/
	width:250px;
	background-image:url(../images/Website-Option3-KH_06.jpg);
	
}
#menu {
	
	/*height:449px;*/
	width:198px;
	
	vertical-align:top;
	background-image:url(../images/MSC-3026-IT-secondary_03.jpg);
	
}
#menuMiddle {
	
	/*height:449px;*/
	width:198px;
	
	vertical-align:top;
	background-image:url(../images/MSC-3026-IT-secondary_03.jpg);
	
}
#menuBg {
	
	/*height:449px;*/
	background-image:url(../images/MSC-3026-IT-secondary_03.jpg);
	
}
#menuFooter {
	
	/*height:449px;*/
	width:196px;
	vertical-align:bottom;
	position:fixed;
	bottom:0px;
	background-image:url(../images/MSC-3026-IT-secondary_03.jpg);
	
}
#flash {
	
	/*height:449px;*/
	width:566px;
	
	
}
#text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*padding-right:260px;*/
	
	
	
	
}

.content #content {
	background-image:url(../images/layout-1/images/MSC-3025-web-home-page-1_04.jpg);
	height:177px;
	width:163px;
	
	
	/*font-size:12px;*/
}

#footer{
	vertical-align:bottom;
	color:#FFF;
	bottom:0px;
	
}
.footerLeft{
	vertical-align:bottom;
	color:#FFF;
	bottom:0px;
	
}

.content #content td{
	/*padding:20px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:60px;
	
}
.content #news td{
	/*padding:20px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 163px;
	text-align: center;
	
}
.bullets{
	background-image:url(../SpryAssets-secondary/MSC-3025-whp-barra.png);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	
	}
.subBullets{
	padding-left:5px;
	
	}

.container #footer td {
	/*padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding-left:0px;
	vertical-align:bottom;
	bottom:0px;
	}
.container #footer a:link{
	
	color:#030;
	}
.container #footer a:visited{
	
	color:#030;
	}
.form{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	background-color:#FFF;
	}
#contenido{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	background-color:#FFF;
	}
.titles{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	color:#016f52;
	font-weight:bold;
	
	}
.subTitles{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	
	color:#016f52;
	font-weight:bold;
	
	}
.links{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#08aac7;
	font-weight:bold;
	
	}

.whiteType{
	
	color:#FFF;}
	
	
/*------------------------------------------------------------------------------------
 Pie de página
------------------------------------------------------------------------------------*/
 
#footer-secondary                                         {
	clear:both;
	background:none;
	height:36px;
	width:198px;
	position:fixed;
	bottom:0em;
	left:0;
	border-top:1px solid #05626C;
	vertical-align: bottom;
}
* html #footer                                  {position:static;} /*  Footer esttico en IE6  */ 
* html                                          {background:#000A0F;} /*  Fondo negro en IE6  */ 
      #copy                                     {width:198px;color:#C9FFFF;font:11px Tahoma,Verdana, Sans-serif; margin-top:10px}
            #copy a                             {color:#C9FFFF;}
            #copy span                          {float:left;margin:0px 0 0 0;}
            #copy #w3c                          {float:right;margin-right:0px;}
	
	
	
	
	

