/*
	Theme Name: EE LaSalle v3
	Theme URI: 
	Description: Theme creado para Blog Encuentros Emprendedores
	Version: 3
	Author: Deryck O. Espinel
	Author URI: http://neuseed.com/
*/

@import "960/css/uncompressed/reset.css";
@import "960/css/uncompressed/text.css";
@import "960/css/uncompressed/960.css";

/*
Encuentros Emprendedores LaSalle Blog Stylesheet
----------------------------------------------------
Based on 960.gs CSS Framework

Colors
----------------------------------------------------
Bright Blue		#E9EDF2
Mid Blue		#6A88B3
Dark Blue		#00457C
Orange			#FDB813
Gray			#EEEEEE
Text			#333333
Gray Lines		#EBEBEB
Blue Lines		#B3C5D3

*/

body {
	font: 87.5%/1.5em Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-color: #002e63;
	color: #252525;
}

h1, h2 {
	color: #002E63;
	font-size: 1.7em;
	line-height: 0.92em;
	font-weight: bold;
	margin-bottom: 15px;
}
h3 {
	color: #002E63;
	font-size: 1.429em;
	line-height: 1.045455em;
}
div#sidebar h3 {
font-size: 1.2em;

}

h4 {
	color: #002E63;
	font-size: 1.143em;
	line-height: 1.4375em;
	margin-bottom: 6px;
}
h4.rec {
	color: #002E63;
	font-size: 1.0em;
	line-height: 1.4375em;
	margin-bottom: 6px;
}


p {
	margin-bottom: 18px;
	text-align:justify;
}
small {
	font-size: 0.857143em;
	line-height: 1.916667em;
}
big {
	font-size: 1.286em;
}
a {
	color: #FDB813;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #FDB813;
	text-decoration: none;
}

div.content a:hover{
border-bottom:0 none;
}

/* Content
---------------------------------------------------------------- */
#document {
	background: #FFF url(images/content-tile.jpg) repeat-x center top;
}
#main_content {
	padding-bottom: 20px;
}

/* Header
---------------------------------------------------------------- */
#header {
	height: 95px;
	position: relative;
	z-index: 1;
}
#top_logo {
	border: none;
	float: left;
	margin-top: 10px;
}
#main_poster {
	border: 1px solid #bacbd9;
	background-color: #dbe2ea;
	padding: 4px;
	width: 930px;
	margin: 0 10px 20px 10px;
	clear: both;
	position: relative;
	z-index: 1;
}
/*#main_calendar {
	background: url(images/shade-transp.png) repeat-x left top;
	position: absolute;
	z-index: 2;
	top: 4px;
	right: 4px;
	width: 300px;
	height: 280px;
}*/
#main_calendar {
	background: url(images/shade-transp.png) repeat-x left top;
	color: #FFF;
	position: absolute;
	z-index: 2;
	top: 4px;
	right: 4px;
	width: 300px;
	height: 200px;
	overflow: hidden;
}
/*#next_event {
	background: url(images/calendar.png) no-repeat 16px 28px;
	color: #fff;
	padding-top: 30px;
	padding-right: 10px;
	display: block;
	float: right;
	width: 290px;
	margin-top: 18px;
}*/
#next_event {
	background: url(images/calendar.png) no-repeat 16px 20px;
	
	padding-right: 10px;
	display: block;
	float: right;
	width: 290px;
	margin-top: 0;
	/*margin-bottom: 30px;
	margin-top: 18px;
padding-top: 20px;
*/
}

#next_event li {
	list-style: none;
	text-align: right;
	margin: 0;
}
#next_event li.event_date {
	font-size: 22px;
	line-height: 42px;
}
#next_event li.event_hour {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 14px;
}
#next_event li.event_person {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 4px;
}
#next_event li.event_location {
	font-size: 16px;
	line-height: 16px;
}
#next_event .title {
	position: absolute;
	left: -9999em;
}
#slide_control {
	color: #fff;
}
#slide_control li {
	margin: 0;
	list-style: none;
	z-index: 5;
}
#slide_control .slide_prev {
	background: url(images/previous-arrow.png) no-repeat center center;
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	text-indent: -9999em;
	bottom: 21px;
	left: 10px;
}
#prevBtn {
	background: url(images/previous-arrow.png) no-repeat center center;
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 100;
	right: 34px;
	bottom: 11px;
}
#nextBtn {
	background: url(images/next-arrow.png) no-repeat center center;
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 100;
	right: 14px;
	bottom: 11px;
}
#prevBtn a, #nextBtn a {
	display: block;
	height: 18px;
	width: 18px;
	overflow: hidden;
	text-indent: -9999em;
}
#prevBtn a:hover, #nextBtn a:hover {
	border: none;
}
#slide_control .slide_next {
	background: url(images/next-arrow.png) no-repeat center center;
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	text-indent: -9999em;
	bottom: 21px;
	right: 10px;
}
#slide_control .slide_title {
	position: absolute;
	bottom: 20px;
	left: 40px;
	width: 220px;
	font-size: 20px;
	color: #fdb813;
	text-align: center;
}
#slide_control a {
	display: block;
	height: 18px;
	width: 18px;
}
#slide_control a:hover {
	border: none;
}
#slides {
	overflow: hidden;
	width: 930px;
	height: 200px !important;
}
#slides li {
	margin: 0;
	list-style: none;
}
#event_details {
	float: left;
	display: block;
	width: 500px;
	padding: 20px;
/*	display: none;*/
}

/* Navigation
---------------------------------------------------------------- */
#main_nav {
	position: absolute;
	left: 375px;
	top: 40px;
	padding: 0;
}
#main_nav li {
	float: left;
	list-style: none;
	margin: 0 0 0 7px;
	white-space: nowrap;
}
#main_nav a {
	border: none;
	/*background-color: #d6dfea;*/
	color: #002e63;
	display: block;
	padding: 6px;
}
#main_nav a.image {
	padding: 0;
}
#main_nav li.active a, #main_nav a:hover {
	border-bottom: 1px solid #c1cbd8;
}

/* Footer
---------------------------------------------------------------- */
#footer {
	color: #FFF;
}
#footer h3 {
	color: #FDB813;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	border-bottom: 1px solid #FFF;
}
#footer .links_block h3 {
	margin: 23px 0 0 0;
	padding: 0 0 26px 0;
	border-bottom: 1px solid #1A4373;
}
#footer .links_block ul {
	padding: 0;
	margin: 0 0 26px; 0;
}
#footer .links_block li {
	list-style: none;
	border-bottom: 1px solid #1A4373;
	margin: 0;
	padding: 10px 0;
	line-height: 1.25em;
}
#footer .links_block li a {
	color: #FFF;
}
#footer .links_block li a:hover {
	border-bottom: 1px solid #FFF;
}
#related_brands {
	display: block;
	background-color: #1A4373;
	float: left;
	width: 940px;
	margin-bottom: 10px;
}
#related_brands li {
	float: left;
	padding: 20px 6px;
	list-style: none;
	vertical-align: middle;
}
#foot_note {
	border-top: 1px solid #1A4373;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 0.857em;
}
#copyright_note {
	float: right;
}
#foot_nav li {
	float: left;
	list-style: none;
	margin: 0 14px 0 0;
}

/* Posts and Static Pages
---------------------------------------------------------------- */
.post h1, .post h2, .page h1, .page h2 {
	background-color: #edf1f6;
	display: block;
	padding: 8px 6px;
	letter-spacing: -1px;
	margin-bottom: 0;
}
.post h2 a, .post h1 a {
	color: #002E63;
}
.post h2 a.sticky {
	color: #FFFFFF;
	padding: 8px 6px;
}
.post h2.sticky{
background-color: #00457C;
font-size:1.7em;
}
div.sticky{
background-color:#EEEEEE;
}
div.stickypad{
padding-left:10px;
}
.post .title_area, .page h1, .page h2 {
	margin-bottom: 20px;
}
.post .meta {
	background: url(images/meta-tile.jpg) repeat-x top left;
	color: #002e63;
	display: block;
	padding: 3px 10px;
}
.post .meta .comments {
	float: right;
	height: 1.5em;
}
.post .content_area {
	text-align: justify;
}
.post .content_area img {
	
	display: block;
}
.alignleft{
float:left;
margin-right:10px;
}
.post .big_comments {
	background: url(images/comment-tile.jpg) repeat-x left top;
	padding: 6px 10px;
}
.post .big_comments h3 {
	background: url(images/comment-big.png) no-repeat 0 50%;
	font-size: 1.15em;
	margin: 0;
	padding: 0 0 0 40px;
	height: 35px;
	line-height: 1.7em;
}
.post .extra_info {
	background-color: #eee;
	margin: 30px 0;
	overflow: hidden;
}
.post .extra_info h4 {
	background-color: #e6eaef;
	padding: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d6dae0;
}

.post .extra_info h4.rec {
	background-color: #e6eaef;
	padding: 3px;
	padding-left:10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d6dae0;
}

.post .extra_info .related_posts {
	float: left;
	width: 55%;
}
.post .extra_info .related_posts2 {
	float: left;
	width: 100%;

}
.post .extra_info .related_posts li {
	list-style: none;
	line-height: 1.2em;
	margin: 10px;
}
.post .extra_info .categories_info {
	float: left;
	width: 45%;
}
.post .extra_info .categories_info p {
	margin: 10px;
}
.snack_post {
	float: none;
	width: 278px;
	vertical-align: top;
	margin: 0 10px 20px 10px;
	display:-moz-inline-stack;
	display: inline-block;
}
.snack_post.alpha{
	margin-left: 0 !important;
}
.snack_post.omega {
	margin-right: 0 !important;
}

.snack_post.ancho {
margin-left: 0 !important;
width:100%;
}


.snack_post h2 {
	font-size: 1.286em;
	padding-bottom: 10px;
}
.snack_post p {
	margin-bottom: 8px;
}
.snack_post .title_area {
	margin-bottom: 8px
}
.page {
	margin-bottom: 40px;
	min-height: 400px;
}
.comments_block li {
	background-color: #e9edf2;
	margin: 0 0 14px 0;
	list-style: none;
	padding: 10px;
	min-height: 40px;
}
.comments_block li.odd {
	background-color: #dae2eb;
}
.comments_block .comment_id {
	color: #002e63;
	display: block;
	font-weight: bold;
	float: left;
}
.comments_block .comment_body {
	margin-left: 18px;
}
.comments_block .meta {
	color: #002e63;
	display: block;
	text-align: right;
}
.vimeo_list {
	margin-bottom: 40px;
	overflow: hidden;
}
.vimeo_list li {
	list-style: none;
	float: left;
	margin: 0 33px 20px 0;
}
.vimeo_list li.most_right {
	margin-right: 0;
}
.vimeo_list h4 {
	margin-bottom: 0;
}
.vimeo_list p {
	line-height: 0.9em;
}

/* Sidebar and Extras
---------------------------------------------------------------- */
#twitter_connect h3 {
	background-color: #00457C;
	display: block;
}
#twitts_replys h2, #twitts_mentions h2, #twitts_lasalle h2 {
	background-color: #00457C;
	color: #FFF;
	padding: 8px 10px;
	margin-bottom: 8px;
	font-size: 1.1em;
	letter-spacing: 0;
	display:-moz-inline-stack;
	display: inline-block;
}
#twitter_connect .content {
	padding-bottom: 10px;
	overflow: hidden;
}
#twitter_connect .content li, #twitts_replys .content li, #twitts_mentions li, #twitts_lasalle li {
	padding: 0;
	list-style: none;
	margin: 0 0 10px 0;
	zoom: 1;
}
#twitts_replys .content li, #twitts_mentions li, #twitts_lasalle li {
	margin-bottom: 18px
}
#twitter_connect .user_related, #twitts_replys .user_related, #twitts_mentions .user_related {
	float: left;
	padding-top: 4px;
}
#twitter_connect .user_details, #twitts_replys .user_details, #twitts_mentions .user_details, #twitts_lasalle .user_details {
	margin-left: 60px;
	font-size: 0.857em;
	line-height: 1.35em;
}
#twitts_replys .user_details, #twitts_mentions .user_details, #twitts_lasalle .user_details {
	font-size: 1em;
}
#twitts_lasalle .user_details {
	margin-left: 0;
}
#twitter_connect .user_details p, #twitts_replys .user_details p, #twitts_mentions .user_details p, #twitts_lasalle .user_details p {
	margin-bottom: 0;
}
#twitter_connect .user_details p .meta, #twitts_replys .user_details p .meta, #twitts_mentions .user_details p .meta, #twitts_lasalle .user_details p .meta {
	display: block;
	color: #999999;
	font-style: italic;
	padding-top: 2px;
}
#twitter_connect .content li img, #twitts_replys .content li img, #twitts_mentions li img, #twitts_lasalle li img {
	border: 2px solid #8096b1;
}
#facebook_connect h3 {
	background-color: #00457C;
	display: block;
}
#facebook_connect h4 {
	margin: 8px 0;
}
#facebook_connect .facebook_button {
	margin-bottom: 18px;
	display: block;
}
#facebook_connect .facebook_button:hover {
	border: none;
}
.facebook_list {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.facebook_list li {
	list-style: none;
	float: left;
	margin: 0 12px 12px 0;
}
.facebook_list li a:hover {
	border: none;	/* Elimina el borde de la imagen con enlace */
}
.facebook_list li img {
	border: 2px solid #8096b1;
}
#vimeo_connect h3 {
	background: #00457C url(images/vimeo-logo.gif) no-repeat right bottom;
	display: block;
}
#vimeo_connect .video_placer a:hover {
	border: none;	/* Elimina el borde de la imagen con enlace */
}
.widget {
	margin-bottom: 20px;
}
.widget h3 {
	background-color: #00457C;
	color: #FFF;
	padding: 4px 5px;
	margin-bottom: 8px;
	display:-moz-inline-stack;
	display: inline-block;
}
.widget .content {
	background: #EEE;
	padding: 10px;
	margin-bottom: 0;
}
.widget .actions {
	background: url(images/sidebar-actions.jpg) repeat-x left bottom;
	border-top: 1px solid #d6dae0;
	padding: 5px 10px;
	text-align: right;
	margin: 0;
}
.tag_cloud .content {
	margin-bottom: 0;
	width: 260px;	/* Prevent the right overflow */
	overflow: hidden;
}
.tag_cloud li {
/*	display: inline-block; */
	float: left;
	padding: 0;
/*	margin: 0 0 3px 0; */
	margin: 0 8px 3px 0;
	height: 20px;
	list-style: none;
}
.tag_cloud li a {
	color: #002e63 !important;
}
.tag_cloud li a:hover {
	border-bottom: 1px solid #002e63;
}
.tag_cloud li span {
	display: none;
}
.tag_cloud .size1 a {
	font-size: 1em;
	color: #8096b1;	
}
.tag_cloud .size2 a {
	font-size: 1.214em;
	color: #8096b1;
}
.tag_cloud .size3 a {
	font-size: 1.429em;
	color: #002e63;
}
.tag_cloud .size4 a {
	font-size: 1.571em;
	color: #002e63;
}
.tag_cloud .size5 a {
	font-size: 1.714em;
	color: #002e63;
}
.tag_cloud .size6 a {
	font-size: 1.857em;
	color: #002e63;
}
.jump_list .content {
	margin: 0;
	padding: 4px 10px 10px 10px;
}
.jump_list li {
	list-style: none;
	border-bottom: 1px solid #dbdbdb;
	margin: 0;
	padding: 10px 0;
	line-height: 1.25em;
}
.jump_list2 .content {
	margin: 0;
	padding: 4px 10px 10px 10px;
}
.jump_list2 li {
	list-style: none;
	margin: 0;
	line-height: 1.25em;
}
.categories {
	background: url(images/folder.png) no-repeat 0 3px;
	padding-left: 25px;
}
.tags {
	background: url(images/tag.png) no-repeat 0 3px;
	padding-left: 25px;
}
.comments {
	background: url(images/comment.png) no-repeat 100% 1px;
	padding-right: 18px;
}
div.pagination {
	padding:30px 0;
	text-align:left;
	clear: both;
	margin: 40px 0;
}
div.pagination a {
	background:#F3F9FB none repeat scroll 0 0;
	margin-right:4px;
	padding:5px 9px;
	border-top: 1px solid #CFD9E5;
	border-right: 1px solid #D3DDE9;
	border-bottom: 1px solid #bccadb;
	border-left: 1px solid #D0DAE6;
}
div.pagination a:hover {
	border-bottom: 1px solid #002e63;
}
div.pagination span.current {
	background-color:#F4F4F4;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	color:#9C9C9C;
	font-weight:normal;
	margin-right:4px;
	padding:5px 9px 6px 10px;
}
div.pagination span.disabled, .dots {
	background:#EEE url(none) repeat scroll 0 0;
	border:1px solid #F4F4F4;
	color:#9C9C9C;
	margin-right:4px;
	padding:6px 10px;
}
a.pagin-next, a.pagin-prev {
	background-color:#156D9A !important;
	border:1px solid #156D9A !important;
	color:#FFFFFF;
	font-weight:bold;
}
a.pagin-next:hover, a.pagin-prev:hover {
	color:#C9EFFF !important;
	padding:5px 9px !important;
	text-decoration:none;
}

/* Forms
---------------------------------------------------------------- */
.comment_form h3 {
	background-color: #e1e5eb;
	display: block;
	font-size: 1.286em;
	padding: 14px 10px;
}
.comment_form label {
	font-weight: bold;
}
.comment_form input {
	padding: 6px;
	width: 250px;
}
.comment_form textarea {
	padding: 6px;
	width: 500px;
}
.comment_form .submit {
	color: #00457c;
	width: auto;
	font: bold 1.071em Arial, Helvetica, sans-serif;
}


li#lasalle-parque-innovacion{
padding-left:48px;

}

.grid_page2{

}
div#event_details p{
font-size:0.9em;
}

div.content_area td {
vertical-align:top;
padding-right:10px;
padding-top:10px;
}

.content li{
list-style:none;
}

td.intermedio, td.intermedia{
padding-top:20px;
}

div.content_area li {
margin-left:40px;
}


ul.related_post{
font-size:0.9em;
}

div#event_details span{
padding-left:20px;
padding-top:0px;
border-top:0px;
margin-top:0px;

}
.post .content_area ul.addtoany_list li img, ul.addtoany_list li{
display:inline;
}