/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#f8f8f8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}
#web{
	background-color:#FFFFFF;
	width:688px;
}
.border_left{
	background-image:url(img/border-left.gif);
	background-position:right;
	background-repeat:repeat-y;
	width:22px;
}
.border_right{
	background-image:url(img/border-right.gif);
	background-position:left;
	background-repeat:repeat-y;
	width:22px;
}
#footer{
	background-image:url(img/footer.gif);
	height:29px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;	
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.recent{
	padding-top:3px;
	height:34px;
	vertical-align:top;
}
.col_contenido{
	padding:5px 10px 5px 10px;
	background:url(img/sep-point.gif);
	background-repeat:repeat-y;
	background-color:#f7f7f7;
	width:204px;
	vertical-align:top;
}
.project_tit{
	font-size:14px;
	font-weight:bold;
	color:#666666;
}
.project_tit2{
	font-size:14px;
	font-weight:bold;
	color:#006699;
}
.sep{
	background-image:url(img/sep-cont.gif);
	background-repeat:repeat-x;
	height:2px;
}
.cont{
	width:390px;
	padding:15px 15px 10px 15px;
	text-align:justify;
}
.tit_cont{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#048dd3;
	font-size:16px;
	font-weight:bold;
}
.page{
	list-style-image:url(img/flechita.gif);
}
.cont a{
	color:#048dd3;
	text-decoration:none;
}
.cont a:hover{
	text-decoration:underline;
}
.imagen{
	border:1px solid #048dd3;
	margin:0 4px 0 4px;
	padding:2px;
}