#GranContenedor{
	position: absolute;
	top: 25px;
	left: 0px;
	width: 100%;
	height: auto;
	margin-bottom:15px;
}

#Contenedor{
	margin: 0 auto;
	width:938px;
	height:auto;
	background-image:url(../imagenes/BackgroundEncabezado.png);
	background-repeat:no-repeat;
	min-height:500px;
	-moz-box-shadow: -1px 1px 10px #000000;
    -webkit-box-shadow: -1px 1px 10px #000000;
    box-shadow: -1px 1px 10px #000000;
	
	border-top-left-radius:32px;
	border-top-right-radius:32px;
	
	moz-top-left-radius:32px;
	moz-top-right-radius:32px;	
	
	webkit-top-left-radius:32px;
	webkit-top-right-radius:32px;	
	
	padding-top:10px;
}
.Cuerpo {
	width:938px;
	min-height:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	top:110px;
}

.Principal {
	width:938px;
	height:820px;
	margin-top:120px;
	background-color:rgba(255,255,255,0.65);	
	border-top:5px solid #FFFFFF;
}

.PrincipalHome {
	width:938px;
	height:1220px;
	margin-top:120px;
	background-color:rgba(255,255,255,0.65);	
	border-top:5px solid #FFFFFF;
}

.footer{
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	text-align: center;
	width:938px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:rgba(0,0,0,0.9);

	border-bottom-left-radius:32px;
	border-bottom-right-radius:32px;
	
	moz-bottom-left-radius:32px;
	moz-bottom-right-radius:32px;	
	
	webkit-bottom-left-radius:32px;
	webkit-bottom-right-radius:32px;
	
	-moz-box-shadow: -1px 1px 5px #000000;
    -webkit-box-shadow: -1px 1px 5px #000000;
    box-shadow: -1px 1px 5px #000000;	
}

.logo{
	padding-top:50px;
	}

ul.sdt_menu{
	margin:0;
	padding:0;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:14px;
	width:auto;

}

ul.sdt_menu a{
	text-decoration:none;
	outline:none;
	
}

ul.sdt_menu li{
	float:left;
	width:170px;
	height:120px;
	position:relative;
	cursor:pointer;
	border:none 0px #000000;
}

ul.sdt_menu li a{ 
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	height:85px;
	z-index:12;
	background:transparent url(../imagenes/overlay.png) no-repeat bottom right;
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
}

ul.sdt_menu li a img{
	border: none;
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: 0px;
	left: 85px;
	z-index: 100;
	-moz-box-shadow: 0px 0px 4px #FFF;
	-webkit-box-shadow: 0px 0px 4px #FFF;
	box-shadow: 0px 0px 4px #FFF;
}

ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:25px;
	left:0px;
	width:170px;
	height:0px;
	z-index:15;
}

ul.sdt_menu li span.sdt_active{
	position:absolute;
	/*background:#111;*/
	background-image:url(../imagenes/bgMenu.png);
	top:85px;
	width:170px;
	height:0px;
	left:0px;
	z-index:14;
	-moz-box-shadow:0px 0px 4px #FFF inset;
	-webkit-box-shadow:0px 0px 4px #FF inset;
	box-shadow:0px 0px 4px #FFF inset;
}

ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
	margin-left:15px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000000;
}

ul.sdt_menu li span span.sdt_link{
	color:#fff;
	font-size:24px;
	float:left;
	clear:both;
}

ul.sdt_menu li span span.sdt_descr{
	color:#FFFFFF;
	float:left;
	clear:both;
	width:155px; /*For dumbass IE7*/
	font-size:10px;
	letter-spacing:1px;
}

ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	width:170px;
	overflow:hidden;
	height:170px;
	top:85px;
	left:0px;
	display:none;
	background:#000;
}

ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:30px;
	color:#0B75AF;
}

ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:15px;
}

ul.sdt_menu li div.sdt_box a:hover{
	color:#fff;
}

#slider_container_2 { float: left; width:936px; height: 300px;}

.SliderName_2 {
	margin: 0 auto;
	position:realtive;
	width: 938px;
	height: 300px;
	overflow: hidden;
}

.SliderNamePrev_2 {
	background: url(../imagenes/left.png) no-repeat left center;
	background-color:rgba(255,255,255,0.8);
	width: 50px;
	height: 300px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.SliderNameNext_2 {
	background: url(../imagenes/right.png) no-repeat right center;
	background-color:rgba(255,255,255,0.8);
	width: 50px;
	height: 300px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}

#SliderNameNavigation_2 {
	margin: 0;
	padding: 5px 0 0 0;
	height: 38px;
	text-align: center;
	overflow-y: hidden;
}

#SliderNameNavigation_2 a:link, #SliderNameNavigation_2 a:active, #SliderNameNavigation_2 a:visited, #SliderNameNavigation_2 a:hover{
	margin: 0;
	padding: 3px;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}

#SliderNameNavigation_2 a img{
	border: none;
	width: 35px;
	height: 35px;
	background: url(../imagenes/bullet.png) no-repeat center center;
}

#SliderNameNavigation_2 a.active img{
	background: url(../imagenes/bullet_active.png) no-repeat center center;
}

.c {
	clear: both;
}

.ContenidoIzquierda{
	width:440px;
	height:420px;
	float:left;
	background-image:url(../imagenes/BackgroundIzquierda.png);
	background-repeat:no-repeat;
	padding: 30px 0 0 30px;
}

.ContenidoDerecha{
	width:430px;
	height:420px;
	margin-left:488px;
	background-image:url(../imagenes/BackgroundDerecha.png);
	background-repeat:no-repeat;
	padding: 30px 0 0 30px;
}

.ContenedorClientes {
	width:938px;
	height:400px;
	line-height:40px;
	overflow:hidden;
	background-color:rgba(255,255,255,0.5);
	margin: 10px 0 10px 0;
}

a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:150px;
  color: #FFFFFF;
  text-shadow:2px 2px 2px #000000;
  font-size:9pt;
  background:rgba(0,0,0,0.7);
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 25px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid rgba(0,0,0,0.7);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 155px;
  left: 50%;
  margin-left: -75px;
  z-index: 999;
}