@charset /* Reset defaults (no need to edit)*/ "utf-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline}:focus{outline:0}ol,ul,li{list-style-type:none}font-weight:400}
/* End Reset defaults (no need to edit above this line)*/

/*Import Custom Styles */
 style="border:1px solid black;"
/**************************** Site Structure *****************************/

html {
	font-size: 100%;
}


body {	font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	    /*line-height: 1.6em;*/
		border-top: 7px solid #EF3B24;
		/*background: #eaeaea url(../img/body_bg.png);*/
		color: #000;
}
 
#container {
	font-size: 1em;
	width:960px;
	border-radius: 5px;
	/* 
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	*/
	padding: 20px;
	margin: auto;
	position: relative;
	clear: both
}

.header {
	width: 1000px;
	margin: auto;
	height: 150px
}

#site_title {float: left; padding-top: 36px; padding-left:20px}
#site_title img {float: left}

#social_icons {

}

.wrap-articles {margin-left: -30px;}

.post-box {width: 388px; background: #f0f0f0; float: left; border: 1px solid #CCC;
           position: relative;
			border-radius: 5px; 
			-webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px #888888;
			height: 200px; 
			padding: 10px 22px; 
			margin: 0 0 30px 30px
}

.tab_article {margin: 20px 0; clear:both}

.tab_article img {float: left; width: 50px; height: 50px; margin-right: 12px}

.tab_article p {overflow: hidden; padding: 0; font-size: .9em; line-height:normal; font-style: italic}

.tab_article h3 {height: 30px}

.sidebar_right {float: right; width:300px}


#footer { 
		  width: 960px;
		  margin: 0 auto 20px;
		  padding: 20px 20px 50px; 
		  clear: both;
		  background: #333;
		  border-radius: 5px
}



/**************************** Typography *****************************/


.no_display {display: none;}

h1, h2, h3, h4 { font-family: 'Quicksand', sans-serif; } 

h1 {font-size: 34px;  padding: 20px 0; color: #000 }

h2, h3 {margin: 20px 0; color: #000; font-weight: normal; text-transform:normal}

h2 {font-size: 2em}

h3 {font-size: 2em}

h4 {font-size: 1.2em; font-weight: 700}

.heading_bg {background: url(../img/heading_bg.png) repeat-x 0 30px  }

.heading_bg h1, 
.heading_bg h2, 
.heading_bg h3, 
.heading_bg h4 {background: #FCFCFC; padding-right: 10px; display: inline-block}

#footer h3 {color: #888d92}


p {
	padding: 10px 0;
	font-size: 1em;
}

.post_meta {padding-bottom: 5px 3px}

.post_meta li {display: inline-block; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size: 12px; height: 16px; line-height:16px; padding-left: 22px; margin-right: 15px}

.post_meta_admin {background: url("../img/sprite.png") no-repeat 0 -64px}
.post_meta_date{background: url("../img/sprite.png") no-repeat 0 -80px}
.post_meta_comments{background: url("../img/sprite.png") no-repeat 0 0}

.excerpt {font-size: 1.4em; border-top: 1px dotted #999; border-bottom: 1px dotted #999; padding: 30px;}


small {font-family: Georgia, "Times New Roman", Times, serif; color: #999}

strong {font-weight: bold; font-size: 1.2em}

em {font-style: italic;}

a {color: #EF3B24; text-decoration: none}


#container ul li {list-style:none}
#container ol li {list-style: none}

#paginacion {

}
 
.derecha   { float: right; }
.izquierda { float: left;  }


