body{
   font-family: "Tahoma", serif;
}
a,img {
	border:0px;
	text-decoration:none;
}
a:visited {
	border:0px;
	text-decoration:none;
}
.header{
   width:1000px;
   height:150px;
   background-image:url(imagenes/logo.jpg);
   background-repeat:no-repeat;
   margin-top:0px;
   float:left;
}
.top table td{
   font-size:13px;
}
.menu{
   width:1000px;
   margin-top:2px;
   margin-bottom:2px;
   float:left;
}
.menu table{
   float:right;
}
.center{
   width:1000px;
   height:400px;
   margin-top:0px;
   float:left;
   border:1px solid #0c69be;
   background-image:url(imagenes/bg_cuerpo.jpg);
}
.content{
   width:760px;
   height:350px;
   margin-top:25px;
   margin-left:125px;
   border:1px solid #d7d7d7;
   background-image:url(imagenes/bg_cuerpo.jpg);
}
.center_content{
   width:736px;
   height:325px;
   margin-top:11px;
   margin-left:11px;
   border:1px solid #0c69be;
   background-image:url(imagenes/deg.jpg);
}
.services{
   width:1000px;
   margin-top:30px;
   margin-bottom:30px;
   float:left;
   padding:1px;
   border:1px solid #0c69be;
}
.sep_servicios{
   width:130px;
   height:160px;
   float:left;
   margin-left:0px;
   background-image:url(imagenes/sep.jpg);
   border:1px solid #0c69be;
}
.detalle_servicios{
   width:250px;
   height:160px;
   float:left;
   margin-left:30px;
   border:1px solid #d7d7d7;   
   background-image:url(imagenes/bg_servicio.jpg);
   background-color:#fbfbfb;
}
.titulo_servicio{
   float:left;
   width:235px;
   margin-left:5px;
   margin-top:5px;
   font-family: "Tahoma", serif;
   font-size:15px;
   font-weight:bold;
   color:#173f79;
   text-align:center;
}
.texto_servicio{
   float:left;
   width:235px;
   margin-left:5px;
   margin-top:5px;
   font-family: "Tahoma", serif;
   font-size:13px;
   color:#173f79;
   text-align:left;
}
.footer{
   width:1000px;
   margin-top:0px;
   float:left;
   border:1px solid #0c69be;
   padding:1px;
}
.titulo_sugeridos{
   float:left;
   width:990px;
   margin-left:10px;
   margin-top:5px;
   font-family: "Tahoma", serif;
   font-size:15px;
   font-weight:bold;
   color:#173f79;
   text-align:left;
}
.info_pagina{
   width:1000px;
   margin-top:15px;
   float:left;
   padding:1px;
}
.info_pagina span{
   float:left;
   width:995px;
   font-family: "Tahoma", serif;
   text-align:center;
   color:#173f79;
   font-size:13px;
}

/*big menu*/

#kwick {
	position: relative;
	margin-top: 0px;
    float: left;
}

#kwick ul{
       list-style:none;
	   margin-left: 0px;
       }
.kwicks {
	display: block;
    width: 735px;
	height: 300px;
	margin: 0px;
    float: left;
    padding: 0px;
}

#kwick li {
	float: left;
}

li:after {
	content: "";
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 325px;
	width: 180px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
    outline: 0; 
    background: #3661a6 url(imagenes/1.jpg) ; 
}

#kwick .opt2 {
    outline: 0; 
    background: #3661a6 url(imagenes/2.jpg);
}

#kwick .opt3 {
  outline: 0; 
  background: #3661a6 url(imagenes/3.jpg);
}

#kwick .opt4 {
    outline: 0; 
    background: #3661a6 url(imagenes/4.jpg);
	border-right: 0;
}
