@import url("reset.css");
/* -------------------------------------
Filename: base.css
Title : Primary CSS file for pp.com
Author : Pablo Carminatti, elcorumba@gmail.com
Description : This base style sheet imports other style sheets and ?
provides basic styling for XHTML elements for the pp web site ?
--------------------------------------- */
body {
	color: 		#000;
	font:		62.5% "Trebuchet MS",Vardana,Tahoma,sans-serif;
}
.clearfix:after {
	content:	" ";
	display:	block;
	height:		0;
	clear:		both;
	visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/*-----------WRAPPER-------------*/
#wrapper {
	background: #FFF;
	margin: 	0 auto; 
	width: 		946px;
	padding-top: 10px;
}

/*-----------HEADER-------------*/
#header{
	/*background:transparent url(../images/header.png) no-repeat left top;*/
	height:183px;
	position:relative;
	
}
#header h1{
	text-indent:-5000px;
	overflow:hidden;
}

/*----------MENU-----------------*/

#menu{
	background:transparent url(../images/back_menu.gif) repeat-x left top;
	position:absolute;
	bottom:0;
	width:926px;
	height:37px;
}
#menu ul li{
	float:left;
	position:relative;
}
#menu ul li a{
	padding:12px;
	background:transparent url(../images/vDiv.gif) no-repeat right top;
	color:#FFF;
	font-size:1.2em;
	font-weight:600;
	display:block;
}
#menu ul li a:hover{
	color:#A0CEEE;
	text-decoration:underline;
}
#menu #info,/*KRUGLE fix para ie 6 no soporta hover en elemento li*/
#menu #mm,
#menu #comm,
#menu #ppcan,
#menu ul li.submenu .subsh{/*sin usar por fix de arriba*/
	display:none;
	position:absolute;
	z-index:9999;
	top:36px;
	left:0;
	border-top:1px solid #004FB6;
	border-left:1px solid #CECECE;
	border-right:1px solid #CECECE;
	border-bottom:1px solid #CECECE;
}
#menu ul li.submenu:hover .subsh{
	display:block;
}
#menu #info li a, /*KRUGLE fix para ie 6 no soporta hover en elemento li*/
#menu #mm li a,
#menu #comm li a,
#menu #ppcan li a,
#menu ul li.submenu li a{/*sin usar por fix de arriba*/
	color:#000;
	font-size:.9em;
	background:#F5F5F5!important;
	display:block;
	width:180px;
}

/*menu form*/	
#menu form{
	float:right;
	position:absolute;
	right:45px;
	top:8px;
}
#menu form label{
	color:#A0CEEE;
	font-size:1.1em;
	font-weight:800;
	height:20px;
	display:block;
	background:transparent url(../images/input_left.jpg) no-repeat right top;
	float:left;
	padding:5px 15px 0 0;
}
#menu form input{
	background:transparent url(../images/input.jpg) repeat-x left top;
	border:none;
	height:20px;
	width:168px;
	color:#FFF;
	padding-top:3px;
	overflow:hidden;
}
#menu form #inpclose{
	background:transparent url(../images/input_right.jpg) no-repeat right top;
	height:21px;
	padding-right:12px;
	margin-right:3px;
	float:left;
}
#menu form button{
	background:transparent url(../images/find.gif) no-repeat left top;
	border:none;
	width:16px;
	height:16px;
	cursor:pointer;
	margin:5px;
}

/*----------CONTENT-------------*/
/*HOME*/
#content{
	background:transparent url(../images/back_content.gif) repeat-x left top;
	padding:15px 0;	
}
#inner-content{
	width:640px;
	float:right;
}
/*posts*/
.posts{
	float:left;
	clear:both;
	border-bottom:1px solid #E5E5E5;
	padding:15px 0;
}
.left_img{
	float:left;
	min-height: 255px;
	width:170px;
	background:transparent url(../images/back_post.png) no-repeat left bottom;
}
.left_img img{
	padding: 1px;
	border:1px solid #E5E5E5;
}
.posts>.left_img{
	min-height: 255px;
} 
.left_img a{
	background:transparent url(../images/zoom.png) no-repeat left center;
	text-indent:12px;
	/*margin:2px 0;*/
	display:block;
	color:#999;
	padding:5px 0;
}
.left_img a:hover{
	text-decoration:underline;
}
.right_cont{
	margin-left:15px;
	margin-right:15px;
	width:440px;
	float:left;
	clear:right;
	border: 0px solid #FF9900;
}
.right_cont h2{
	color:#2A4295;
	font-weight: bold;
	font-size:1.2em;
	margin:10px 0;
	overflow:hidden;
}
.right_cont p{
	font-size:1.1em;
	overflow:hidden;
	line-height:1.2em;
}
.fecha_post{
	background:transparent url(../images/fecha_back.png) no-repeat left top;
	font-family: "Trebuchet MS"
	height:27px;
	width:39px;
	color: #FFF;
	line-height:1.6em;
	font-size:2em;
	font-weight:bold;
	text-indent:4px;
	
}
.fecha_post span {
	height:27px;
	width:39px;
	color: #FF9900;
	line-height:1.6em;
	font-size: 11px;
	font-weight:bold;
	text-indent:4px;
	margin-left: 10px;
	
}
