/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* Reset: based on http://meyerweb.com/eric/tools/css/reset v1.0 | 20080212, sans table styles
============================================================================================== */

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,
hr{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
cite,
address {
	display:inline;
	font-style:normal;
}

/* Typography
======================================================*/
body {
	background: #fff;
	color: #463a00;
	font: 12px/18px helvetica, arial, sans-serif;
}
code {
	font-family: "Lucida Console", Monaco, monospace;
}
*[lang] {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
acronym,
.caps {
	text-transform: uppercase;
}
.small-caps {
	font-variant: small-caps;
}
acronym,
.num,
.caps,
.small-caps {
	letter-spacing: 0.1em;
}
pre {
	overflow: auto;
}
textarea {
	font: 12px/18px helvetica, arial, sans-serif;
	padding: 3px;
}
/* Links */
a,
a:visited {
	color: #463A00;
	text-decoration: none;
}
/* specify all three for accessibility */
a:focus,
a:hover,
a:active {
	text-decoration: underline;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
	color: #a4a088;
	font-weight: normal;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #463a00;
	text-decoration: none;
	font-weight: normal;
}
/* elements with title attribute */
abbr[title],
acronym[title],
dfn[title],
span[title],
del[title] {
	cursor: help;
}
/* typogrify: inset initial double quotes. */
.dquo {
	margin-left: -.45em;
}
 /* fancy ampersands */
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size: 13px;
	font-style: italic;
}
/* Font sizes and vertical measure */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
	display:block;
	margin-bottom:9px;
	font-weight: normal;
	font-size: 24px;
}
h1,
.h1 {
	font-size: 22px;
	line-height:1;
}
h2,
.h2 {
	font-size: 22px;
}
h3,
.h3 {
	font-size: 14px;
}
p,
pre,
dl,
ul,
ol {
	margin-bottom:18px;
	font-size: 13px;
}
blockquote {
	border-left:2px solid #e9eaea;
	margin:0 9px 9px;
	padding-left:10px;
}
ol {
	margin-left:36px;
}
dd {
	margin-left:18px;
}
li ul,
li ol {
	margin-bottom: 0;
}
li,
dd,
.tight {
	margin-bottom:9px;
}
ul li {
	/*background: url(../img/arrow-bullet.gif) no-repeat left top;*/
	list-style:none;
	/*padding-left:12px;*/
}
acronym,
.caps,
.small {
	font-size: 11.5px;
}
hr {
	background:#ccc;
	color:#ccc;
	height:1px;
	margin:0 30px 18px 30px;
}
.rule-major{
	background-color:#e9eaea;
}
.rule,
.rule-minor {
	border-top:1px solid #cecfd1;
	height:9px;
	margin:0 0 18px;
}
.rule-major {
	border-top:1px solid #cecfd1;
	height:35px;
	margin:0 0 18px;
}
.rule hr,
.rule-minor hr,
.rule-major hr {
	display:none;
}

/* No formatting class */
.plain,
.plain li {
	background:transparent;
	border:0;
	font-style:normal;
	list-style:none;
	margin:0;
	padding:0;
}
.alt-font {
	color: #a4a088;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
.alt-font a {
	font-family:helvetica, arial, sans-serif;
	font-style:normal;
}

/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* UI: Shared classnames
================================================================= */
.accessibility {
	left:-32000px;
	position:absolute;
}
.lofi {
	display:none;
}
/* http://sonspring.com/journal/clearing-floats */
html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

h1.page-title {
	color: #999;
	font: italic 14px Georgia, serif;
}


/* General horizontal navigation lists with dropdown magic */

.nav,
.nav ul,
.nav li {
	background:transparent;
	list-style:none;
	margin:0;
	padding-top:2px;
	padding-left:0px;
	padding-right: 5px;

	
}
.nav ul {
	/*background: #e9eaea;
	border: 0px solid #cecfd1;
	border-color: #cecfd1 #aaa #aaa #cecfd1;*/
	z-index: 9999;
}
.nav li {
	/*background:url(../img/header/menu-off.png) no-repeat left bottom;*/
	/*background:url("../img/header/fondo_menu.png");*/
	background:url("../img/header/border_li.png") no-repeat right 10px;
	display: block;
	/*width: 110px;*/
	float:left;
	height:50px;
	border:0px solid red;
	padding-top:10px;
}
.logo_depil{
  padding-top:57px;
}

.nav li:hover {
	/*background:url(../img/header/menu-on.png) no-repeat left bottom;*/
	display: block; 
	float:left;
	height: 45px;
}

.nav li:first-child {
	/*background:url(../img/header/home_off.png) no-repeat left bottom;*/
	display: block;
	width: 36px;
	float:left;
	height: 45px;
}


.nav li:hover:first-child{
	/*background:url(../img/header/home_on.png) no-repeat left bottom;*/
	display: block; 
	float:left;
	height: 45px;
}


.nav li a {
	display:block;
	text-align: center;
	padding: 14px 16px 9px 16px;
}
.nav li li a {
	color: #ec6d02;
	padding: 12px 0px 9px 0px;
}
.nav li ul,
.nav li li, 
.nav li li:first-child{
	/*background-image:none;
	background-color: #fd6400;*/
		background:url("../img/header/fondo_menu.png");
	margin-left:-1px;
	width: 144px;
	height: auto;
}

.nav li:first-child {
	background:none;
	width:0px;
}

.nav li li:hover, 
.nav li li:hover:first-child{
		background:url("../img/header/fondo_menu.png");
	/*background-image:none;
	background-color: #666;*/
	margin-right:0px;
	width: 144px;
	height: auto;

}

.nav li li ul {
	margin:-31px 0 0 200px;
}

.nav li.secondary {
	float:right;
	margin-left:12px;
	margin-right:0;
}
/* dropdown action */
.nav li ul,
.nav li:hover li ul,
.nav li li:hover li ul,
.nav li.hover li ul,
.nav li li.hover li ul {
	left: -32697px;
	position: absolute;
	top:60px;
	height:25px;
	border:0px;
}
.nav li:hover ul,
.nav li li:hover ul,
.nav li li li:hover ul,
.nav li.hover ul,
.nav li li.hover ul,
.nav li li li.hover ul {
	background-image:none;
	/*background-color: #fd6400;*/
	left: auto;
}

/* quito el degradado del pìe de noticia
.pagination,
.pagination-single {
	background-color:#e9eaea;
	margin-top: 20px;
	overflow:hidden;
}*/
.pagination .previous a,
.pagination-single .previous {
	float:left;
	padding:18px;
}
.pagination .next a,
.pagination-single .next {
	float:right;
	padding:18px;
}
.loading {
	background: url(../img/spinner.gif) 10px 17px no-repeat;
	clear: both;
	color: #ccc;
	height: 50px;
}
.loading span {
	display: block;
	padding: 17px 32px 0;
}
.close {
	background-color:#e9eaea;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 6px;
	text-align: center;
}
/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Structure
================================================
	Total width: 960
	Columns: 12
	Column width: 58px
	Gutter width: 24px
	Unit (column + gutter): 82px
	Interior padding: 6px = colum width 50px
	#content = 7 units
	#sidebar = 5 units
*/
/*modifico el alto de sección*/
.section { /* Full-width areas */
	min-width: 980px; /* cut-off background fix */
}
/*modifico el ANCHO de wrapper*/
.wrapper {
	clear: both;
	margin: 0 auto;
	width: 980px;
}

#header {
	background-color: #f55813;
	background-repeat:no-repeat;
	background-position:left top;
	padding: 0 0 0;
	color: #cecfd1;
	height: 184px;
}

/*quito el padding de la cabecera*/
#header .wrapper {
	position: relative;
	background-repeat:no-repeat;
	background-position:left bottom;
	/*padding: 13px 10px 10px;*/
	height:185px;
}

#siguenos{
	position: absolute;	
	left: 656px;
	top: 90px;
}
.facebook{
	position: absolute;	
	left: 769px;
	top: 90px;
}
.tweeter{
	position: absolute;	
	left: 807px;
	top: 90px;
}
.tuenti{
	position: absolute;	
	left: 845px;
	top: 90px;
}
.formspring{
	position: absolute;	
	left: 882px;
	top: 90px;
}

#header a,
#header a:visited {
	color: #fff;
}
#header #blog-title {
	display: block;
	font-family: "Avenir Light", "Futura Light", helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 1;
	margin-bottom: 2px;
	position:relative;
	top:250px;
	/*para ocultar el titulo*/
	display:block;
	text-indent:-9999px;
}

#header #blog-title a:hover {
	text-decoration: none;
}

#navigation {
	position: absolute;
	/*background:url("../img/header/fondo_menu.png");*/
	/*background:#fff;*/
	/*left: 270px;*/
  right:0;
	bottom: 65px;
	width: 710px;}

#navigation a,
#navigation a:visited {
	height: 16px;
	font-weight: normal;
	font-weight:bold;
	text-transform: uppercase;
	/*font-style:italic;*/
	color:#d75127;
	font-family:Arial, "Times New Roman", Times, serif;
	font-size:14px;
	

}

#navigation li li a,
#navigation li li a:visited {
	font-size: 11px;
	margin:0 6px;
	background:url("../img/header/marco.jpg") no-repeat 0px 7px ;
}


#navigation a:hover {
	font-weight: normal;
	color:#dc8d74;

	text-decoration:none;
}
#navigation .secondary a,
#navigation .secondary a:visited,
#navigation li li a,
#navigation li li a:visited {	
	text-align: left;
	font-style: normal;
	text-transform: none;	
	font-family: Arial,"helvetica", arial;
	font-weight:normal;
	padding-left: 10px;
	padding-top: 5px;
	font-size:12px;
}

#sub-header {
}

#sub-header .wrapper {
	background-color:#fff;
	padding:9px 0;
}
#sub-header form#cfct-search {
	float:right;
}

#search{
/*	width:200px;
	position:relative;
	left:1015px; */
}

#all-categories {
	padding:2px 0 0;
	width:760px;
}

#all-categories-title {
	float: left;
	font-weight:normal;
	margin-right:12px;
}

#main {
/*	margin:24px 0;*/
margin-top: 2px;
		background-color:#fff;

}
#content {
	position: relative;
	float: left;
	padding-bottom: 10px;
	width: 720px;
	min-height:650px;
	background-color:#fff;
}

#content h1{	/*TITULAR H1 DENTRO DEL CONTENT*/
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 0px 0px 20px;

}
#clinicas {	/*TABLA PARA MOSTRAR ENLACES A CLINICAS*/
	margin-left: 20px;
}

#clinicas h2{	/*PROVINCIA*/
	font-size: 11px;
	text-transform:uppercase;
	font-weight:bold;
}

#clinicas a{	/*DIRECCION CLINICA*/
	font-size: 10px;
	text-decoration:none;
	color:#666;
}

#contenedorhorizontal {	/*CONTENEDOR HORIZONTAL PARA LAS TARIFAS*/
	position: relative;
	float: left;
	width: 680px;
	background-color:#fff;
	padding: 0px 20px 20px 20px;
}

#contenedorvertical {	/*CONTENEDOR VERTICAL PARA LAS TARIFAS*/
	position: relative;
	float: left;
	width: 720px;
	background-color:#fff;
	margin-right: 20px;
}

/*--TABLAS --*/
#tablaTarifas{
	font-size: 16px;
	color: #666;
	text-align:left;
	padding-left: 20px;
}

#tablamapa p{
	padding-top: 0px;
}

#tablamapa img{
	margin-left: 10px;
}


/* TECNOLOGIA MAS AVANZADA */
#contentinterior {	/*CONTENEDOR INTERIOR PARA CREAR MARGENES Y SOBREPASAR EL SIDEBAR*/
	position: relative;
	float: left;
	width: 640px;
	background-color:#fff;
	padding: 0px 40px 20px 40px;	overflow:hidden;
}
#contentinterior h1,
#contentinterior h1 a
 {	/*TITULAR H2 DENTRO DEL CONTENTINTERIOR*/
	text-transform: uppercase;
	font-size: 18px;
	color: #f55813;
	padding-left: 0;
/*	padding: 10px 0px 0px 20px; */
}
#contentinterior h1 a:hover
 {	/*TITULAR H2 DENTRO DEL CONTENTINTERIOR*/
	color: #666;
	padding-left: 0;
/*	padding: 10px 0px 0px 20px; */
}

#contentinterior h2{	/*TITULAR H2 DENTRO DEL CONTENTINTERIOR*/
/*	text-transform: uppercase; */
	font-size: 30px;
	color: #666;
	margin-bottom: -3px;
/*	padding: 10px 0px 0px 20px; */
}



#contentinterior h3{	/*TITULAR H3 DENTRO DEL CONTENTINTERIOR MAYUSCULAS Y NARANJA*/
	text-transform: uppercase; 
	font-size: 16px;
	color: #f55813;
	margin-bottom: 15px;
	padding-top: 10px;
/*	padding: 10px 0px 0px 20px; */
}

#contentinterior h4{	/*TITULAR H3 DENTRO DEL CONTENTINTERIOR MAYUSCULAS Y NARANJA*/
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
/*	padding: 10px 0px 0px 20px; */
}

#contentinterior p{	/*PARRAFOS DENTRO DEL CONTENTINTERIOR GRIS #666*/
	font-size: 15px;
	color: #666;
	text-align:left;
	padding-left: 20px;
/*	padding: 10px 0px 0px 20px; */
}

#contentinterior p strong{	/*PARRAFOS DENTRO DEL CONTENTINTERIOR GRIS #666*/
	font-size: 15px;
	color: #666;
	font-weight:bold;
}

#contentinterior p span{
	font-size: 10px;
	color: #666;
	font-weight:normal;
}

#recuadro {	/*RECUADRO QUE CONTIENE LOS TIPOS DE LASER*/
	position:relative;
	border: solid 2px #f55813;
	padding: 10px;
	width:auto;
/*	top: 0;
	left: 0;*/
	
}

#recuadro h2{	/*TITULAR DENTRO DE RECUADROR*/
	font-size:12px;
	color:#f55813;

}

#laser{	/*RECUADRO QUE CONTIENE LOS TIPOS DE LASER*/
	position:absolute;
	top:40px;
	left:10px;
	width: 300px;
/*	border: solid 2px #f55813;*/

}

#luzpulsada{	/*RECUADRO QUE CONTIENE LOS TIPOS DE LASER*/
	position:absolute;
	top:40px;
	left:300px;
	width: 300px;
/*	border: solid 2px #f55813;*/
}
/* #TECNOLOGIA MAS AVANZADA */



/* DUDAS FRECUENTES */

#preguntas {	

}

#preguntas strong{	
font-size:24px;
}

/* #DUDAS FRECUENTES */

#sidebar {
	background-color:#666;
/*	float:left; */
/*	margin-left:24px; */
/*	padding:14px; */
/*	width: 174px; */
}
#sidebar #primary-sidebar,
#sidebar #secondary-sidebar {
/*	float:left;*/
/*	width:173px; */
}
#sidebar #primary-sidebar {
	margin-right:12px;
}
#footer {
	background-color: #f26527;
	background-repeat:no-repeat;
	background-position:left top;
/*	clear: both;*/
	color: #999;
	padding: 0 0 0;
	height: 165px;
}

#footer a,
#footer a:visited {
	color: #a4a088;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .wrapper {
	overflow:hidden;
	padding-bottom:25px;
	height:auto;
/*	background-color:#f55813;*/
}
#capa_twitter{
  cursor:pointer;
}
#footer .logo {
	height:100px;
	left:730px;
	position:relative;
	width:250px;
}

#footer p#generator-link {
/*	float:left;*/
	font-size: 10px;
	padding-left:10px;
/*	padding-right: 85px;*/
	padding-top:20px;
	color:#fff;
	margin-bottom: -8px;
}

#footer h1#generator-link {
	font-size: 10px;
	padding-left:10px;
	padding-top:25px;
	color:#fff;
	margin-bottom: -8px;
}

#footer h2#generator-link {
	font-size: 10px;
	padding-left:10px;
	padding-top:25px;
	color:#fff;
	margin-bottom: -8px;
}
#footer h2#generator-link a{
	font-size: 10px;
	padding-top:25px;
	color:#fff;
	margin-bottom: -8px;
}

#footer p#generator-link a{
	color:#fff;
	text-decoration:none;
}

#footer  p#developer-link {
	float:left;
	font-size:%;
	padding-left:40px;
	padding-top:42px;
	color:#a4a088;
}

#footer h1{
	color:#fff;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 20px;
}
/*#footer p#developer-link {
	display:block;
	text-indent:-32697px;
}*/

#footer .section { 
	min-width: 980px; /* cut-off background fix */
	height:100px;
}

/* Home
=================================== */


.irHome {
height:100px;
left:0;
overflow:hidden;
position:absolute;
text-indent:-999em;
top:30px;
width:400px;
z-index:50;
}

#
.wrapper {
	/*background: url(../img/content/home-carrusel.jpg) no-repeat center bottom;*/
	overflow:hidden;
	padding-bottom:25px;
	height:353px;
	background-color:#fff;
}

#lateral {
	float:right;
	position:absolute;
	left:756px;
	top:5px;
	width:174px;
	z-index:200;
	}
	
	
#boton_lateral{
	margin-bottom: 5px;
}

#servicios .wrapper {
	overflow:hidden;
/*	border-top: 1px dashed #463a00; */
	height:493px;
	margin-top: 0;
	background-color:#fff;
}

#seccion1{
	float: left;
	width: 255px;
	height:373px;
	margin: 20px 10px 0px 20px; 
	background: url(../img/content/botonacos1.jpg) no-repeat center top;
}

#seccion2{
	float: left;
	width: 255px;
	height:373px;
	margin: 20px 10px 0px 20px; 
	background: url(../img/content/botonacos2.jpg) no-repeat left top;
}

#seccion3{
	float: left;
	width: 255px;
	height:373px;
	margin: 20px 10px 0px 20px; 
	background: url(../img/content/botonacos3.jpg) no-repeat center top;
}

#seccion-final{
	float: left;
	width: 217px;
	height:373px;
	margin:20px 0px;
	background: url(../img/content/home-micorrizacion.jpg) no-repeat center top;
}

#servicios #seccion1 h1{
	padding-left: 10px;
	color: #f55813;
	font-size:7px;
	margin-top: 140px;
}

#servicios #seccion1 h2{
	padding-top: 130px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #f55813;
	line-height: 24px;
	font-size:18px;
}
#servicios #seccion2 h2{
	padding-top: 130px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #f55813;
	line-height: 24px;
	font-size:18px;
}
#servicios #seccion2 h3{
/*	padding-top: 130px; */
	padding-left: 10px;
	padding-bottom: 10px;
	color: #f55813;
	line-height: 24px;
	font-size:18px;
}
#servicios #seccion2 h2 a{
	color: #f55813;
}
#servicios #seccion2 h3 a{
	color: #f55813;
}
#servicios #seccion3 h2{
	padding-top: 130px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #f55813;
	line-height: 24px;
	font-size:18px;
}
#seccion3 h2{
	padding-top: 187px;
	padding-bottom: 10px;
	line-height: 24px;
}

#servicios p{
	padding-left: 10px;
	margin-top: -15px;
	color: #999;
	font-size:12px;
}
#servicios ul{
	padding-left: 10px;
	margin-top: -14px;
	color: #999;
	font-size:12px;
}
#servicios li{
	color: #999;
	font-size:12px;
	margin-top: -8px;
}
#servicios a{
	padding-top: 0px;
	color: #a4a088;
}

#servicios a:hover{
	padding-top: 0px;
	color: #a4a088;
	text-decoration: none;
}
#boton{
	padding-top: 0px;
	padding-left: 10px;
	border:hidden;
}
#regala{
	padding-top: 0px;
	padding-left: 10px;
	border:hidden;
}

#regaladepilhairgrande{
	margin-bottom: 10px;
}

/* secciones
 =============================== */
 
 
 

/* idiomas
 =============================== */

#idiomas{
	padding-top: 20px;
	padding-left: 810px;
	color: #a4a088;
}
#idiomas a{
	color: #a4a088;
}

#idiomas a:visited{
	color: #a4a088;
}

#idiomas a:hover{
	color: #463a00;
	text-decoration: none;
}

#idiomas ul li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent no-repeat scroll left top;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
float: left;
padding-left: 12px;
}


/* Posts
 =============================== */
.entry-content,
.entry-summary {
	overflow:auto;
}
.hentry {
	position:relative;
}
.hentry .edit {
	background-color:#999;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 11.5px;
	opacity:.60;
	padding:3px 5px 1px;
	left:-32697px;
	position:absolute;
	top:0;
}
.hentry:hover .edit,
.post:hover .edit-post,
.comment.hentry:hover .edit-comment {
	left: auto;
	right:0;
}
.hentry:hover .edit-comment {
	left:-32697px;
	right: auto;
}
.comment.hentry.bypostauthor:hover .edit-comment {
	top: 2px;
	right: 2px;
}
.edit a,
.edit a:visited,
.edit a:hover{
	color:#fff;
}
.full .full-content {
	clear:both;
	padding-top: 9px;
	width: auto;
}
.full .pages-link,
.page-numbers {
	font-weight:bold;
}
.full .pages-link a,
a.page-numbers {
	border:1px solid #cecfd1;
	font-weight:normal;
}
.full .pages-link a,
.page-numbers{
	padding:2px 6px;
}
.full .pages-link a:hover {
	border-color:#999;
	text-decoration:none;
}
.full p.comments-link {
	float:right;
}

.archive {
	border-top: 1px dotted #cecfd1;
	list-style: none;
	margin: 1.5em 0 0;
}
.archive li {
	margin-bottom:0;
}
.archive .full {
	margin-top:18px;
}
.excerpt {
	background: url(../img/arrow-bullet.gif) no-repeat 0 12px;
	border-bottom: 1px dotted #cecfd1;
	color: #999;
	padding: 12px 146px 12px 20px;
	position:relative;
}
.excerpt strong.entry-title {
	font-size: 14px;
}
.excerpt strong.entry-title a,
.excerpt strong.entry-title a:visited {
	color: #51555c;
}
.excerpt strong.entry-title a:hover {
	color: #6c6c6c;
	text-decoration: none;
}
.excerpt .date {
	margin-top:1.5em;
}
.excerpt p {
	margin:0;
}
.excerpt .date,
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span {
	display: block;
	width: 140px;
}
.excerpt .date,
.excerpt .comments-link {
	position:absolute;
	right:0;
	top:14px;
}
.search {
	border-top: 1px dotted #cecfd1;
	padding-top:18px;
}

/* Comments and comment form
=================================== */
.commentlist{
	clear:both;
	list-style:none;
	margin:0 0 18px;
}
li.li-comment{
	background:transparent;
	margin:0;
	padding:0;
	position:relative;
}
li.li-comment li.li-comment {
	background:url(../img/comment-thread.gif) no-repeat 0 3px;
	padding-left:24px;
}
.commentlist .comment {
	margin-bottom:8px;
	overflow:hidden;
	padding:0 0 0 60px;
}
.commentlist .comment .photo img{
	margin-left:-60px;
	position:absolute;
}
.comment cite.fn {
	font-size:14px;
	font-weight:bold;
}
.comment .comment-content {
	overflow:hidden;
	margin-bottom:4px;
}
.comment .comment-content p:last-child,
.comment .comment-content p.last-child {
	margin-bottom:0;
}
.comment-meta {
	color:#999;
	font-size: 10.5px;
}
.comment-meta .date {
	float:right;
}
.comment-reply-link,
.comment-reply-link:visited,
.comment-reply-link:hover {
	background:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	color:#fff;
	font-size:9.5px;
	opacity:.7;
	padding:3px 5px 2px;
}
/* author comments */
.commentlist .bypostauthor {
	background-color:#efeff1;
	padding:8px 12px 6px 72px;
}

/* trackbacks and pingbacks */
.ping {
	border-top:1px dotted #cecfd1;
	padding:9px;
}
.ping .entry-summary,
.ping .entry-summary p {
	border:0;
	margin:0;
	padding:0;
}
form.comment-form {
	background-color:#efeff1;
	border:1px solid #e9eaea;
	margin-bottom:8px;
	padding:9px 9px 0;
}
.comment-form label {
	color:#51555c;
	font-weight:bold;
}
.comment-form-user-info input {
	margin-right:9px;
	width:200px;
}
.comment-form em {
	color:#999;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
}
.comment-form textarea {
	height:9em;
	width:95%;
}

/* Sidebar and Widgets
============================== */
.widget {
	margin-bottom:18px;
	overflow:hidden;
	width:100%;
}
h2.widget-title,
.widget_search label {
	font-size: 1.5em; /* 14 */
	font-weight:100;
	line-height:1.28571;
	margin:0 0 0.583333em;
}
.widget li {
	margin:0;
}
.widget_search label {
	display:block;
	font-weight:bold;
}
.widget_search input {
	margin-bottom:6px;
}
#carrington-subscribe h2.widget-title {
	color:#999;
	float:left;
	font:normal 1.16666667em/1.28571429 helvetica, arial, sans-serif; /* 14 */
	margin:7px 0 0;
	text-transform:uppercase;
}
#carrington-about {
	padding-bottom:24px;
}
#carrington-about .about{
	background-color:#fff;
	overflow:hidden;
	padding:12px;
}
#carrington-about p {
	margin:0;
}
#carrington-about a.more,
#carrington-about a.more:visited {
	float:right;
}
#carrington-archives ul {
	border-top: 1px dotted #cecfd1;
}
#carrington-archives li {
	background-position:left 6px;
	border-bottom: 1px dotted #cecfd1;
}
#carrington-archives li a {
	display:block;
	padding:6px 0;
}

/* Misc
=================================== */

#footer p#developer-link a,
#footer p#developer-link a:visited {
	background:url(../img/footer/by-crowd-favorite-light.png) no-repeat left top;
	float:right;
	height:30px;
	text-indent:-32697px;
	width:270px;
}

#TB_secondLine {
	color:#999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
#TB_title{
	background-color: #51555c;
	color:#fff;
	font-size:11.5px;
	line-height:18px;
}
#TB_title a,
#TB_title a:visited {
	color:#fff;
}
a#TB_prev:hover,
a#TB_next:hover {
	height:100%;
}
a#TB_prev:hover {
	background:url(../img/lightbox/prevlabel.gif) no-repeat left center;
}
a#TB_next:hover {
	background:url(../img/lightbox/nextlabel.gif) no-repeat right center;
}


#tablaform {
	margin: 0 auto 0 auto;
	width: 600px;
	color:#AAAAAA;
	font: 12px Helvetica;
	margin:0;
	padding:0;
}
#tablaform input {
}
#tablaform input, .tablaform textarea {
	background:url("../images/field-bg-top.gif") repeat-x scroll left top #FFFFFF;
	border:1px solid #AAAAAA;
	color:#888888;
	font:12px Trebuchet MS,sans-serif;
	padding:3px;
	vertical-align:top;
	margin-top: 5px;
	width:298px;

}

option, select, jumpMenu {
	/*background:url("../images/field-bg-top.gif") repeat-x scroll left top #FFFFFF;*/
	/*border:1px solid #AAAAAA;*/
	/*background-color:#666;*/
	color:#888888;
	font:12px Trebuchet MS,sans-serif;
	padding: 2px 8px 2px 2px;
	vertical-align:top;
	margin-top: 5px;
	width:298px;
}
#tablaform .boton {
	color:#888888;
	font:12px Trebuchet MS,sans-serif;
	padding: 2px 8px 2px 2px;
	vertical-align:top;
	margin-top: 5px;
	width:100px;
}

.h2comoh3{	/*TITULAR H2 COMO SI FUERA UN H3*/
	text-transform: uppercase; 
	font-size: 10px;
	color: #f55813;
	margin-bottom: 15px;
	padding-top: 10px;
/*	padding: 10px 0px 0px 20px; */
}
#contentinterior h2 a{
	color:#F55813;
	font-size:16px;
	margin-bottom:15px;
	padding-top:10px;
	text-transform:uppercase;	
}


#twitter_update_list li {
	list-style: none;
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	height:20px;

}

#twitter_update_list a {
	display:none;
}

#twitter_update_list {
	width:857px; margin:0 auto;background:url('../img/footer/twitter.jpg') no-repeat 0px 0px;padding-left:23px;padding-top:3px;
}
#tablamapa h1,
.entry-title{
  border-bottom:4px solid #d4d4d4;
  color:#d75127 !important;
  font-size:21px;
  font-weight:normal;
  text-transform: none;
  margin:0;
  padding:0;
  padding-bottom:6px;
  margin-bottom:15px;
}
#tablamapa h2{
  color:#ababab;
  font-size:21px;
  font-weight:normal;
  text-transform: none;
  margin:0;
  padding:0;
  margin-bottom:5px;
}
.entry-title{
 text-transform:uppercase !important;
 width:700px !important; 
}
h5{
font-size:16px;color:#727272;text-align:right;margin-bottom:5px;width:100%;text-transform:none;
    border-bottom: 4px solid #DFDFDF;
    padding-bottom:3px;
    margin-bottom:10px;
}
#contentinterior p a img{
  margin-left:-10px;
}

/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

.rule,
.rule-major,
.rule-minor {
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center;
	border:0;
}
.rule {
/*background-image:url(../img/divider-ornament.gif);*/
}
.rule-major {
/*	background-image:url(../img/comments-divider.gif);*/
}
.rule-minor {
/*	background-image:url(../img/divider-ornament.gif);*/
}
.nav li {
	
}
.nav li li {
background-image: none: 
	
}
.nav li li:first-child,
.nav li li.first-child {
}
.pagination,
.pagination-single {
	background-image:url(../img/grey-to-white-gradient.png);
	background-repeat:repeat-x;
	background-position:left top;
}
.close {
	background-image: url(../img/header/texture-light.png) top center;
}

.full .comments-link a,
.full .comments-link a:visited,
.full .comments-link span,
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span{
	background: url(../img/comment.gif) no-repeat left center;
	padding: 1px 0 0 20px;
}
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span{
	width:120px;
}
.commentlist .bypostauthor {
	background-image: url(../img/watermark-light.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

form.comment-form {
	background-repeat:repeat-x;
	background-position:left top;
}


/*quito el degradado de fondo*/
#header {
	/*background-image:url(../img/header/gradient-dark.png);*/
}

/*quito el degradado de fondo*/
#header .wrapper {
	/*background-image:url(../img/header/img_cabecera.jpg);*/
}
#sub-header  {
	
}
#sub-header .wrapper {
	background-image: url(../img/header/linea-menu.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
#sidebar {
	background-color: #fff !important;
}

#footer {
	background: #f26527;bottom:0px !important;
}


#listado_clinicas {
	float:left;
	color:#fac1a9;
	padding-top:35px;
	background:url('../img/footer/border.gif') no-repeat right;
	margin-top:10px;
	height:45px;
	padding-right:20px;
 }

#logo_pie {
	float:left;
	width:220px;
	margin-top:10px;
	margin-left:10px;
	background:url('../img/footer/border.gif') no-repeat right;
}

#footer .wrapper {
	/*background: url(../img/footer/divider-ornament-wide-light.png) no-repeat center bottom;*/
	
}

#footer .logo {
	/*background: url(../img/footer/logo.png) no-repeat;*/
}

#carrington-subscribe {
	background: url(../img/divider-ornament.gif) no-repeat center bottom;
}

#carrington-subscribe a{
	background:url(../img/rss-button.gif) no-repeat left top;
}

#carrington-about {
	background: url(../img/divider-ornament.gif) no-repeat center bottom;
}
#carrington-about .about{
	/*background:url(../img/watermark-light.jpg) no-repeat left top;*/
}



/* Gallery
=================================== */

body#attachment #header {
	background-image:url(../img/header/gradient-dark.png);
	background-repeat:repeat-x;
	background-position:center bottom;
}
body#attachment #header .wrapper {
	background-position:center bottom;
}
.figure-info {
	background:transparent url(../img/divider-ornament-wide-dark.png) no-repeat scroll center top;
}
.previous-attachment,
.next-attachment {
	padding-bottom:13px;
}
.previous-attachment {
	background:url(../img/attachment/150px-flourish-left-dark.png) no-repeat right bottom;
}
.next-attachment{
	background:url(../img/attachment/150px-flourish-right-dark.png) no-repeat left bottom;
}

/* Misc
=================================== */

#TB_title{
	background-image: url(../img/header/texture-dark.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}






