@charset "utf-8";
/* 
CSS checksmart
 by Pakore
ver 1.0

*/

/* Normalization de margins y paddings */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, img, p
	{margin:0px; padding:0px;}
/* Normalization de fonts para titles*/
h1, h2, h3, h4, h5, h6
	{font-size:100%;}
/* Remove style from lists*/
ol, ul
	{list-style:none;}
/* Normalization of size and font weight */
address, caption, cite, code, dfn, em, strong, th, var, br, p
	{font-style:normal; font-weight:normal;}


html {
width:100%;
height:100%;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#323232;
	font-size: 12px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#f5f5f3;
	margin:0px;
	height:100%;
	}


#top {
	width:950px;
	height:349px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#medio {
	width:100%;
	height: auto;
	position:relative;
	background-image:url(images/bg1.gif);
	border-bottom:3px solid #fff;
}

#bottom {
	width:100%;
	height:202px;
	position:relative;
	background-color:#deddd8;
	border-bottom:solid  #FFF 2px;
	float:left;
}

#contenido_home{
	width:650px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#contenido_home h3{
	font-size:15px;	
	line-height:40px;
	color:#fff;

}

#contenido_home h4{
	font-size:16px;
	color:#008aff;
	font-weight:bold;
}

#contenido_home h5{
	font-size:22px;
	color:#008aff;
	font-weight:bold;
}

#contenido{
	width:605px;
	height:auto;
	background-color: #fff;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding:10px 20px 15px 20px;
	margin-bottom:10PX;
	text-align:justify;
	}
	


.imgen_noticias{
	margin:5px 10px 5px 0;
	border:solid 1px #CCC;

	}

#noticia {
	border-bottom: #CCC solid 1px;
	position:relative;
	width:605px;
	height: auto;
	float:left;
	padding-bottom:25px;
	margin: 0px 0 25px 0;	
}


#noticia p{
	width: auto;

}

.title_img {
	padding-top:7px;
	position:relative;
	float:left;
	}


.box{
	width:350px;
	line-height:25px;
	background-color: #F8F8F8;
	border:1px solid #CCC;
	font-size:12px;
	
	}

.boton {
	width:80px;
	height:30px;
	}

#footer{
	width:650px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	color: #999;
	text-align:center;
}

#footer a{

	font-size:10px;
	color: #999;
	text-align:center;
}


#noticias{
	width:204px;
	height:140px;
	padding: 40px 10px 10px 15px;
	position:relative;
	float:left;
	border-right: dotted #656363 1px;
	background-color:#2a2727;
	background-image:url(images/u_not.gif);
	background-position:left top;
	background-repeat:no-repeat;
	
}

#noticias a{
	text-decoration:none;
	color:#FFF;
	
}

#noticias a:hover{
	text-decoration: underline;

}

#noticias h2{
	color:#ff9600;
	font-size:11px;
	font-weight:bold;
}

#noticias p{
	color:#fff;
	font-size:11px;
	padding-bottom:12px;
	margin-bottom:12px;

}

#noticias .titulo{
	color:#008aff;
	font-size:11px;
	font-weight:bold;
}


#soluciones{
	width:186px;
	height:140px;
	position:relative;
	float:left;
	border-right: dotted #656363 1px;
	background-color:#221f1f;
	background-image: url(images/solu.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:40px 10px 10px 10px;
	color:#FFF;
}


#soluciones a{
	color:#FFF;
	text-decoration:none;
  	font-size:12px;
	background-image:url(images/check.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:20px;
	line-height:20px;
	float:left;
	position:relative;
	padding-bottom:8px;
	width:160px;
}


#soluciones a:hover{
	text-decoration:underline;
	color:#008aff;

}


#casos_exito{
	width:173px;
	height:140px;
	position:relative;
	float:left;
	background-color:#2a2727;
	background-image: url(images/c_exito.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:50px 0 0 40px;
}


#banner{
	width:650px;
	height:202px;
	margin-left:auto;
	margin-right:auto;
}

strong  {
	font-weight:bold;
	font-size:13px;
	color:#000;
	
	}


.inter{
	color:#F60;
	font-style:italic;
	}

.net{
	color:#000;

	}

a.interbissnet {
	color:#000;
	text-decoration:none;
	}
	

a.year {
	color:#000;
	text-decoration:none;
	float:right;
	width:auto;
	background-color:#FFF;
	height:25px;
	margin-left:4px;
	padding-left:13px;
	padding-right:13px;
	margin-top:15px;
	line-height:25px;
	margin-right:3px;
	font-size:13px;
	}

a.year:hover {

	background-color:#ccc;

	}

