/*
Theme Name: DobleO
Theme URI: http://koopersmith.wordpress.com/
Description: A theme generated by the elastic framework.
Version: 0.0.3
Author: admin
Author URI: http://koopersmith.wordpress.com/
Tags: elastic
*/

/* THEME STYLES */
/* These styles adapted from Thematic */


/* ALTERED DEFAULT.CSS */


/* =Global Elements
-------------------------------------------------------------- */

body {
	font: 1.4em Georgia,serif;
	line-height:2em;
}
input[type="text"], input[type="password"], textarea {
	font-family: Georgia,serif;
}
pre, code {
	font:0.9em Monaco, monospace;
	line-height:1.4em;
	color:#c33;
}
blockquote {
	color:#666;
	font-style:italic;
}
table {
	border:1px solid #ccc;
	border-width:1px 1px 0 1px;
	font-size:0.9em;
	line-height:1.2em;
	margin:0 0 1.4em 0;
	text-align:left;
}
caption {
	text-align:left;
}
tr {
	border-bottom:1px solid #ccc;
}
th, td {
	padding: 0.5em 0.9em;
}
hr {
	background-color:#ccc;
	border:0;
	color:#ccc;
	height:1px;
	margin-bottom:1.4em;
}
a:link {

	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#000000;
}
a:active,
a:hover {
	color: #ffa436;
}
p{
	margin-top:20px;
}

/* =Header
-------------------------------------------------------------- */

#header {
	z-index:2;
}
#branding {
	/*padding:6.0em 0 3.0em 0;*/
}
#blog-title a {
	font-family:Arial,sans-serif;
	font-size:2.4em;
	font-weight:bold;
	line-height:1.4em;
	color:#000;
	text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
	color: #ffa436;
}
#blog-description {
	color:#666;
	font-size:0.9em;
	font-style:italic;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
	display:none;
}
#access {
	border-bottom:1px solid #ccc;
	height:1.8em;
	font-size:0.9em;
	overflow:visible;
	z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:         0;
	padding:        0;
	list-style:     none;
}
.sf-menu {
	line-height:    1.0;
}
.sf-menu ul {
	position:       absolute;
	top:            -999em;
	width:          10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:          100%;
}
.sf-menu li:hover {
	visibility:     inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:          left;
	position:       relative;
}
.sf-menu a {
	display:        block;
	position:       relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:           0;
	top:            1.8em; /* match top ul list item height */
	z-index:        99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:            -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:           10em; /* match ul width */
	top:            0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:            -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:           10em; /* match ul width */
	top:            0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	border-right:1px solid #ccc;
	float:left;
}
.sf-menu a {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:0.6em 0.9em;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:          #666;
}
.sf-menu li {
	background:     #fff;
}
.sf-menu li li {
	background:     #fff;
}
.sf-menu li li li {
	background:     #9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:     #fafafa;
	outline:        0;
	border-bottom-color:#ccc;
}
.sf-menu ul {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:1.8em; /* overriding essential styles */
}
.sf-menu ul ul {
	margin-top:0;
}
.sf-menu ul a {
	background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
	color: #ffa436;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear:both;
	padding:4.4em 0 1.4em 0;
}
.page-title {
	font-size:0.9em;
	line-height:1.2em;
	padding:0 0 3em 0;
}
.attachment .page-title {
	font-style:italic;
}
.page-title a {
	color:#666;
	text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
	color: #ffa436;
}
.page-title span {
	font-style:italic;
}
.page-title .meta-nav {
	font-style:normal;
}
.hentry {
	padding:0 0 0 0;
	margin-top:20px;
	/*border-bottom:solid 1px #d3d5d7;*/
	overflow:hidden;
}
.single .hentry {
	padding:0;
}
.home #content .sticky {
	border:1px solid #ccc;
	margin:0 0 4.4em 0;
	padding:1.4em 1.4em 0 1.4em;
}
.entry-title, .entry-title a {
	font-family:Arial,sans-serif;
	font-size:1.8em;
	font-weight:bold;
	line-height:1.2em;
	padding:0 0 0.2em 0;
	color:#000;
	text-decoration:none;
}
.entry-title a {
	font-size: 1em !important;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ffa436;
}
.entry-meta, .entry-meta a {
	color:#666;
	font-size:0.9em;
	font-style:italic;
	line-height:1.2em;
	text-decoration:none;
}
.entry-meta .author {
}
.entry-meta .n {
	font-size:0.8em;
	font-style:normal;
	letter-spacing:0.05em;
	text-transform:uppercase;
}
.entry-meta a {
	font-size: 1em;
}
.entry-meta a:active,
.entry-meta a:hover {
	color: #ffa436;
}
.entry-meta abbr {
	border:none;
	cursor:text;
	font-size:0.8em;
	font-style:normal;
	letter-spacing:0.05em;
	text-transform:uppercase;
}
.entry-content {
	padding:0 0 0 0;
	font-size:12px;
	line-height:18px;
}
.entry-content a{
	text-decoration:underline;
	/*color:blue;*/
}
.entry-content a:hover{
	text-decoration:none;
}
.entry-content h1 {
	font-family:Arial,sans-serif;
	font-size:1.4em;
	font-weight:bold;
	padding:1.2em 0 0.9em 0;
}

.entry-content h2 {
	font-family:Arial,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	padding:1.2em 0 0.9em 0;
}

.entry-content h3 {
	font-size:1.2em;
	font-style:italic;
	padding:1.2em 0 0.9em 0;
}
.entry-content h4 {
	font-size:0.8em;
	font-family:Arial,sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.05em;
}
.entry-content table {
	margin-left:0.1em;
}
.entry-content embed {
	margin:0 0 1.4em 0;
}

.entry-content .presupuesto{
	clear:both;
	padding:10px;
	text-align:center;
	font-family:Arial;
	background:#f1f5f8;
	margin:auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #ccc;
	width:250px;
	margin-top:50px;
}
.entry-content .presupuesto img{
	margin-right:5px;
	margin-bottom:-10px;
}
.entry-utility, .entry-utility a {
	color:#666;
	font-size:0.9em;
	line-height:1.2em;
	margin:0 0 3.0em 0;
	font-style:italic;
	text-decoration:none;
}
.entry-utility-prep {
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#FFA436;
	font-weight:bold;
}
.entry-utility a {
	font-size: 1em;
}
.entry-utility a:active,
.entry-utility a:hover {
	color: #ffa436;
}
.page-link {
	font-size:0.9em;
	font-weight:bold;
	line-height:1.2em;
	margin:0 0 1.4em 0;
	padding:1.4em 0 0 0;
	word-spacing:0.4em;
}
.page-link a {
	border:1px solid #ccc;
	color:#666;
	font-weight:normal;
	padding:0.4em 0.5em;
	text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
	color: #ffa436;
}
ul#links-page,
ul#archives-page {
	list-style:none;
	margin-left:0;
	overflow:hidden;
}
li.content-column {
	float:left;
	margin-right:1.4em;
	width:45%;
}
.gallery {
	padding:0 0 1.4em 0;
}
.wp-caption-text,
.gallery-caption {
	color:#666;
	font-size:0.9em;
	line-height:1.2em;
}
#author-info {
	margin:0 0 3.0em 0;
	overflow:hidden;
}
#author-info .avatar {
	float:left;
	margin:0.2em 0.6em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
	width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
	width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
	width:540px;
	overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
	display:none;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color:#666;
	font-size:0.9em;
	line-height:1.2em;
	margin: 0 0 1.4em 0;
	overflow:hidden;
}
.navigation a {
	color:#666;
	font-style:italic;
	text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
	color: #ffa436;
}
.navigation .meta-nav {
	font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
	display:none;
}
.paged #nav-above {
	display:block;
	padding:0 0 3.0em 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	padding:1.4em 0 0 0;
}
#comments,
#comments input,
#comments textarea {
	font-size:0.9em;
	line-height:1.2em;
}
#comments code {
	font-size:0.8em;
	line-height:1.2em;
}
#comments h3 {
	font-family:Arial,sans-serif;
	font-size:1em;
	font-weight:bold;
	line-height:1.4em;
	padding:0 0 1.2em 0;
}
#comments-list {
	padding:0 0 1.2em 0;
}
#comments-list ol,
#comments-list ul {
	list-style:none;
	margin:0;
}
#comments-list ol {
	border:1px solid #ccc;
	border-bottom:none;
	margin:0 0 1.2em 0;
}
#comments-list li {
	background:#fafafa;
	border-bottom:1px solid #ccc;
	padding:1.2em 1em 0 1em;
	position:relative;
}
#comments-list li.alt {
	background:#fff;
}
#comments-list li.bypostauthor {
	background:#FFFFCC;
}
#comments-list ul li {
	border:1px solid #ccc;
	margin:0 0 1.2em 0;
}
#comments-list li .avatar {
	position:absolute;
	top:1.4em;
	left:1em;
	width:2.4em;
	height:2.4em;
}
#comments-list .comment-author {
	font-weight:bold;
	padding:0.6em 0 0 2.4em;
}
#comments-list .comment-meta {
	color:#666;
	font-size:0.8em;
	padding:0 0 0.6em 3em;
}
#comments-list .comment-meta a {
	color:#666;
	font-style:italic;
	text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
	color: #ffa436;
}
.comment-reply-link {
	font-size:0.8em;
	padding:0 0 1.2em 0;
	text-align:right;
}
.comment-reply-link a {
	color:#666;
	font-style:italic;
	text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
	color: #ffa436;
}
.comment-navigation {
	font-weight:bold;
	padding:0 0 1.2em 0;
	margin-right:0.4em;
}
.comment-navigation a {
	border:1px solid #ccc;
	color:#666;
	font-weight:normal;
	padding:0.4em 0.5em;
	text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
	color: #ffa436;
}
.comment-navigation a,
.comment-navigation span {
	margin-right:0.4em;
}
#trackbacks-list .comment-content {
	position:absolute;
	left:-9000px;
}
#respond {
	background:#fff;
	margin-bottom:1.4em;
	overflow:hidden;
	padding:1.2em 0 0 0;
	position:relative;
}
#comments-list #respond {
	border-bottom:1px solid #ccc;
	margin:0 0 1.2em 0;
	padding:1.2em 1em;
}
#comments-list ul #respond {
	border:1px solid #ccc;
	margin:0;
}
#cancel-comment-reply {
	font-size:0.8em;
	position:absolute;
	top:1.2em;
	right:1em;
}
#cancel-comment-reply a {
	color:#666;
}
#respond .required {
	color:#ffa436;
	font-weight:bold;
}
.form-section label {
	font-size:0.8em;
}
.form-section input {
	margin:0 0 1.2em 0;
	width:98%;
}
.form-section textarea {
	width:99%;
}
#form-allowed-tags p {
	color:#666;
	font-size:0.8em;
	margin:0;
}
#form-allowed-tags span {
	font-style:italic;
}
#form-allowed-tags code {
	font-size:0.8em;
	line-height:normal;
}
.form-submit {
	padding:1.2em 0 0 0;
	text-align:right;
}
.subscribe-to-comments {
	color:#666;
	float:left;
	font-size:0.8em;
	margin:0;
	padding:1.2em 0 0 0;
}
.solo-subscribe-to-comments {
	color:#666;
	font-size:0.8em;
	padding:1.2em 0 0 0;
}
.comment_license {
	color:#666;
	clear:both;
	font-size:0.8em;
	margin:0;
	padding:1.2em 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
	font-size:0.9em;
	line-height:1.2em;
	margin-bottom:0.4em;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
	margin-bottom:1.2em;
}
.aside pre,
.aside code {
	font-size:0.8em;
	line-height:1.2em;
}
.aside .current_page_item a {
	color: #ffa436;
}
.aside .current_page_item .page_item a {
	color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
	color: #ffa436;
}
.aside {
	color:#666;
}
.aside a {
	/*color:#666;*/
color:#000;
}
.aside a:active,
.aside a:hover {
	color: #ffa436;
}
.aside h3, .aside h3 a {
	/*font-size:1.2em;*/
	font-style:italic;
	line-height:1.8em;
	text-decoration:none;
}
.aside caption {
	font-size:0.8em;
	font-family:Arial,sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.05em;
}
.aside ul {
	list-style:none;
	margin-left:0;
}
.aside ul ul {
	list-style:none;
	/*margin:0 0 1.4em 1.4em;*/
}
.aside ul ul li {
	padding:0.1em 0;
}
.aside ul ul ul {
	margin-bottom:0;
}
.aside form,
.aside table {
	margin-bottom:1.4em;
}
.aside table {
	border:none;
}
.aside thead {
	border:1px solid #ccc;
}
.aside tbody {
	border:1px solid #ccc;
}
.aside th, .aside td {
	border-right:1px solid #ccc;
	padding:0.1em 0.6em;
}
.aside tfoot tr {
	border:none;
}
.aside tfoot td {
	border-color:transparent;
}
.widget_tag_cloud {
	margin:0 0 1.4em 0;
}
.aside #searchsubmit {
	display: none;
}
/*
	Main Asides
*/
.main-aside ul {
	padding:0 1.4em;
}
.main-aside h3 {
}
.main-aside ul ul {
	padding:0;
}
#primary {
	border:1px solid #ccc;
	padding:1.2em 0 0 0;
	margin-bottom:1.4em;
}
/*
	Content Asides
*/
#content .aside {
	border:1px solid #ccc;
	margin:0 0 1.4em 0;
	padding:1.2em 0 0 0;
}
#content .aside ul {
	padding:0 1.4em;
}
#content .aside h3 {
	font-family:Georgia,serif;
	font-weight:normal;
	font-size:1.2em;
	font-style:italic;
	padding:0 0 0.5em 0;
	text-transform:none;
}
#content .aside ul ul {
	padding:0;
}
/*
	Footer Asides
*/
#subsidiary {
	padding:1.8em 0 0 0;
}


/* =Footer
-------------------------------------------------------------- */

#siteinfo {
	color:#666;
	font-size:0.8em;
	line-height:1.2em;
	padding:1.4em 0 3.0em 0;
}
#siteinfo a {
	color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
	color: #ffa436;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
	margin:0 0 0 -0.4em;
	padding:0.4em 0;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
	border:1px solid #ccc !important;
	color:#666!important;
	font-style:normal;
	margin:0 0.3em !important;
	padding:0.4em 0.1em !important;
}
.wp-pagenavi a:visited {
	border:1px solid #ccc !important;
	color:#666 !important;
}
.wp-pagenavi a:hover {
	border:1px solid #ccc !important;
	color:#ffa436 !important;
}
.wp-pagenavi a:active {
	border:1px solid #ccc !important;
	color:#ffa436 !important;
}
.wp-pagenavi span.pages {
	border:none !important;
	color:#666 !important;
	margin:0 !important;
	padding:0 !important;
}
.wp-pagenavi span.current {
	border:none !important;
	color:#666 !important;
	font-weight:normal !important;
	margin:0 !important;
	padding:0 !important;
}
.wp-pagenavi span.extend {
	background-color:#FFFFFF;
	border:1px solid #000000;
	color:#000000;
	margin:0.1em;
	padding:0.1em 0.3em;
}


/* IMAGES.CSS */

.entry-content img {
	margin: 0 0 1.8em 0;
	max-width:100%;
	height: auto;
}
.alignleft,
img.alignleft {
	float: left;
	margin-right: 2em;
}
.alignright,
img.alignright {
	display: block;
	float: right;
	margin-left: 2em;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.8em;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0.5em;
}
.gallery img {
	margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height: 1em;
	margin:0 !important;
}


/* ELASTIC CUSTOMIZATIONS */

.group, .header, .sidebar, .footer, .content {
	float: left;
}

#group-1 {
	float: none;
	margin: 0 auto !important;
}

.sidebar, .footer {
	/*border-top:1px solid #ccc;*/
	/*border-bottom:1px solid #ccc;*/
	background: none;
	padding: 0;
	margin-bottom: 1em;
}

.widget-area {
	/*padding-left: 1em;*/
}

.widget-title a{font-weight:normal;}
.widget-title {font-size:1.4em;}

.content {
	/*border-top:1px solid #A7B3BB;*/
}

#site-info {
	padding: 1em 1em 0 1em;
}

#site-info p {
	margin: 0;
}

/* GENERATED BY THE ELASTIC THEME EDITOR */
/* TYPOGRAPHY */

body {
	font-family: Arial, sans-serif;
	/*color: #606060;*/
	font-size: 12pt;
	line-height: 1.6em;
}

#blog-title a {
	font-family: Arial,sans-serif;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.4em;
	color: #000;
	text-decoration: none;
}

#blog-description {
	font-family: Georgia, serif;
	font-size: 0.9em;
	font-style: italic;
	color: #666;
}

.entry-title, .entry-title a {
	font-family: Arial, sans-serif;
	font-size: 24pt;
	line-height: 1.2em;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.entry-content h1 {
	font-family: Arial,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
}

.entry-content h2 {
	font-family: Arial,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

.entry-content h3 {
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-style: italic;
	color: #000;
}

.entry-content h4 {
	font-family: Arial,sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #000;
}

.entry-meta, .entry-meta a, .entry-utility, .entry-utility a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.2em;
	font-style: normal;
	text-decoration: none;
}

.aside h3, .aside h3 a {
	font-family: "Planetestyle", sans-serif;
	font-style:normal;
	/*font-size: 1.2em;*/
	color: #000;
	text-decoration: none;
	margin:0px;
}

@font-face{
	font-family:"Planetestyle";
	src:url(fonts/planetestyle.TTF) format("truetype");
}

@font-face{
	font-family:"Calibri";
	src:url(fonts/calibri.ttf) format("truetype");
}

@font-face{
	font-family:"CalibriBold";
	src:url(fonts/calibrib.ttf) format("truetype");
}

.aside h3{
	border-bottom: 1px solid #a7b3bb;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
}

.aside {
	font-family: Georgia, serif;
	font-size: 0.9em;
	color: #666;
	text-decoration: none;
	margin-right:80px;
}

a {
	font-family: inherit;
	font-size: inherit;
	color: #004B91;
}

pre, code {
	font-family: Monaco, monospace;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #c33;
}

blockquote {
	font-family: Georgia, serif;
	font-size: 1em;
	font-style: italic;
	color: #666;
}



#group-1 {width : 100%;text-align:center;}
#group-2 {width : 100%;margin-right : 0px;padding-top:20px;}
#group-slider { width: 100%; max-width : 950px;margin : 0 auto 0 auto;text-align:left;float:none;height:336px;}
#group-3 {width : 100%;margin-right : 0px;}
#group-wrap-1 {width : 100%;
	text-align:center;
	float:left;
	position:relative;
	background:url(images/navbar-sup.png) top repeat-x;
}

#group-wrap-1-2 { width: 100%; max-width : 950px;margin : 0 auto 0 auto;text-align:left;float:none;}

#group-wrap-2 { /* content */
	width : 100%;
	text-align:center;
	float:left;
	/*padding-top:30px;*/
	background:url(images/back_gradient.png) top repeat-x;
	position:relative;
	height:500px;
}

#group-wrap-2-1 {width : 100%;margin-right : 0px;background:url(images/sliderbackground.png) top repeat-x; height:336px;}
#group-wrap-3-1 {width: 100%; max-width : 950px;margin : 0 auto 0 auto;text-align:left;float:none;}

#group-wrap-2-2 { max-width : 950px;margin : 0 auto 0 auto;text-align:left;float:none;}
#group-wrap-2-3 {width: 100%; max-width : 950px;margin : 0 auto 0 auto;text-align:left;float:none;}
#group-wrap-3 {width : 100%;margin : 0 auto 0 auto;text-align:left;float:none;bottom:0px;}
#group-3 {
	width:100%;
	background:url(images/footer_back.jpg) center no-repeat;
	height:218px;
	text-align:center;
	margin : 40px auto 0 auto;
}

#header {width: 100%; max-width : 950px;margin-right : 0px;height:159px;}
#sidebar-1 {width: 100%; max-width : 310px;margin-right : 10px; /*border-top: 1px solid #a7b3bb;*/}
#sidebar-slider {width: 100%; max-width : 950px;margin : 0px;}
#content { max-width : 630px;margin-right : 0px;}


/*#group-1 {width : 950px;margin-right : 0px;}
#group-2 {width : 950px;margin-right : 0px;}
#header {width : 950px;margin-right : 0px;}
#sidebar-1 {width : 230px;margin-right : 10px;}
#content {width : 710px;margin-right : 0px;}
#footer {width : 950px;margin-right : 0px;}
*/

/* Twitter widget */
#twitter-4 ul{
	list-style:none;
	margin:0px;
	font-family:Arial;
	font-size:11px;
}

#twitter-4 h3{
	background:url(images/twitter.png) no-repeat left center;
	margin-bottom: 20px;
}

#facebookwidget h3{
	background:url(images/facebook.png) no-repeat left center;
	/*margin-bottom: 20px;*/
	margin-top: 50px;
	border-top: 1px solid #A7B3BB;
}

#twitter-4 ul{
	border: solid 1px #cccccc;
	padding-bottom:44px;
	background:url(images/twitterfoot.png) bottom no-repeat;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#twitter-4 li{
	border-bottom: dashed 1px #dddddd;
	padding:8px;
	background:url(images/tweethighlight.png) top no-repeat;
}

#twitter-4 li .entry-content{
	font-size:1em;

}

#twitter-4 .entry-content a{
	color:#03afff;
}

#twitter-4 .entry-meta,#twitter-4 .entry-meta a{
	font-family:Arial;
	font-style:normal;
	font-size:0.9em;
}

#twitter-4 .entry-meta{
	margin-top:4px;
}

#twitter-4 .from-meta{
	display:none;
}


/* Cabecera */
#mancha {
	background:url(images/mancha.png);
	width:224px;
	height:184px;
	right:0px;
	z-index:100;
	position:absolute;
}

.menu-menu-superior-container ul{
	z-index:200;
	list-style:none;
	margin:0px;
	margin-top: -11px;
	float: right;
	position: relative;
	margin-right: 10px;
}

.menu-item-object-custom{
	float:left;
	height:41px;
	background:url(images/navbar.png);
	margin-right:10px;
	border:solid 1px #dbebf4;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: 1px -1px 1px 1px #a6a6a6;
	-moz-box-shadow: 1px -1px 1px 1px #a6a6a6;
	box-shadow: 1px -1px 1px 1px #a6a6a6;
}



.menu-menu-superior-container a, .menu-menu-superior-container a:hover{
	text-decoration:none;
	text-shadow: 1px 1px 1px #ffffff;
	color:#455059;
	font-weight:bolder;
	font-size:14px;
	margin-top:15px;
	margin-bottom:5px;
	padding:0px 15px 5px 15px;
	float:left;
}

/*
.current-menu-item{
	background:#fff;
	background-image:none;
	-webkit-box-shadow: 1px -1px 0px 0px #a6a6a6;
	-moz-box-shadow: 1px -1px 0px 0px #a6a6a6;
	box-shadow: 1px -1px 0px 0px #a6a6a6;
	border-bottom:solid 1px #fff;
}
*/

.current-menu-item{
	-webkit-box-shadow: 1px -1px 0px 0px #a6a6a6;
	-moz-box-shadow: 1px -1px 0px 0px #a6a6a6;
	box-shadow: 1px -1px 1px 1px #a6a6a6;
	border-bottom:solid 1px #fff;
}

#masthead{
	position:relative;
	height:159px;
}

#logodobleo{
	cursor:pointer;
	background:url(images/logo.png);
	width:219px;
	height:60px;
	margin-top:32px;
	z-index:100;
}

/* general */
#ultimos-posts{
	font-family: "Planetestyle", sans-serif;
	font-size: 21px;
	font-weight:normal;
	color:#526c80;
	border-bottom: 1px solid #a7b3bb;
}

.blog-title{
	font-family: "Planetestyle", sans-serif;
	font-size: 21px;
	color: #000;
	font-weight:normal;
	margin:0px;
	background:url(images/rss.png) no-repeat left center;
	border-bottom: 1px solid #a7b3bb;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	line-height: 1.8em;
}

.blog-subtitle{
	float:right;
	text-align:right;
	line-height: 1em;
	font-family:Arial;
	font-weight:normal;
	font-family: "Calibri", sans-serif;
}

.hentry .comments-link{
	float:right;
}

.hentry .comments-text{
	float:left;
	margin-right:5px;
	font-size:12px;
}


.hentry .comments-left{
	width:4px;
	height:24px;
	float:left;
	background:url(images/comment-left.png) center no-repeat;
}

.hentry .comments-text a, .hentry .comments-text a:hover{
	text-decoration:none;
	color:#a0abb1;
}

.hentry .comments-center{
	text-align:center;
	font-size:12px;
	line-height:14px;
	min-width:12px;

	height:24px;
	float:left;
	background:url(images/comment-center.png) center no-repeat;
}

.hentry .comments-center a,.hentry .comments-center a:hover{
	text-decoration:none;
	color:#a0abb1;
}

.hentry .comments-right{
	width:4px;
	height:24px;
	float:left;
	background:url(images/comment-right.png) center no-repeat;
}

.hentry .entry-thumb{
	width:140px;
	height:140px;
	float:left;
	margin-right:20px;
	border:solid 1px #737c81;
}

.hentry .entry-thumb-mini{
	width:65px;
	height:65px;
	float:left;
	margin-right:20px;
	border:solid 1px #737c81;
	background-color:#fff;
	padding:2px;
	background-clip:content-box;
}
/* slider */
.ul_jj_slider{
	margin:0px;
	padding:0px;
	list-style:none;
}


.page-title{
	display:none;
}

#sidebar-1 .page-title{
	display:block;
	font-style: normal;
	font-size: 1.2em;
	background-color:#8da4b6;
	padding:1px 0px;
	margin:20px 0px;
}

#sidebar-1 .page-title h3{
	text-align:center;
	border-top:solid 2px #fff;
	border-bottom:solid 2px #fff;
	color: #fff;
	font-size:24px;
	line-height:24px;
	margin: 0px;
	padding:10px 20px;
}

#sidebar-1 .presupuesto{
	padding:20px;
	text-align:center;
	font-family:Arial;
	background:#f1f5f8;
	border:solid 1px #f1f5f8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #ccc;
}

.gris-detalle{
	color:#8799b1;
	font-weight:bold;
}

#sidebar-servicios{
	display:none;
}
#group-wrap-2-1{
	display:none;
}

.botones-servicios{
	position:relative;
	height:140px;
	margin-top:20px;
}

li.botones-servicios-home {
	position:relative;
}

div.botones-servicios-home {
	width:630px;
	left:330px;
	position:absolute;
	top:40px;
}

.botoncito-servicios{
	cursor:pointer;
	position:absolute;
	overflow:hidden;
	width:300px;
	height:58px;
	text-align:center;
	border:solid 1px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:url("images/servicios-back.png") center repeat-x;
	-webkit-box-shadow: 2px 2px 3px 1px #a6a6a6;
	-moz-box-shadow: 2px 2px 3px 1px #a6a6a6;
	box-shadow: 2px 2px 3px 1px #a6a6a6;
	border-top:none;
	border-right:none;
}

.sombra-interna{
	-webkit-box-shadow: inset 1px 1px 0px 1px rgba(100,100,100,0.5);
	-moz-box-shadow:    inset 1px 1px 0px 1px rgba(100,100,100,0.5);
	box-shadow:         inset 1px 1px 0px 1px rgba(100,100,100,0.5);
	border:solid 1px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.triangulo-servicios, .triangulo-servicios-blanco{
	position:absolute;
	right:0px;
	top:0px;
}

.triangulo-servicios-blanco{
	display:none;
}

.botoncito-texto{
	cursor:pointer;
	font-family: "CalibriBold", sans-serif;
	color:#fff;
	font-size:15px;
	margin-top:20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
}

.wpcf7-text,.wpcf7 textarea{
	font:Arial, Helvetica, sans-serif;
	padding:5px !important;
	margin-top:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:inset 1px 1px 1px 1px #CCC;
	-moz-box-shadow:inset 1px 1px 1px 1px #ccc;
	box-shadow:inset 1px 1px 1px 1px #ccc;
	width:400px;
}

.wpcf7-submit{
	float:right;
	margin-right:100px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px 1px #CCC;
	-moz-box-shadow: 1px 1px 1px 1px #ccc;
	box-shadow: 1px 1px 1px 1px #ccc;
	padding:10px;
	font-family:"CalibriBold";
	font-size:15px;
	color:#3285bb;
	background:url('/wp-content/themes/dobleo/images/servicios-back.png') repeat-x bottom;
}

#breadcrumb ul,
#breadcrumb{
	margin:0px;
	margin-top: 37px;
	height:30px;
	padding:0px;
	font-family: "CalibriBold", sans-serif;
	font-size:12px;
	list-style:none;
}

#breadcrumb li{
	float:left;
	margin-right:5px;
	padding-top:0px;
	margin-bottom:8px;
	position: relative;
	z-index: 200;
}

.breadcrumb_item a {
	font-weight:normal;

}

#breadcrumb_active a,
.breadcrumb_item a:hover {
	border-bottom: solid 5px transparent;
	position: relative;
}

#breadcrumb_active a:after,
.breadcrumb_item a:hover:after {
	content: '';
	border-bottom: solid 5px transparent;
	width: 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
}

#breadcrumb li[rel="0"] a:hover 		, #breadcrumb li[rel="0"]#breadcrumb_active a 		{ border-bottom-color: #0068af; }
#breadcrumb li[rel="0"] a:hover:after 	, #breadcrumb li[rel="0"]#breadcrumb_active a:after { border-bottom-color: #93d1f8; }
#breadcrumb li[rel="1"] a:hover 		, #breadcrumb li[rel="1"]#breadcrumb_active a 		{ border-bottom-color: #df0553; }
#breadcrumb li[rel="1"] a:hover:after 	, #breadcrumb li[rel="1"]#breadcrumb_active a:after { border-bottom-color: #fbe6ed; }
#breadcrumb li[rel="2"] a:hover 		, #breadcrumb li[rel="2"]#breadcrumb_active a 		{ border-bottom-color: #23a7b6; }
#breadcrumb li[rel="2"] a:hover:after 	, #breadcrumb li[rel="2"]#breadcrumb_active a:after { border-bottom-color: #e8f6f7; }
#breadcrumb li[rel="3"] a:hover 		, #breadcrumb li[rel="3"]#breadcrumb_active a 		{ border-bottom-color: #a353c6; }
#breadcrumb li[rel="3"] a:hover:after 	, #breadcrumb li[rel="3"]#breadcrumb_active a:after { border-bottom-color: #cb9ee0; }
#breadcrumb li[rel="4"] a:hover 		, #breadcrumb li[rel="4"]#breadcrumb_active a 		{ border-bottom-color: #7da246; }
#breadcrumb li[rel="4"] a:hover:after 	, #breadcrumb li[rel="4"]#breadcrumb_active a:after { border-bottom-color: #f3f1db; }
#breadcrumb li[rel="5"] a:hover 		, #breadcrumb li[rel="5"]#breadcrumb_active a 		{ border-bottom-color: #ed583a; }
#breadcrumb li[rel="5"] a:hover:after 	, #breadcrumb li[rel="5"]#breadcrumb_active a:after { border-bottom-color: #f89c87; }

#breadcrumb_position{
	bottom:0px;
	height:10px;
	width:100px;
	position: absolute;
	background:url(images/breadcrumb.png) center repeat-x;
	background-color:#33F;
	display:none;
	margin-top: -10px;
}

/* Accordion */
#accordion{
	position:relative;
}

#accordion #side-title{
	position:absolute;
	width:310px;
	left:-310px;
	border-top:solid 1px #ccc;
	font-family:"Calibri";
	font-size:14px;
}

#accordion #side-title strong{
	font-family:"CalibriBold";
}

#accordion .item .contenido{
	display:none;
}

#accordion .item .titulo{
	cursor:pointer;
	padding:10px 10px 10px 20px;
	border:solid 1px #fff;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 15px 15px 15px 0px;
	border-radius: 15px 15px 15px 0px;
	font-weight:bold;
	color:#fff;
	margin-bottom:5px;
	background:url(images/flecha_ffffff.png) left bottom no-repeat;
}

#accordion .item #contenido-1{
	display:block;
}

#grafica_content{
	position:relative;
	width:100%;
	height:370px;
	margin:10px 0px;
}

#grafica_content .etiqueta{
	text-align:center;
	font-size:14px;
	width:235px;
	height:45px;
	padding:10px;
	position:absolute;
	bottom:0px;
	left:0px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius: 15px 0px 15px 15px;
	border-radius: 15px 0px 15px 15px;
	color:#fff;
	border:solid 1px #fff;
}

#grafica_content #flecha_izq{
	position:absolute;
	width:50px;
	height:55px;
	left:-55px;
	top:15px;
	/*background:url(images/flecha_izq.png) center no-repeat;*/
}
#grafica_content #flecha_izq em{
	position:absolute;
	bottom:0px;
	left:-40px;
}
#grafica_content #flecha_dch{
	position:absolute;
	width:50px;
	height:30px;
	right:-55px;
	bottom:15px;
	/*background:url(images/flecha_dch.png) center no-repeat;*/
}

#grafica_content .etiqueta strong{
	font-size:18px;
}

#grafica_content #reglas{
	position:absolute;
	width:99.8%;
	height:100%;
	top:0px;
	right:0px;
	border:1px solid;
	border-right:none;
	border-top:none;
	font-weight:bold;
}

#grafica_content #reglas .vertical{
	position:absolute;
	left:-25px;
	top:30px;
}

#grafica_content #reglas .horizontal{
	position:absolute;
	bottom:0px;
	right:0px;
}

.vertical{
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#footer{
	position:relative;
	width: 100%;
	max-width:950px;
	height:218px;
}

#footer .xoxo{
	position:absolute;
	bottom:0px;
	min-height:120px;
}

#footer .aside{
	color:#fff;
	font-family:Arial;
	font-size:10px;
}

#footer .aside li{
	float:left;
	margin-right:100px;
}

#footer .textwidget{
	width: 185px;
	padding-right: 30px;
}

#footer #text-12 .textwidget  {
	padding-right: 0;
}

#footer #iconos_sociales{
	width:140px;
	position:relative;
}

#footer #iconos_sociales .iconos{
	position:relative;
	margin-top:18px;
}

#footer #iconos_sociales .iconos .icono{
	position:absolute;

}

#footer .widget_pages{
	width:220px;
	color:#fff;
}

#footer .widget_pages h3{
	color:#fff;
	font-family:Arial;
	font-weight:bold;
	margin:0;
	padding:0;
	border:none;
	font-size:1em;
}

#footer .widget_pages ul li{
	float:none;
	line-height:10px;
}

#footer .widget_pages a{
	text-transform: lowercase;
	color: #fff;
	font-weight:normal;
	font-size:10px;
}

#footer .widget_pages a:hover{
	color:#ffa436;
}

/* Nuevo */
#text-10{
	width:80px;
	color:#fff;
	margin-right:60px !important;
}

#iconos_sociales{
	margin-right:60px !important;
}

#text-12{
	width:50px;
	color:#fff;
	padding-top:18px;
	margin-right:0px !important;
}

#text-11{
	width:70px;
	color:#fff;
	margin-right:60px !important;
}

#text-pi{
	padding-top:18px;
}

#text-11 h3,#text-12 h3,#text-10 h3{
	color:#fff;
	font-family:Arial;
	font-weight:bold;
	margin:0;
	padding:0;
	border:none;
	font-size:1em;
}

#text-10 h3{
	margin-bottom:16px;
}

#text-11 ul li,#text-12 ul li{
	float:none;
	line-height:10px;
	margin:0px;
}

#text-11 a,#text-12 a{
	color: #fff;
	font-weight:normal;
	font-size:10px;
}

#text-11 a:hover,#text-12 a:hover{
	color:#ffa436;
}

/* Estilos para las páginas */

.entry-content ul,.entry-content ol{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:solid 1px;
	/*padding-right:15px;
	padding-left:25px;*/
	margin:0;
	margin-bottom:15px;
	padding:5px 15px 15px 25px;
}

.entry-content li{
	margin-top:10px;
}

.entry-content ol .horizontal-list{
	position:relative;
	border:none;
	background:none;
	width:100%;
	min-height:130px;

}
.entry-content .horizontal-list li{
	width:250px;
	border-left:solid 1px #CCC;
	height:90px;
	padding-left:10px;
	font-family:"Planetestyle", sans-serif;
	font-size:20px;
}

.izq{
	float:left;
}

.dch{
	float:right;
}

.normaliza{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px !important;
	color:#888 !important;
}

.normaliza strong{
	color:#888 !important;
}

/* Trick para la altura mínima */
#sidebar-1-widget-area{
	/* min-height:400px; */
}

/* Botones del sidebar */
ul .button-side{
	font-family:"CalibriBold";
}

ul .button-side li{
	text-align:center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:10px !important;
	border:solid 1px #ccc;
	margin-bottom:10px;
	background:url(images/servicios-back.png) center repeat-x;
}

ul .button-side li a{
	font-weight:normal;
	color:#2e8cc7;
}

.button-center{
	width:100%;
	text-align:center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:10px !important;
	border:solid 1px #ccc;
	margin-bottom:10px;
	background:url(images/servicios-back.png) center repeat-x;
}
.caja-telf
{
	width:100px;
	text-align:center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:10px !important;
	border:solid 1px #ccc;
	margin-bottom:10px;
	background:url(images/servicios-back.png) center repeat-x;
}
.button-content{
	width:45%;
	text-align:center;
	text-transform: uppercase;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:10px !important;
	border:solid 1px #ccc;
	margin-top:10px;
	margin-bottom:10px;
	background:url(images/servicios-back.png) center repeat-x;
}
.button-content a{
	text-decoration:none;
	color:#2d8cc7;
}
.button-center a{
	color:#888;
}

.button-center a:hover, .button-content a:hover{
	color:#ffa436;
}

.lista-normal{
	background-color:none !important;
	border-color:none !important;
	list-style:square;
	padding-left:100px !important;
	min-height:80px;
	margin-left:0px !important;
	line-height:10px;
}
.lista-kpi{
	background-color:none !important;
	border-color:none !important;
	list-style:square;
	padding-left:200px !important;
	min-height:80px;
	margin-left:0px !important;
	line-height:10px;
	overflow:hidden;
}
.entry-content .seo {
	background:url(images/icono-seo.png) top left no-repeat;
	margin-bottom:20px important!;
}

.entry-content .ppc {
	background:url(images/icono-ppc.png) top left no-repeat;
	margin-bottom:20px important!;
}

.entry-content .redes {
	background:url(images/icono-redes.png) top left no-repeat;
	margin-bottom:20px important!;
}

.entry-content .reputacion {
	background:url(images/icono-reputacion.png) top left no-repeat;
	margin-bottom:20px important!;
}
/*EQUIPO*/
.equipo{
	overflow:hidden;
}

#avatar{
	width:146px;
	height:146px;
	padding:5px;
	background:url(images/marco_avatar.png) no-repeat top left;
}
#avatar img{
	margin:3px;
	border:2px solid #333;
}
.bio{
	float:left;
	width:420px;
	position:relative;
	/*margin-top:10px;*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:20px;
	overflow:hidden;
}
.quote_inicio{
	float:left;
	width:40px;
	margin-top:20px;
}
.txt{
	float:left;
	width:330px;
	overflow:hidden;
}
.quote_fin{
	float:right;
	text-align:right;
	margin-top:-55px;
	position:relative;

}
.spacer20{clear:both; margin-top:20px;}
.spacer10{clear:both; margin-top:10px;}
/*OCULTO ITEM MENU*/
#menu-item-6{
	display:none;
}
/*botones home servicios*/
/*citas*/
.cita_gris{
	width:95%;
	background:#ccc;
	margin:auto;
	margin-bottom:20px;
	/*margin-top:10px;*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:10px;
	overflow:hidden;
}
/*REPUTACIÓN*/
#caja_lista_repu{
	width:93%;
	background:#fce6ed;
	margin:auto;
	margin-top:40px;
	margin-bottom:20px;
	/*margin-top:10px;*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:20px;
	overflow:hidden;
}

#caja_lista_repu span{
	font-family:"Planetestyle", sans-serif;
	font-style:normal;
	font-size: 1.2em;
	color:#e44079;
}
#caja_lista_repu ul{
	background:none !important;
	border:none !important;
	padding-top:0px !important;
	padding-right:0px !important;
	padding-bottom:0px !important;
	padding-left:20px;
	line-height:10px;
}

/* Widgets del blog */
.widget_categories a,.widget_archive a,.widget_tag_cloud a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.widget_categories,.widget_archive,.widget_tag_cloud{
	border-bottom: 1px solid #A7B3BB;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.widget_categories h3,.widget_archive h3,.widget_tag_cloud h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#888888;
	padding-left:0px;
	border:none;
}

/* New Team Style */
.flecha_dch{
	margin-left:375px;
}
.persona_dch{
	margin-top:20px;
	font-size:18px;
	font-weight:bold;
}
.persona_izq
{
	margin-top:20px;
	font-size:18px;
	font-weight:bold;
	position:absolute;
	left:0px;
}
.persona > em{
	color:#3d4750;
	font-size:14px;
}

.team img{
	margin:0px;
}
.team{
	position:relative;
	margin-bottom:40px;
	overflow:hidden;
}

.team .avatar_container{
	width:120px;
	float:left;
}

.team .avatar_container img{
	padding:3px;
	border:solid 2px #000;
}

.team .description_container_right{
	width: 100%;
	max-width:490px;
	float:right;
}

/*
.team .description_container_left{
	width:490px;

	float:left;
}
*/
.team .texto{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 20px 60px 20px 40px;
	text-align:justify;
	margin:0px;
}

.team .flechita{
	margin:-1px 80px;
}

#casos_de_exito{
	width:690px;
	margin-left:-10px;
}

/* hack fb fan box */
.widget_facebook .uiList{
	padding:5px 10px !important;
}

#breadcrumb_position.quienes-somos,
#breadcrumb.quienes-somos {
	margin-left: 600px;
}

#breadcrumb_position.servicios,
#breadcrumb.servicios {
	margin-left: 75px;
}

/*
 * Responsive
 */
@media (max-width: 768px) {
	/* Footer */
	#group-3 {
		background-position: -775px 0;
		height: initial;
		background-color: #1B2932;
	}

	#footer {
		height: 850px;
	}

	#footer .xoxo {
		padding-left: 15px;
		position: static;
		padding-top: 75px;
	}

	#iconos_sociales {
		min-height: 100px;
	}

	#footer .aside li {
		float: none;
		margin-top: 15px;
	}

	#footer .aside li#text-9 {
		margin-top: 0;
	}

	#text-9 .textwidget {
	    font-size: 13px;
	    line-height: 13px;
	}

	#text-11 a,
	#text-12 a {
	    font-size: 13px;
	    line-height: 19px;
	}

	#iconos_sociales strong,
	#footer .widget-title {
	    font-size: 13px;
	}

	#footer .textwidget {
		width: 235px;
	}
}

@media (min-width: 768px) and (max-width: 950px) {
	#group-3 {
		background-position: -800px 0;
	}

	#footer .aside li {
		margin-right: 5px;
	}

	#text-12 .textwidget {
		width: 75px;
	}

	#text-9 .textwidget {
		padding-left: 5px;
	}
}

@media (max-width: 950px) {
	#sidebar-1 {
		margin: 0 auto;
		float: none;
	}
	#sidebar-1-widget-area {
		width: 100%;
	}

	.page-id-40 #group-wrap-2-2,
	.home #sidebar-1-widget-area,
	#text-8,
	#tag_cloud-4,
	#archives-3,
	#categories-4 {
		display: none;
		visibility: hidden;
	}
	#content {
		padding: 0 15px;
	}

	/* Servicios */
	.botoncito-servicios {
		position: static;
		margin: 15px 0;
		width: 100%;
	}

	.aside {
		width: 100%;
	}

	.triangulo-servicios,
	.triangulo-servicios-blanco {
		top: initial;
	}
	.botones-servicios {
		height: initial;
		float: none !important;
		margin: 15px;
	}

	#casos_de_exito{
		width: 100%;
	}

	/* Menú */
	#menu-menu-superior {
		margin: 25px 25px 10px 10px;
		width: 97.5%;
	}

	/* Slider */
	#group-wrap-2-1 {
		display: none !important;
	}

	/* Top */
	#logodobleo {
		position: relative;
		margin-left: 5px;
	}

	#breadcrumb_position.servicios,
	#breadcrumb.servicios {
		padding: 0 15px;
		margin: 0;
	}

	#breadcrumb_position.quienes-somos,
	#breadcrumb.quienes-somos {
		padding: 0 15px;
		margin: 0;
	}

	.menu-menu-superior-container li {
		margin: 5px;
	}

	#menu-menu-superior {
		float: left;
	}

	/* Body */
	#content {
		width: 90%;
		max-width: 90%;
	}

	.entry-meta {
		float: none !important;
	}

	.blog-subtitle {
		display: none;
	}

	.wpcf7 input,
	.wpcf7 textarea,
	#comments input,
	#comments textarea {
		width: 95%;
	}

	.wpcf7-submit {
		float: none;
	}

	.group, .header, .sidebar, .footer, .content {
		float: none;
	}

	#casos_de_exito img {
		display: block;
		margin: 0 auto;
	}

	#casos_de_exito p {
		margin: 0;
	}

	li.botones-servicios-home {
		position: static;
	}

	div.botones-servicios-home {
		position: static;
		width: initial;
	}

	.triangulo-servicios,
	.triangulo-servicios-blanco {
		position: static;
		float: right;
	}

	.button-content {
		padding: 10px 5px !important;
	}
}

@media (min-width: 950px) and (max-width: 1155px) {
	#breadcrumb_position.quienes-somos,
	#breadcrumb.quienes-somos {
		margin-left: 500px;
	}

	#breadcrumb_position.servicios,
	#breadcrumb.servicios {
		margin-left: 25px;
	}

	#menu-menu-superior {
		margin-right: 100px;
	}
}

.clear:before,
.clear:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clear:after {
	clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clear {
	*zoom: 1;
}
