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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { 
  content: '';	
  content: none; 
}
:focus { outline: 0; }
ins {	text-decoration: none; }
del {	text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**************************************************************************************************/
/* Declaraciones Generales */
/**************************************************************************************************/

body {
  text-align: center;
  background: #f3f3f4 url(../images/bg.png) repeat-x; 
}
.clear { clear: both; }

p, a, li, h1, h2, h3, h4, h5, h6, input, label, button, select, option, textarea { 
  font: 12px/16px Arial, Helvetica, sans-serif; 
  color: #333; 
  text-decoration: none; 
}

.error-message {
  color: #e5182c;
  text-decoration: underline;
  float: right;
  display: block;
  font-style:italic;  
}


/**************************************************************************************************/
/* Estructura */
/**************************************************************************************************/

#wrapper {
  width: 985px;
  background: #fff;
  margin: 0 auto;
  text-align: left;
}
#header {
  float: left;
  position: relative;
  width: 100%;
  padding: 0 14px;
  background: url(../images/header_bg.jpg) no-repeat;
  margin: 0 0 0 -14px;
  height: 176px; 
}
#top {
  float: right;
  padding: 5px 67px 0 0;  
}

#top img {
	margin: 0 2px 0;
}

#main {
  float: left;
  width: 614px;
  padding-left: 11px;
}
.sidebar {
  float: right;
  width: 340px;
  padding: 0 6px 0 0;
}
#footer {
  float: left;
  width: 100%;
  margin: 27px 0 0;
  background: url(../images/footer_bg.png) center top no-repeat;
  padding: 0 0 50px; 
}

/***** Internas con una sóla columna en sidebar *****/

#main_wide {
  float: left;
  width: 725px;
  padding-left: 26px; 
}
#sidebar_narrow {
  float: right;
  width: 173px;
  padding: 1px 16px 0 0;
}

/**************************************************************************************************/
/* Elements */
/**************************************************************************************************/

p#breadcrumb a { 
  font-size: 15px;
  color: #00accd; 
  padding: 0 0 7px;
  line-height: 25px;
}

/**************************************************************************************************/
/* Header */
/**************************************************************************************************/

/***** Logo *****/

#header h1 { float: left; }
#header h1 a {
  float: left;
  width: 370px;
  height: 125px;
  text-indent: -9999px;   
}

/***** Top *****/

#top li { float: left; }
#top li, #top li a { 
  font-size: 11px;
  color: #3b3b3b; 
}
#top li a:hover { color: #d65a1d; }

/***** Link: Blog *****/

.blog_link {
  position: absolute;
  top: 0;
  right: 13px;
  width: 65px;
  height: 35px;
  text-indent: -9999px; 
}

/***** Buscador *****/

#buscador {
  width: 350px;
  float: left;
  padding: 17px 0 0 21px;
}
#buscador input.text {
  float: left;
  width: 286px;
  height: 11px;
  border: 1px solid #939598;
  margin: 0 7px 0 0;
  padding: 4px;
  font-size: 11px;
  color: #3b3b3b;
  line-height: 11px;
}
#buscador button.submit {
  float: left;
  width: 18px;
  height: 21px;
  background: url(../images/buscador_submit.png) no-repeat;
  text-indent: -9999px; 
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;  
}

/***** Menú *****/

#nav {
  float: right;
  padding: 1px 57px 0 0;
}
#nav li {
  float: left;
  position: relative;
  height: 29px;
  background: url(../images/nav_divider.png) right top no-repeat;
  padding: 0 21px 0 0; 
}
#nav li.last { background: none; }
#nav li a {
  float: left;  
  color: #fff;
  font: 13px/29px "Trebuchet MS", Arial, Helvetica, sans-serif; 
}
#nav li a:hover { text-decoration: underline; }

#nav li .submenu {
  position: absolute;
  display: none;
  width: 264px;
  border: 1px solid #dd7943;
  background: url(../images/submenu_bg.png);
  padding: 14px 0 14px 14px;
  top: 29px;
  left: 0;
  z-index: 1;
}
#nav li .submenu ul {
  float: left;  
  width: 280px;
}
#nav li .submenu ul li {
  background: none;
  float: left;
  width: 140px;
  padding: 0;
  height: 17px; 
}
#nav li .submenu ul li a {
  font: 13px/17px Arial, Helvetica, sans-serif; 
  color: #fff; 
  text-decoration: none; 
}
#nav li .submenu ul li a:hover { text-decoration: underline; }



/**************************************************************************************************/
/* Footer */
/**************************************************************************************************/

/***** Diseño *****/

#design {
  float: right;
  padding: 16px 19px 0 0;  
}
#design a { 
  font-size: 10px;
  color: #6d6f71; 
}
#design a:hover { text-decoration: underline; }

/***** Menú Footer *****/

#footer_nav {
  float: left;
  padding: 24px 0 0 25px;
}
#footer_nav li, #footer_nav li a {
  display: inline;
  font-size: 10px;
  color: #00accd;
}
#footer_nav li a:hover { text-decoration: underline; }

/***** Copyright *****/

#footer_copy {
  float: left;
  width: 800px;
  font-size: 10px;
  color: #6d6f71;
  padding: 0 0 0 25px; 
}



/**************************************************************************************************/
/* Sidebar Base */
/**************************************************************************************************/

/***** Top Link ****/

#anunciantes {
  float: left;
  width: 340px;
  height: 84px;
  background: url(../images/anunciantes.png) no-repeat;
  text-indent: -9999px;
  margin: -5px 0 0;   
}

/***** Split *****/

#sidebar_left {
  float: left;
  width: 160px;
}
#sidebar_right {
  float: right;
  width: 170px;
  padding: 6px 3px 0 0;
}

/***** Últimos Cargados *****/

#ultimos_cargados {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
#ultimos_cargados h4 {
  color: #d65a1d;
  padding: 0 0 7px 4px;
  background: url(../images/title_bg_03.png) left bottom no-repeat; 
}
#ultimos_cargados ul { margin: 5px 0 0; }
#ultimos_cargados ul li { padding: 0 0 9px; }
#ultimos_cargados ul li.last { padding: 0; } 
#ultimos_cargados ul li p, #ultimos_cargados ul li p a {
  font-size: 10px;
  line-height: 12px;
}
#ultimos_cargados ul li p a { color: #00accd; }
#ultimos_cargados ul li p a:hover { text-decoration: underline; }

/***** Nube de Tags *****/

#nube_tags {
  float: left;
  width: 100%;  
}
#nube_tags h4 {
  color: #d65a1d;
  height: 38px;
  line-height: 38px;
  padding: 0 0 0 4px;
  background: url(../images/title_bg_04.png) left bottom no-repeat; 
}
#nube_tags ul {
  float: left;
  width: 100%;
  margin: 6px 0 0;
  text-align: center;
}
#nube_tags ul li, #nube_tags ul li a {
  display: inline;
  color: #00accd;
  font-size: 11px;
}
#nube_tags ul li a.niv1  { font-size: 11px; }
#nube_tags ul li a.niv2 { font-size: 13px; font-weight: bold; }
#nube_tags ul li a.niv3 { font-size: 15px; font-weight: bold; }
#nube_tags ul li a.niv4 { font-size: 17px; font-weight: bold; }
#nube_tags ul li a:hover { text-decoration: underline; }

#sidebar_narrow #nube_tags { margin: 8px 0 0; }

/***** Publicidad sidebar (Genérico) *****/

a.sidebar_ad {
  float: left;
  padding: 0 0 5px;
}

/***** Últimos comentarios *****/

#sidebar_blog {
  float: left;
  width: 100%;
  margin: 0 0 0 -4px;
  background: url(../images/blog_title.png) no-repeat;
  padding: 25px 0 0; 
}
#sidebar_blog h6 {
  text-align: right;
  color: #63be68;
  padding-right: 17px;
} 
#sidebar_blog ul {
  float: left;
  padding: 25px 0 0 20px;
}
#sidebar_blog ul li {
  display: block;
  background: url(../images/sidebar_blog_bullet.png) 0 2px no-repeat;
  padding: 0 0 11px 27px; 
}
#sidebar_blog ul li p span { font-weight: bold;} 
#sidebar_blog ul li p, #sidebar_blog ul li p a { line-height: 12px; }
#sidebar_blog ul li p { 
  font-size: 10px;
  font-style: italic; 
}
#sidebar_blog ul li p a { 
  font-size: 11px;
  color: #00accd; 
}
#sidebar_blog ul li p a:hover { text-decoration: underline; }

/***** Artículos Relacionados *****/

#art_relacionados {
width: 100%;
  float: left;
  background: url(../images/sidebar_narrow_blog.png) no-repeat;
  padding: 54px 0 0; 
}
#art_relacionados h4 {
  font-weight: bold;
  color: #63be68;
  text-align: right;
  background: url(../images/art_relacionados_h4.png) right bottom no-repeat;
  padding: 0 0 14px; 
} 
#art_relacionados ul { padding: 5px 0 0 16px; }
#art_relacionados ul li { padding: 0 0 9px; }
#art_relacionados ul li p, #art_relacionados ul li p a {
  font-size: 10px;
  line-height: 12px;
}
#art_relacionados ul li p a { color: #00accd; }
#art_relacionados ul li p a:hover { text-decoration: underline; }

/***** Videos Relacionados *****/

#vid_relacionados {
  float: left;   
  margin: 20px 0 0;
}
#vid_relacionados h4 {
  color: #d65a1d;
  height: 38px;
  line-height: 38px;
  padding: 0 0 0 4px;
  background: url(../images/title_bg_04.png) left bottom no-repeat; 
}
#vid_relacionados ul { padding: 5px 0 0 16px; }
#vid_relacionados ul li { padding: 0 0 9px; }
#vid_relacionados ul li p, #vid_relacionados ul li p a {
  font-size: 10px;
  line-height: 12px;
}
#vid_relacionados ul li p a { color: #00accd; }
#vid_relacionados ul li p a:hover { text-decoration: underline; }



/**************************************************************************************************/
/* Guia de Servicios - Home */
/**************************************************************************************************/

/***** Ads *****/

#main_ads_1 { float: left; height: 20px;}
#main_ads_2 { float: left; }

/***** Destacados *****/

#home_dest {
  float: left;
  width: 100%;
  padding: 8px 0 0;
}
#home_dest h3 {
  background: url(../images/title_bg_01.png) left bottom no-repeat;
  text-transform: uppercase;
  color: #d65a1d; 
  padding: 0 0 5px 4px;
}
#home_dest_cont {
  float: left;
  overflow: hidden;
  margin: 7px 0 0 4px;
}
#home_dest ul {
  float: left;
  margin: -1px 0 0 -1px;
}
#home_dest ul li {
  float: left;
  width: 201px;
  border: 1px dotted #73cee2;
  border-width: 1px 0 0 1px;
  text-align: center;
  height: 185px;
  padding: 7px 0 0;
}

#home_dest ul li a  {
height: 29px;
  padding: 0 0 8px; 
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #d65a1d;  
}
#home_dest ul li a img {
	display: block;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#home_dest ul li h5 a:hover { text-decoration: underline; }
#home_dest ul li p {
  font-size: 10px;
  line-height: 12px;
  margin: 2px 0 0;
}

/***** Videos *****/

#home_videos {
  float: left;
  width: 100%;
  margin: 2px 0 0;
}
#home_videos h3 {
  background: url(../images/title_bg_02.png) left bottom no-repeat;
  color: #d65a1d; 
  padding: 0 0 5px 2px; 
}
#home_videos ul {
  float: left;  
  margin: 13px 0 0 6px;
}
#home_videos ul li {
  float: left;
  width: 191px;
  padding: 0 10px 0 0;
}
#home_videos ul li object {
  float: left;
  margin: 0 0 11px;
}
#home_videos ul li p, #home_videos ul li p a {
  font-size: 10px;
  line-height: 14px;
   text-align: center;
}
#home_videos ul li p a { color: #00accd;}
#home_videos ul li p a:hover { text-decoration: underline; }



/**************************************************************************************************/
/* Guia de Servicios - Post */
/**************************************************************************************************/

#post {
  float: left;
  padding: 8px 0 0;
}
#post h2 {
  font-size: 20px;
  color: #d65a1d;
}
#post_ads {
  float: left;
  padding: 18px 0 0 91px;
}

#lugar_info {
  float: left;
  width: 100%;
  padding: 32px 0 0;  
}
#lugar_info #galeria {
  float: left;
  width: 400px;
  padding: 0 0 0 4px;
}
#galeria_tabs {
  float: left;
  padding: 0;
}
#galeria_tabs li { 
  float: left;
  margin: 0 1px 0 0; 
}
#galeria_tabs li a { 
  float: left;
  width: 83px;
  height: 21px;
  background: url(../images/tabs.png) right top no-repeat;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 21px;
  color: #00accd;
}
#galeria_tabs li.active a, #galeria_tabs li a:hover { 
  background-position: 0 0;
  color: #fff; 
}
#lugar_info #galeria #fotos { 
  float: left; 
  border: 1px solid #cdedf5;
 }
#lugar_info #galeria #fotos img { float: left; }
#lugar_info #galeria #fotos .thumbs {
  float: left;
  padding: 0 0 0 2px;
}
#lugar_info #galeria #fotos .thumbs li {
  float: left;
  padding: 0 0 5px;
}

.ui-tabs-hide { display: none; }
form.ui-tabs-hide { display: block; }

#lugar_direccion {
  float: left;
  width: 268px;
  padding: 7px 0 0 10px;
}

#lugar_direccion a {
  color:   #00accd;
  font-weight: bold;
}
#lugar_direccion ul { margin: 23px 0 0; }
#lugar_direccion ul li {
  display: block;
  border-bottom: 1px dotted #999;
  padding: 5px 0 0 35px;
}
#lugar_direccion ul li.last { border-bottom: 0; }
#lugar_direccion ul li.dir { background: url(../images/post_icon_dir.png) 1px 7px no-repeat; }
#lugar_direccion ul li.tel { background: url(../images/post_icon_tel.png) 6px 4px no-repeat; }
#lugar_direccion ul li.mail { background: url(../images/post_icon_mail.png) 4px 7px no-repeat; }
#lugar_direccion ul li.link { background: url(../images/post_icon_link.png) 3px 13px no-repeat; }
#lugar_direccion ul li.avatar { background: url(../images/post_icon_avatar.png) 1px 7px no-repeat; }
#lugar_direccion ul li p {
  font-size: 13px;
  line-height: 22px;
  font-weight: bold;
}

#post_content {
  float: left;
  padding: 15px 0 0 7px;
  width: 582px;
  margin: -8px 0 0;
}
#post_content h3 {
  font-weight: bold;
  color: #d65a1d;
  text-decoration: underline;
  padding: 16px 0;
}
#post_content p { padding-bottom: 16px; }

#post_content strong{ color: #d65a1d; }

#post_content p#pòst_tags {
  font-weight: bold;
  color: #00accd;
  padding-top: 20px;
}

#video_data { 
	margin-top:10px;
	float:left;
	display:inline;
	color: #595a5c;
} 

#video_data  img { 
	float: left;
	margin: 4px;
}

#video_data a { 
	color: #00accd;
	text-decoration:none;
} 
#video_data a:hover { 
	text-decoration:underline;
} 

#perfil {
  margin: 20px 0 0 0;  
}

#perfil h2 {
  font-size: 24px;
  color: #d65a1d;
  line-height: 40px;
  background: url(../images/title_bg_01.png) center bottom no-repeat;
}

#perfil h2.blog {
  color: #63be68;
}

#perfil h2.guia {
  color: #00accd;
}

#perfil #datos {
  font-size: .8em;
}

#perfil #descripcion {
  background: url(../images/title_bg_01.png) center top no-repeat;
  padding: 20px 0 0 0; 
}


#perfil .frase {
  color: #00accd;
  font-size: 16px;
  display: block; 
  font-style: italic;
  line-height: 25px; 
}

#perfil #botones img {
  margin: 0 5px 0 0;
  float: right;
}

#perfil #datos img{
 float: left;
 margin: 8px 16px 16px 0;
}

#perfil span.sub {
  
  color: #d65a1d;
}



/***** Comentarios *****/

#post_comments {
  float: left;
  width: 668px;
  background: url(../images/post_divider.png) no-repeat;
  padding: 33px 0 0 4px;
  margin: 11px 0 0 4px; 
}
#post_comments h4 {
  color: #d65a1d;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  padding: 0 0 1px;
}
/* #post_comments ul { padding-left: 29px; } */
#post_comments ul li { padding-top: 12px; }
#post_comments .user_avatar {
  float: left;
  margin: 0 10px 10px 0;
}
#post_comments ul li p {
  font-size: 12px;
  font-style: italic;
  color: #333;
  line-height: 16px;
}
#post_comments ul li p span.autor { color: #d65a1d; }
#post_comments ul li p a { color: #d65a1d; font-style: italic;}
#post_comments ul li p a:hover { text-decoration: underline; }
#post_comments ul li ul { padding-left: 22px; }
#post_comments ul li ul li p { color: #666; }

/***** Formulario *****/

#commentsform {
  float: left;
  width: 446px;
  background: url(../images/post_divider.png) no-repeat;  
  padding: 26px 0 0 7px;
  margin: 26px 0 0;
}
#commentsform h4 {
  font-size: 13px;
  font-weight: bold;  
  color: #d65a1d;
  padding: 0 0 15px 6px;
}
#commentsform .form_row {
  float: left;
  width: 100%;
  padding: 0 0 15px;
}
#commentsform label {
  float: left;
  width: 117px;
  font-size: 12px;
  font-style: italic;
  color: #333;
  margin: 0;
  padding-left: 7px;
  line-height: 11px;
}
#commentsform input.text {
  float: left;
  border: 1px solid #231f20;
  width: 310px;
  height: 12px;
  font-size: 12px;
  padding: 5px;
  color: #333;
  margin: 0;
}
#commentsform textarea {
  float: left;
  width: 434px;
  height: 144px;
  border: 1px solid #231f20;
  margin: 0;
  padding: 5px;
  font-size: 12px;
  color: #333;
}
#commentsform button {
  float: right;
  width: 116px;
  height: 42px;
  background: url(../images/commentform_submit.png) no-repeat;
  text-indent: -9999px; 
  border: 0;
  margin: 4px 0 0;
  padding: 0;
  cursor: pointer;
}



/**************************************************************************************************/
/* Guia de Servicios - Listado por categoría */
/**************************************************************************************************/

#categoria {
  float: left;
  padding: 7px 0 0;
}

#cat_ads {
  float: left;
  padding: 9px 0 0 49px;
}
#cat_ads_2 {
  float: left;
  padding: 21px 0 0;
}
#cat_ads_2 img {
  float: left;
  margin: 0 0 0 29px;
}

#cat_items {
  float: left;
  width: 750px;
  margin: 17px 0 0 -25px;  
}
#cat_items li {
  float: left;
  width: 340px;
  height: 44px;
  border-bottom: 1px dotted #bde6f1;
  margin: 0 0 0 35px;
  padding: 8px 0 0;
}
#cat_items li img {
	width: 50px;
  float: left;
  margin: 0 10px 0 0;  
}
#cat_items li p, #cat_items li p a {
  font-size: 11px;
  line-height: 13px;
}

#cat_items li p a.blog {
  color: #63be68;
}
#cat_items li p a.guia {
  color: #00accd;
}
#cat_items li p a {
  font-weight: bold;
  color: #d65a1d;
}
#cat_items li p a:hover { text-decoration: underline; }

#paginacion {
  float: left;
  width: 100%;
  text-align: center;
  height: 46px;
  padding: 27px 0 0;
  margin: 50px 0 0;
  background: url(../images/paginacion_bg.png) center top no-repeat; 
}
#paginacion li {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/pag_bg.png) no-repeat;
  margin: 0 3px; 
}

#paginacion li:hover, #paginacion li.current {
  background: url(../images/pag_bg_hover.png) no-repeat;  
}

#paginacion li.prev, #paginacion li.next { background: none; }

#paginacion li a {
  font-size: 13px;
  line-height: 20px;  
  display: block;
  height: 20px;
  width: 20px;
}



/*************************************************************************************************************************/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*************************************************************************************************************************/




/**************************************************************************************************/
/* Blog - Estructura */
/**************************************************************************************************/

#header_blog {
  float: left;
  width: 100%;
  padding: 0 14px;
  background: url(../images/header_bg_blog.jpg) no-repeat;
  margin: 0 0 0 -14px;
  height: 176px; 
}
#main_blog {
  float: left;
  width: 609px;
  padding: 5px 0 0 12px;
}
#blog_sidebar {
  float: right;
  width: 347px;
  padding: 0 10px 0 0;
}



/**************************************************************************************************/
/* Blog - Header */
/**************************************************************************************************/

/***** Logo *****/

#header_blog h1 { float: left; }
#header_blog h1 a {
  float: left;
  width: 370px;
  height: 125px;
  text-indent: -9999px;   
}

/***** Top *****/

#header_blog #top { padding: 4px 10px 0 0; }

/***** Buscador *****/

#header_blog #buscador { padding: 15px 0 0 29px; }
#header_blog #buscador button.submit { background: url(../images/buscador_submit_blog.png) no-repeat; }

/***** Ads *****/

#header_ads {
  float: right;
  margin: -2px 6px 0 0;
}



/**************************************************************************************************/
/* Blog - Sidebar */
/**************************************************************************************************/

/***** Sidebar Link *****/

#guia_servicios {
  float: left;
  width: 347px;
  height: 48px;
  background: url(../images/guia_servicios.jpg) no-repeat;
  text-indent: -9999px;
  margin: -5px 2px 0 0;   
}

/***** Split *****/

#blog_sidebar #sidebar_left {
  padding-left: 15px;
  width: 155px;
}
#blog_sidebar #sidebar_right { 
  float: right;
  padding: 0; 
}

/***** Categorías *****/

#blog_categ {
  float: left;
  width: 100%;  
  padding: 0 0 12px;
}

#blog_categ ul { margin: -3px 0 0; }
#blog_categ ul li a { line-height: 19px; }
#blog_categ ul li a:hover { text-decoration: underline; }


#blog_categ h4 {  
  height: 38px;
  line-height: 38px;
  padding: 9px 0 0 4px;
  background: url(../images/title_bg_04.png) left top no-repeat; 
}

#blog_categ h4 a {
  color: #63be68;
  font-weight: bold;
}

/***** Enlaces *****/

#blog_enlaces {
  float: left;
  width: 100%;  
}
#blog_enlaces h4 {
  color: #63be68;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  padding: 0 0 0 4px;
  background: url(../images/title_bg_04.png) left bottom no-repeat; 
}
#blog_enlaces ul { margin: -3px 0 0; }
#blog_enlaces ul li a { line-height: 19px; }
#blog_enlaces ul li a:hover { text-decoration: underline; }

/***** Publicidades *****/

#blog_sidebar a.sidebar_ad { float: right; }
#blog_sidebar a.big { margin-top: 7px; }

/***** Nube de tags (Modificaciones) *****/

#blog_sidebar #nube_tags { margin-top: 16px; }
#blog_sidebar #nube_tags h4 {
  color: #63be68;
  font-weight: bold;   
}

/***** Últimos comentarios (Modificaciones) *****/

#blog_sidebar #sidebar_blog {
  float: right;
  width: 100%;
  margin: 21px 0 0;
  background: none;
  padding: 0;   
}
#blog_sidebar #sidebar_blog h6 {
  line-height: 51px;
  height: 55px;
  padding: 0 0 0 25px;
  background: url(../images/title_bg_05.png) no-repeat; 
  color: #63be68;
  font-weight: bold;
  text-align: left;
} 
#blog_sidebar #sidebar_blog ul { padding: 6px 0 0 20px; }



/**************************************************************************************************/
/* Blog - Home */
/**************************************************************************************************/

#blog_navegacion { 
  color: #666;
  padding-left: 7px; 
}
#blog_post_list {
  float: left;
  margin: 13px 0 0;
}
#blog_post_list li {
  float: left;
  width: 100%;
  padding: 0 0 16px;
}
#blog_post_list p.categoria { 
  color: #63be68;
  padding: 0 0 6px 6px; 
}
#blog_post_list h3 { 
  border-bottom: 1px solid #c7c8ca;
  margin: 0 0 14px; 
  padding: 0 0 9px 7px;
}

#blog_post_list h3 a { 
  font-size: 20px;
  color: #00accd;
}

#blog_post_list a:hover { 
  text-decoration: underline;
}

#blog_post_list .post_list_ad {
  float: left;
  width: 100%;
  padding: 0 0 23px;
}
#blog_post_list .post_tb {
  float: left;
  margin: 6px 0 0 23px;
}
#blog_post_list .post_tb img {
  float: left;
  width: 285px;
}
#blog_post_list .post_content {
  float: right;
  width: 251px;
  padding: 7px 12px 0 0;
}
#blog_post_list .post_content .post_meta {
  float: left;
  padding: 0 0 15px;  
}
#blog_post_list .post_content .post_meta p {
  font-size: 11px;
  line-height: 13px;
  color: #8cc63f;
}
#blog_post_list .post_content p {
  line-height: 17px;
  color: #4d4d4d;
} 
#blog_post_list .post_content p a { color: #00accd; }

/***** Videos *****/

#blog_videos {
  float: left;
  width: 100%;
  margin: 2px 0 0;
}
#blog_videos h3 {
  background: url(../images/title_bg_02.png) left bottom no-repeat;
  color: #63be68;
  font-weight: bold;   
  padding: 0 0 5px 2px; 
}
#blog_videos ul {
  float: left;  
  margin: 13px 0 0 6px;
}
#blog_videos ul li {
  float: left;
  padding: 0 10px 0 0;
}
#blog_videos ul li object {
  float: left;
  margin: 0 0 11px;
}
#blog_videos ul li p, #blog_videos ul li p a {
  font-size: 10px;
  line-height: 12px;
}
#blog_videos ul li p a { color: #00accd; }
#blog_videos ul li p a:hover { text-decoration: underline; }



/**************************************************************************************************/
/* Blog - Post */
/**************************************************************************************************/

#blog_post {
  float: left;
  width: 100%;
  padding: 16px 0;
}
#blog_post p.categoria { 
  color: #63be68;
  padding: 0 0 6px 6px; 
}
#blog_post h3 { 
  font-size: 20px;
  color: #00accd;
  border-bottom: 1px solid #c7c8ca;
  margin: 0 0 14px; 
  padding: 0 0 9px 7px;
}
#blog_post .post_ad {
  float: left;
  width: 100%;
  padding: 0 0 20px;
}
#blog_post .post_content {
  float: left;
  padding: 0 12px 0 13px;
}
#blog_post .post_content .post_meta {
  padding: 0 0 15px;  
}
#blog_post .post_content .post_meta p {
  font-size: 11px;
  line-height: 13px;
  color: #8cc63f;
}
#blog_post .post_content p {
  line-height: 17px;
  color: #4d4d4d;
} 
#blog_post .post_content p a { color: #00accd; }
#blog_post .post_content img {
  float: left;
  margin: 5px 22px 6px 3px;
}

#blog_post .addthis_toolbox {
  float: right;
  margin: 25px 34px 0 0;
}
#blog_post #post_comments {
  background: none;
  padding: 21px 0 0 9px;
  width: 550px;  
}
#blog_post #post_comments h4 { color: #00accd; }
#blog_post #post_comments ul li p span.autor { color: #00accd; }

#blog_post #commentsform { padding-left: 11px; }
#blog_post #commentsform h4 { color: #00accd; }
#blog_post #commentsform button { background: url(../images/commentform_submit_blog.png) no-repeat; }
