
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:url(img/back.jpg) repeat-x #006699;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
 background:#FFF
}
#header {
 color: #333;
 width: 922px;
 float: left;
 border: 1px solid #ccc;
 height: 75px;
 background: url(img/logoLab.gif) no-repeat #FFF;
}
#navigation {
float: left;
 width: 922px;
 color: #333;
 margin: 0px 0px 0px 0px;
 background: url(img/medio.jpg) no-repeat;
 height:104px;
}

ul{list-style-type:none; padding:0px;}


#leftcolumn { 
 color: #333;
 background: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;

 width: 170px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 456px;
 display: inline;
}

#pruebas{
overflow:scroll;
height:740px;

}

H1 {color:#00607D; font-size:26px; line-height:24px; font-family:Arial; letter-spacing:-1px;}
.first{ color:#024F66; font-size:32px; font-family:Arial; font-weight:bold; letter-spacing:-1px;}

.info{
	   font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 12px;
        margin-top: .5em; color: #666666;
		text-align:justify;
		width:400px;
			line-height: 18px;
			border-bottom:#666666 dotted 1px;
}

H2 {color:#00607D; font-size:18px; line-height:24px; font-family:Arial; letter-spacing:-1px; width:380px;}
.firstB{ color:#024F66; font-size:22px; font-family:Arial; font-weight:bold; letter-spacing:-1px;}


.date{	
	font-family: Georgia,"Times New Roman",serif;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#007599;
}


#rightcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;

 width: 220px;
 float: left;
}
.naranja{
	font-size: 23px;
	font-weight: bold;
	color:#cc6600;
	letter-spacing: -0.4pt;
}
.gris{
	font-size: 13px;
	font-weight: bold;
	color:#5e5e56;
	letter-spacing: -0.2pt;
}

#sugerencias{
	background: url(img/sugerencias.gif)  no-repeat;
	width:230px;
	height:198px;
	padding:7px;
}

.in{
	background:url(img/input.gif) no-repeat;
	width:216px;
	height:20px;
}
INPUT{
	border:none;
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	color:#666666;
}
textarea{
	background:url(img/textArea.gif) no-repeat;
	width:217px;
	height:89px;
	border:none;
	overflow:hidden;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
.boton{
	width:129px;
	height:20px;
	background:url(img/botonEnvia.gif) no-repeat;
}

.leftmenu{width:190px; list-style-type:none;}
.leftmenu li{width:160px; height:22px; border-bottom:1px dashed #AECCCA;}
.leftmenu li a{width:160px; height:22px; display:block; background:url(img/bullet-normal.gif) 0 7px no-repeat; color:#760000; line-height:22px; text-decoration:none; padding:0 0 0 15px;}
.leftmenu li a:hover{background:url(img/bullet-hover.gif) 0 7px no-repeat #0099CC; color: #FFF; line-height:22px; text-decoration:none; padding:0 0 0 15px;}
ul.leftmenu li.Solutions{width:160px; height:30px; display:block; background:url(img/inicio.gif) 0 10px no-repeat; color:#760000; line-height:22px; text-decoration:none; padding:0 0 0 15px;}


#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}