/*
Theme Name: ARDP
Author: Metrik
*/
@import url('base.css');

body{
	background: #999 url(images/ribbon.gif) repeat-x;
}
#logo {
	position: relative;
	height: 157px;
	width: 246px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	top: -10px;
}
#s {
	float: right;
	width: 126px;
	height: 17px;
	background-color: #fff;
	border: none;
	font-size: 13px;
	margin-right: 8px;
}
#wrap{
	padding: 1px 0px 0px;
	width: 890px;
	margin: 0px auto;
	background-color: #fff;
	position: relative;
	top: -5px;
}
#main {
	background-repeat: no-repeat;
	padding:0px;
	margin:0px auto;
	position:relative;
	top:7px;
	background-position: center top;
}
.v1{background-image: url(images/main1.jpg);}
.v2{background-image: url(images/main2.jpg);}
.v3{background-image: url(images/main3.jpg);}
.v4{background-image: url(images/main4.jpg);}
.v5{background-image: url(images/main5.jpg);}
#main_interior{
	background-image: url(images/main_interior.jpg);
	background-repeat: no-repeat;
	width: 990px;
	padding:0px;
	margin:0px auto;
	position:relative;
	top:7px;
}
#menu {
	position:relative;
	font-weight:bold;
	cursor:default;
	width:660px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 21px;
	padding: 14px 9px;
	float: right;
	top: 50px;
	left: -20px;
}
#header {
	width: 930px;
	margin: 0px auto;
}

#menu a{
	color:#fff;
	padding:13px 10px;
}
#menu a:hover{
	text-decoration:none;
	background-image: url(images/blue_bg.png);
}
#contenido {
	width: 800px;
	margin: 0px auto;
	border-collapse: collapse;
	background-color: #fff;
}
#contenido td{vertical-align:top;}
#clusters {
	width: 800px;
	margin: 270px auto 0px;
	padding: 25px 45px 35px;
	background-image: url(images/clust_bg.png);
	background-repeat: no-repeat;
}
#dir_ejecutiva img {
	background-image: url(images/dir_ejecutiva.png);
	background-repeat: no-repeat;
	height: 73px;
	width: 273px;
}
#dir_ejecutiva {
	display: block;
	margin: 8px 0px;
}
#dir_ejecutiva:hover img {
	background-position: -274px 0px;
}
#com_clusters img {
	background-image: url(images/com_clusters.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 273px;
}
#com_clusters:hover img {
	background-position: -274px 0px;
}
#footer{
	width: 685px;
	margin: 0px auto;
	height: 80px;
	border-top: 1px solid #aaa;
	background-image: url(images/logo_footer.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 1.2;
	background-position: 45px 25px;
	background-color: #ddd;
	padding: 40px 45px 0px 160px;
}
#logo_gob {
	float: right;
	position: relative;
	top: -10px;
}
#inner_wrap {
	width: 900px;
	margin: 0px auto;
	padding: 20px 0px;
	position: relative;
}
.current_page_item { font-weight:bold;}
.current_page_item ul li{font-weight:normal;}
/*biblioteca*/
.post ul.dlm_download_list{
	padding:0;
	margin:0;
	list-style:none;
}
.dlm_download_list li{
	padding:5px 8px;
	border:1px solid #ccc;
	background-color:#fff;
	margin:0px 0px 12px;
}
.dlm_download_list .desc{
	font-size:11px;
	color:#666;
}
.wp-caption{
	background-color:#E8F4D5;
	border:1px solid #9AD275;
	padding-left:12px;
	font-size:0.85em;
}
.taglist{
	font-size:85%;
}