/* CSS Document */

/* PARA QUE EN IE6 FUNCIONEN LOS PNG TRANSPARENTES */
* html img,
* html .png{
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "img/vacio.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
/* ---- */


/*img, div,a { behavior: url(iepngfix.htc) }*/


body{
	margin:0px auto;
	/*width:1000px;*/
	background:url(../img/body_bg.gif) top left repeat-x #7d9498;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
		
}
html,body{ width:100%;/* height:100%;*/}

img{ border:none;}
p{ margin:0px;}
h1,h2,h3{ margin:0px;}
h1 span,h2 span,h3 span{ display:none;}
ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
h2{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#00A3E3;
	font-weight:normal;
	margin-bottom:15px;
}
#contPrincipal{
	/*float:left;*/
	width:1000px;
	overflow:hidden;
	height:100%;
	margin:0px auto;
	background:url(../img/bg.gif) top left repeat-y;
}
* html #contPrincipal{
	/*padding-right:32px;*/
}
#ul_services{
	list-style:square;
	margin:15px;
}
#pie{
	width:960px;
	height:50px;
	padding:13px 20px 13px 20px;
	margin:0px auto;
	/*float:left;*/
	display:block;
	background:url(../img/footer_bg.png) no-repeat;
	font-size:11px;
}
#pie #contpie{ /*width:520px; margin-left:280px;*/}
* html #pie #contpie{ /*width:520px; margin-left:140px;*/}
#pie div{/*float:left; width:100%;*/}
#pie ul li{
	color:#FFFFFF;
	float:left;
	margin-right:15px;
}
#pie a{ color:#FFFFFF; text-decoration:none; padding-left:7px; padding-right:7px;}
#pie a:hover{ color:#231F20;}
	
#col_izq{
	width:220px;
	float:left;
}

#centro{
	width:700px;
	float:left;
	margin-left:10px;
	overflow:hidden;
	height:100%;
}
#centro #mainIMG{
	width:700px;
	height:235px;
}
#cuadroTexto{
	width:700px;
	background:url(../img/medio_cuadro.gif) top left repeat-y;
	color:#333333;
	float:left;
	line-height:17px;
}
#cuadroTexto h2{ line-height:normal;}
#cuadroTexto #tope{
	width:700px;
	height:40px;
	background:url(../img/top_cuadro.gif) top left no-repeat;
}
#cuadroTexto #cuadroCentro{
	width:620px;
	min-height:175px;
	background:url(../img/bottom_cuadro.gif) bottom left no-repeat;
	padding:0 40px 60px 40px;
	float:left;
}
#cuadroTexto #cuadroCentro #t_image{ color:#00A3E3;}
#cuadroTexto #cuadroCentro a{ color:#54B948; text-decoration:none;}
#cuadroTexto #cuadroCentro a:hover{ text-decoration:underline;}

#separador{
	margin:15px 0 15px 0;
	border-bottom:1px solid #d6d6d7;
	width:100%;
	height:1px;
}
#lenguaFeedbacks{
	width:160px;
	height:685px;
	background:url(../img/lengua_feedback.jpg) no-repeat;
	padding:30px 30px 30px 30px;
	color:#FFFFFF;
	float:left;
	line-height:17px;
}
#clientLogin,#clientLogin a{
	font-size:11px;
	color:#7BC143;
	font-weight:bold;
	text-decoration:none;
}

#sombizq{
	width:35px;
	height:750px;
	background:url(../img/bg_izq.gif) top left repeat-y;
	float:left;
}
#sombder{
	margin-left:15px;
	width:20px;
	height:750px;
	background:url(../img/bg_right.gif) top left repeat-y;
	float:left;
}
* html #sombder{ margin-left:11px; }