/**
 * Theme Name: Alarmas Trablisa
 * Theme URI: http://www.alarmastrablisa.es
 * Description: Theme desarrollado exclusivamente para Alarmas Trablisa.
 * Version: 1.0
 * Author: Cristian Arias
 * Author E-mail: cristian.arias@mybox.cl
 * Author URI: http://multimedia.mybox.cl
 *Template: hybrid
*/










/* Get base CSS */
html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;vertical-align:baseline;outline:none;font-size:100%;background:transparent;border:none;text-decoration:none}b,i,hr,u,center,menu,layer,s,strike,font,xmp{margin:0;padding:0;vertical-align:baseline;outline:none;font-size:100%;font-weight:normal;font-style:normal;background:transparent;border:none;text-decoration:none}font{color:#333}center{text-align:left}body{line-height:24px;color:#333;background:#fff}h1{font-size:1.8em}h2{font-size:1.7em}h3{font-size:1.55em;}h4{font-size:1.4em}h5{font-size:1.25em}h6{font-size:1.1em}p{
	margin:0 0 21px 0;
}ol,ul{list-style:none}ol{list-style-type:decimal;margin:0 0 21px 3em}ol ol{list-style:upper-roman}ol ol ol{list-style:lower-roman}ol ol ol ol{list-style:upper-alpha}ol ol ol ol ol{list-style:lower-alpha}ul ul,ol ol,ul ol,ol ul{margin-bottom:0}dl{margin:0 0 18px 3px}dl dt{font-weight:bold;margin:12px 0 0 0}dl dd{margin:6px 0 0 1.5em}strong{font-weight:bold}strong strong{font-weight:normal}em,cite{}em em,cite cite{font-style:normal}acronym{
	text-transform:uppercase;
	border-bottom:1px dashed #666
}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:baseline;position:relative;bottom:0.3em}sub{vertical-align:baseline;position:relative;top:0.3em}address{margin:0 0 21px 0}li address,dd address{margin:0}blockquote{margin:0 2.5em;font-style:normal}blockquote em,blockquote cite{}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{cursor:pointer}a img{border:none}pre{overflow:auto;font:.9em Monaco,monospace,Courier,"Courier New";line-height:21px;margin-bottom:21px;padding:9px}code{font:.9em Monaco,monospace,Courier,"Courier New"}pre code{font-size:1em}ins,dfn{text-decoration:none;border-bottom:1px solid #666}del{text-decoration:line-through}object{margin-bottom:21px}:focus{outline:none}form label{cursor:pointer}option{padding:1px 3px}table{border-collapse:collapse;border-spacing:0;margin-bottom:21px}th,td{text-align:left}hr{margin-bottom:21px}img.wp-smiley{max-height:12px;margin:0;padding:0;border:none}.gallery{display:block;text-align:center;margin-bottom:21px !important}.alignleft,.left{float:left;margin-right:15px}.alignright,.right{float:right;margin-left:15px}.aligncenter,.center{display:block;margin:0 auto 21px auto}.alignnone,.block{clear:both;margin:0 0 21px 0}.clear{clear:both}img.alignleft,img.alignright{display:inline}blockquote.alignleft,blockquote .alignright{width:33%}










/* Get layout CSS */
/**
 * Two columns with content floated right.
 * Fixed width of 960px.
 *
 * @since 0.6
 * @package Hybrid
 * @subpackage CSS
 */

#body-container {
	width: 950px;
	margin: 0 auto;
	position: relative;
	}
	
#container {
	padding-bottom: 20px;
	float: left;
	width: 950px;
	background-color: #F5F5F5;
	margin-bottom: 15px;
	background-image: url(img/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	}

.content {
	float: right;
	width: 745px;
	padding-right: 10px;
	position: relative;
	line-height: 1.5em;
	}
	
#primary {
	float: left;
	width: 176px;
	background-image: url(img/bg_column-left_box.jpg);
	background-repeat: no-repeat;
	background-position: left 150px;
	line-height: 1.5em;
	}
	
#secondary {
	clear: left;
	float: left;
	width: 176px;
	line-height: 1.5em;
	}

#subsidiary {
	}
#secondary h1 {text-decoration:underline;
	}

#subsidiary .widget {
	float: left;
	width: 176px;
	margin: 0 20px 0 0;
	}

#footer-container {
	clear: both;
	}

#footer {
	clear: both;
	}
	










/* Get drop-downs CSS */
/**
 * Dropdowns Stylesheet
 * Sets up some default dropdown menu styles
 * Style rules for both the page and category menus
 *
 * @since 0.5
 * @package Hybrid
 * @subpackage CSS
 */

/* Default page menu styles */
#page-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#page-nav ul {
	line-height: 1.0;
	}
.menu ul {
	position: absolute;
	top: -999em;
	width: 10em;
	}
#page-nav ul ul li {
	width: 100%;
	}
#page-nav li:hover {
	visibility: inherit;
	}
#page-nav li {
	float: left;
	position: relative;
	}
#page-nav a {
	display: block;
	position: relative;
	}
#page-nav li:hover ul, li.sfHover ul {
	left: 0;
	top: 2em;
	z-index: 99;
	}
#page-nav li:hover li ul, li.sfHover li ul {
	top: -999em;
	}
#page-nav li li:hover ul, li li.sfHover ul {
	left: 10em;
	top: 0;
	}
#page-nav li li:hover li ul, li li.sfHover li ul {
	top: -999em;
	}
#page-nav li li li:hover ul, li li li.sfHover ul {
	left: 10em;
	top: 0;
	}

/* Default category menu styles */
#cat-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#cat-nav ul {
	line-height: 1.0;
	}
.menu ul {
	position: absolute;
	top: -999em;
	width: 10em;
	}
#cat-nav ul ul li {
	width: 100%;
	}
#cat-nav li:hover {
	visibility: inherit;
	}
#cat-nav li {
	float: left;
	position: relative;
	}
#cat-nav a {
	display: block;
	position: relative;
	}
#cat-nav li:hover ul, li.sfHover ul {
	left: 0;
	top: 2em;
	z-index: 99;
	}
#cat-nav li:hover li ul, li.sfHover li ul {
	top: -999em;
	}
#cat-nav li li:hover ul, li li.sfHover ul {
	left: 10em;
	top: 0;
	}
#cat-nav li li:hover li ul, li li.sfHover li ul {
	top: -999em;
	}
#cat-nav li li li:hover ul, li li li.sfHover ul {
	left: 10em;
	top: 0;
	}
	
	
	
	
	
	
	
	
	
	
/* Get default CSS */
/**
 * Screen Stylesheet
 * Default style for the Hybrid theme
 *
 * @since 0.3
 * @package Hybrid
 * @subpackage CSS
 */

/* Body */
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #464646;
	background-color: #FFF;
	background-image: url(img/fondo_logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	}

/* Body container */
#body-container {
	}

/* Links */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

/* Headers */
h1 {
	font-size: 32px;
	font-weight: normal;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	
}
h3 {
	font-weight: bold;
}

/* Lists */
ul {
	}

/* Blockquotes */
blockquote {
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Georgia, serif;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Breadcrumb */
.breadcrumbs {
	display: none;
	}
#execphp-5 {
	background-color: #d6d6d6;
	height: 28px;
	width: 950px;
	margin-top: 4px;
	position: relative;
	font-family: Arial;
	overflow: hidden;
	margin-bottom: 5px;
}
.home #execphp-5 {
	display: none;
}
.breadcrumb {
	float: left;
	position: relative;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 10px;
}
.breadcrumb a {
	display: block;
	float: left;
	position: relative;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #414042;
}
.breadcrumb a:hover {
	color: #ffffff;
}
.breadcrumb p {
	background-image: url(img/separador_breadcrumb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 29px;
	width: 19px;
	position: relative;
	margin-right: 10px;
	margin-top: -3px;
}

.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

/* Header */
#header {
	}

/* Blog title */
#site-title, #site-description {
	display:none;
	}

/* Navigation */
#navigation {
	overflow: hidden;
	width: 948px;
	height: 29px;
	z-index: 100;
	background-image: url(img/bg_botonera.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d3d4d5;
	border-right-color: #d3d4d5;
	border-left-color: #d3d4d5;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
	font-size: 13px;
	}
#navigation .current_page_item a, #navigation .current_page_ancestor a {
	color: #FFF;
	background-image: url(img/bg_botonera_on.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
#navigation a {
	color: #414042;
}
#page-nav li {
	}
#page-nav li li {
	margin-right: 0;
	}
#page-nav li a {
	padding-top: 7px;
	background-image: url(img/botonera_separador.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 6px;
	}
#page-nav li a:hover {
	background-image: url(img/bg_botonera_on.jpg);
	background-repeat: repeat-x;
	background-position: -5px bottom;
	color: #FFF;
	}

/* Drop-downs style */
#page-nav li:hover ul, li.sfHover ul {
	top: 32px;
	display: none;
	}
#page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#page-nav li ul {
	background: #fff;
	border-top: 1px solid #ccc;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#page-nav li li li {
	margin-left: -1px;
	}

/* Container (wraps content, primary, and secondary) */
#container {
	}

/* Posts */
.post {
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .search-info {
	}
.search-title {
	padding-top: 10px;
	padding-bottom: 15px;
	color: #002147;
	font-size: 24px;
	font-weight: normal;
}

/* Entry title */
.entry-title {
	font-weight: normal;
	}
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.page-title {
	width: 435px;
	font-size: 24px;
	color: #002147;
	margin-bottom: 15px;
	margin-top: 17px;
	line-height: 1em;
	}
.page-title a {
	color: #002147;
	}
.entry-title a {
	}

/* Byline */
.byline {
	color: #666;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content {
	}

/* Entry metadata */
.entry-meta {
	clear: both;
	color: #666;
	}

/* Page links (multiple-paged posts) */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Navigation links */
.navigation-links {
	margin-bottom: 21px;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}
.navigation-attachment {
	overflow: hidden;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	text-align: center;
	color: #58585A;
	}
.wp-pagenavi a {
	color: #58585A;
	}
.wp-pagenavi .pages, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 3px;
	padding: 2px 6px;
	border: 1px solid #ACABAB;
	background-color: #FFF;
	}
.wp-pagenavi .pages:hover, .wp-pagenavi .current:hover, .wp-pagenavi .extend:hover, .wp-pagenavi a:hover, .wp-pagenavi .current {
	margin-right: 3px;
	padding: 2px 6px;
	border: 1px solid #F4F5F5;
	background-color: #F4F5F5;
	}

/* Widgets */
.widget {
	color: #464646;
	}
.widget a {
	}
.widget a:hover {
	}

/* Widget titles */
.widget-title {
	font-size: 18px;
	font-weight: normal;
	}

/* Comments template */
#comments-template {
	clear: both;
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment metadata */
.comment-meta {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #000;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	color: #666;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 98%;
	}

/* Footer container */
#footer-container {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 21px;
	margin-left: 0;
	}

/* Subsidiary */
#subsidiary {
	margin: 0 0 30px 0;
	}

/* Footer */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #939598;
	}










.footer_textbox {
	width: 950px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #939598;
	position: relative;
}
.menu7_box {
	width: 950px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
.menu7_box p {
	display: block;
	float: left;
	padding-right: 6px;
	padding-bottom: 0px;
	position: relative;
}
.menu7_box a {
	color: #939598;
	float: left;
	padding-right: 6px;
	position: relative;
}
.menu7_box a:hover {
	text-decoration: underline;	
}
.logotipo {
	background-image: url(img/logo_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 163px;
}
#utility-before-footer {
	background-image: url(img/bg_menu5_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	color: #002147;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.7em;
	height: 120px;
}
#utility-before-footer a {
	text-decoration:none;
	color: #002147;
}
#utility-before-footer a:hover {
	color: #d52b1e;
}
.home .content {
	display:none;
}
.home .sidebar {
	display:none;
}
#search-submit-1, #search-submit-2 {
	border:none;
	background-image: url(img/boton_buscar_off.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	height: 18px;
	width: 69px;
	padding-bottom: 2px;
}
#search-text-1, #search-text-2 {
	border: 1px solid #939598;
	height: 14px;
	width: 167px;
	color: #414042;
	padding-bottom: 1px;
	padding-left: 5px;
	font-size: 11px;
}
#text-4 {
	float: left;
	margin-right: 10px;
}
#utility-before-header {
	text-align: right;
}
.column-left-blue-box {
	font-size: 17px;
	color: #FFFFFF;
	background-image: url(img/bg_column-left_blue_box.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 119px;
	width: 159px;
	margin-top: 7px;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	font-weight: lighter;
	margin-right:0px;
	margin-left:7px;
}
.column-left-blue-box a {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 14px;
}
.column-left-blue-box h1 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
#text-6 {
	display: block;
	position: absolute;
	left: 180px;
	top: 25px;
}
#text-6 h1 {
	font-size: 21px;
}
#text-6 a {
	color: #002147;
}
#linkcat-3, #linkcat-4 {
	width: 290px;
	float: left;
	background-image: url(img/separador_menu5_home.gif);
	background-repeat: no-repeat;
	background-position: right 13px;
	margin-right: 15px;
}
#linkcat-3 .widget-title, #linkcat-4 .widget-title {
	font-weight: normal;
	padding-bottom: 7px;
	color: #002147;
	font-size: 16px;
}
#linkcat-3 li, #linkcat-4 li {
	width: 145px;
	float: left;
}
#linkcat-6 li {
	width: 150px;
	float: left;
}
#linkcat-6 .widget-title {
	display: none;
}
#text-10 {
	display: block;
	position: absolute;
	top: 0px;
	right: 250px;
}
#text-10 a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #414042;
	margin-right: 5px;
}
#text-10 a:hover {
	text-decoration: underline;
}
#qtranslate-3 {
	display: block;
	position: absolute;
	top: 1px;
	right: 395px;
}
#qtranslate-3 .current_language_item {
	margin-right: 10px;
}
#qtranslate-3 img {
	display: none;
}
#qtranslate-3 a, #qtranslate-3 li {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #414042;
	margin-right: 5px;
}
#qtranslate-3 a:hover {
	text-decoration: underline;
}
#qtranslate-3 li {
	float: left;
}
#dfcg-widget-3 {
	margin-top: 7px;
}
.color_naranja {
	color:#f7b21f;
}
.color_azul_oscuro {
	color:#002147;
}
.color_azul_claro {
	color:#859fbd;
}
.color_azul_gris_oscuro {
	color:#414042;
}
.color_rojo {
	color:#d52b1e;
}
.color_rojo_tamano {
	font-size: 13px;
	font-weight: bold;
}
#query-posts-4 .post {
	color: #414042;
	padding-top: 5px;
}
#query-posts-4 .byline, #query-posts-4 .entry-meta {
	display: none;
}
#utility-after-content #query-posts-4 .post .post-title {
	margin: 0px;
	padding: 0px;
}
#query-posts-4 .post-title a {
	font-size: 15px;
	font-weight: bold;
	color: #002147;
}
.search #container #primary h2 {
	line-height: 14px;
}
.search .content .post .entry-meta {
	display: none;
}
.search .content img {
	display: none;
}
.search .content .entry-title a {
	color: #414042;
	font-size: 13px;
	padding-bottom: 5px;
	font-weight: bold;
}
.search .content .post .entry-title a:hover {
	color: #d52b1e;
}
.search .content .post .byline {
	padding-top: 5px;
	padding-bottom: 5px;
}
.search .content .post .byline .byline-prep, .search .content .post .byline .author, .search .content .post .byline .byline-sep, .search .content .post .byline .edit {
	display: none;
}
.search .content .post .byline .byline-prep, .search .content .post .byline .author, .search .content .post .byline .byline-sep, .search .content .post .byline .edit {
	display: none;
}
.nResultados {
	color: #002147;
	padding-bottom: 25px;
	font-weight: normal;
}
.box_trescolumnas .columnas {
	float: left;
	width: 210px;
	margin-right: 31px;
	position: relative;
}
.box_trescolumnas {
	margin-top: 0px;
	position: relative!important;
	width: 745px;
}

.box_trescolumnas .columnaright {
	float: right;
	width: 210px;
	margin-right: 31px;
	position: relative;
}
.box_trescolumnas .columnas li, .box_trescolumnas .columnaright li  {
	font-size: 11px;
	color: #414042;
	padding: 0px;
	margin-bottom: 15px;
	background-color: #f4f5f5;
}
.box_trescolumnas .columnas h1, .box_trescolumnas .columnaright h1  {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #414042;
}
.box_trescolumnas .columnas h2, .box_trescolumnas .columnaright h2 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.box_trescolumnas .columnas p, .box_trescolumnas .columnaright p  {
	line-height: 17px;
}
.navigation-links {
	display: none;
}
.recomiendanos {
	background-image: url(img/icono_recomendar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
}
.botoncitos_dos {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDDEDF;
	border-bottom-color: #DDDEDF;
	padding-bottom: 30px;
	padding-top: 15px;
	text-align: right;
}
.botoncitos_dos a {
	color: #565557;
	font-family: Arial;
	font-size: 11px;
}
.botoncitos_dos a:hover {
	text-decoration: underline;
}
.botoncitos {
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
}
.botoncitos a {
	color: #565557;
	font-family: Arial;
	font-size: 11px;
}
.botoncitos a:hover {
	text-decoration: underline;
}
.descargas_documentos {
	background-image: url(img/icono_descargar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.imprimir_documentos {
	background-image: url(img/icono_imprimir.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 4px;
}
.txtbox h2 {
	margin-bottom: 15px;
	font-size: 11px;
}
.txtbox a {
	color: #414042;
}
.txtbox a:hover {
	text-decoration: underline;
}
.txtbox ul {
	color: #414042;
	padding:0px;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 15px;
}
.txtbox ul li {
	background-color: #f4f5f5;
	color: #414042;
	padding-top:0px;
	margin-bottom:2px;	
	background-image: url(img/listado1.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 14px; 
}
.txtbox ul li ul li {
	background-color: #f4f5f5;
	color: #414042;
	background-image: url(img/list2.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 14px; 
}
.formulario {
	background-image: url(img/bg_form.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D52B1E;
	padding-top: 12px;
	padding-right: 7px;
	padding-left: 7px;
}
.formulario p {
	margin: 0px;
	padding: 0px;
}
.formulario br {
	display: none;
}
.formulario h2 {
	font-weight: bold;
	color: #414042;
}
.mas_informacion .mmf-form-control-wrap {
	display: block;
}
.mas_informacion .formulario span {
	font-size: 10px;
	color: #000;
	font-weight: normal;
}
.mas_informacion .formulario span a {
	color: #000;
	text-decoration: underline;
}
.mas_informacion {
	width: 280px;
}
#text-13 {
	background-image: url(img/bg_column-left_blue_box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 7px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	height: 134px;
	margin-top: 7px;
	line-height: normal;
}
#text-13 h1 {
	font-size: 15px;
	text-align: center;
	color: #FFF;
}
#text-13 a {
	color: #FFF;
	text-decoration: underline;
}
#hybrid-search-4 .widget-title {
	display: none;
}
.noresults {
	font-weight: bold;
	color: #fc0303;
	font-size: 15px;
	padding-bottom: 5px;
	display: block;
}
.search-description {
	color: #002147;
	padding-top: 10px;
}
.no-data {
	padding-top: 15px;
}
.precio {
	color: #D52B1E;
	margin-top: 20px;
	*padding-bottom: 21px;
}
.valor {
	font-size: 66px;
}
.valor_mes {
	top: -20px;



}
.contenido_extra {
	display: block;
	float: right;
	padding-top: 15px;
}
.precio_info {
	font-size: 11px;
	padding-left: 15px;
}
#tab-set-1 {
	position: relative;
}
#tab-set-1 .tabs {
	position: absolute;
	left: 1px;
	top: 25px;
}
.tabs li {
	line-height: normal;
}
#tab-set-1 li a {
	background-image: url(img/flecha_home_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
	width: 125px;
}
#tab-set-1 li a:hover {
	background-image: url(img/flecha_home_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
color:#fff;
}
#tab-set-1 li .tab-current {
	background-image: url(img/flecha_home_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
color:#fff;
}
.destacado_uno, .destacado_dos, .destacado_tres {
	float: left;
	width: 270px;
	background-color: #F4F5F5;
	border-top-width: 7px;
	border-right-width: 5px;
	border-bottom-width: 6px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4F5F5;
	border-right-color: #F4F5F5;
	border-bottom-color: #F4F5F5;
	border-left-color: #F4F5F5;
}
.singular-page-214 #primary {
	display: none;
}
.destacados p {
	margin: 0px;
	padding: 0px;
}
.destacados a {
	color: #002147;
}
.destacados a:hover {
	color: #D52B1E;
}
.destacados_titulo {
	font-weight: bold;
	display: block;
	padding-bottom: 1px;
}
.destacados {
	line-height: normal;
	background-color: #D3D4D5;
	height: 108px;
	border: 1px solid #D3D4D5;
	padding-left: 108px;
}
.destacado_texto {
	height: 90px;
	background-color: #D3D4D5;
	padding-top: 5px;
	display: block;
}
.home #container {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.home #utility-after-container {
	margin-bottom: 5px;
}
.home #navigation {
	margin-bottom: 5px;
}
.destacados_titulo_small {
	font-size: 9px;
	padding-top: 1px;
	display: block;
}
#primary .widget-posts .widget-inside {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
#primary a {
	text-decoration:underline;
}
#primary .widget-posts .post-title a {
	font-weight: bold;
	color: #002147;

}
#primary .widget-posts .widget-title {
	font-weight: bold;
	text-transform: uppercase;
	color: #414042;
	padding-bottom: 10px;

}
#primary .widget-posts .byline, #primary .widget-posts .entry-meta {
	display: none;
}
#utility-after-content .widget-posts .widget-title {
	color: #002147;
	font-size: 16px;
	padding-bottom: 20px;
}
#utility-after-content .widget-posts .byline {
	display: none;
}
#utility-after-content .widget-posts .entry-meta {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
#utility-after-content .widget-posts .post {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDEDF;
	margin-top: 10px;
}
#utility-after-content .widget-posts .post .post-title {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}
#utility-after-content .widget-posts .post .post-title a {
	color: #002147;
	cursor: text;

}
#utility-after-content .widget-posts .post .entry-content img {
	display: none;
}
.search .infoform {
	display: none;
}
.published {
	color: #414042;
}
#sendbutton	{
	cursor: pointer;
	border: none;
	background-image: url(img/boton_enviar_txt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 18px;
	width: 69px;
	margin-top: 10px;
}
.nombre input, .apellido input, .email input, .telefono input {
	border: 1px solid #939598;
	font-size: 11px;
	width: 258px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: -20px;
}
.privacidad {
	margin-top: 10px;
}
#privacidad {
	font-size: 10px;
	clear: both;
	display: block;
}
.mmf-form label {
	color: #000;
}
#utility-after-content {
	clear: both;
	margin-top: 20px;
}
.category-faqs .byline, .category-faqs .entry-meta {
	display: none;
}
.category-faqs .entry-title a {
	font-size: 15px;
	color: #002147;
	font-weight: bold;
}
.category-faqs .post {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDEDF;
	padding-top: 15px;
}
.category-ofertas .byline, .category-ofertas .entry-meta {
	display: none;
}
.category-ofertas .entry-title a {
	font-size: 15px;
	color: #002147;
	font-weight: bold;
}
.category-ofertas .post {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDEDF;
	padding-top: 15px;
}
.category-title {
	font-size: 24px;
	color: #002147;
	display: block;
	padding-top: 15px;
	padding-bottom: 25px;
}
.formulario a {
	color: #000;
	text-decoration: underline;
}
.singular-post .byline {
	display: none;
}
.singular-post .content .post .post-title {
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.singular-post .content .post .post-title a {
	color: #002147;
}
.singular-post .content .post .entry-meta, .singular-post .content .comments-closed {
	display: none;
}
#execphp-27 {
	margin-bottom: 5px;
}
#text-14 a, #text-15 a, #text-16 a, #text-17 a, #text-24 a {
	color: #414042;
	font-weight: bold;
	text-transform: uppercase;
}
#text-14 a:hover, #text-15 a:hover, #text-16 a:hover, #text-17 a:hover, #text-24 a:hover {
	color: #D52B1E;
}
#text-14, #text-15, #text-16, #text-17, #text-24 {
	padding-left: 10px;
	line-height: normal;
	margin-top: 10px;
}
.nounderline {
	text-decoration: none;
}
.negrita {
	padding-bottom: 5px;
	padding-top: 5px;
}
.datos_extra {
	margin-top: 10px;
}
.datos_extra p {
	float: left;
	margin-right: 5px;
}
.datos_extra_valor {
	font-size: 13px;
	font-weight: bold;
	width: 70px;
}
.sensores_de_movimiento {
	background-image: url(img/icono_sensoresdemovimiento.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.receptor_via_radio {
	background-image: url(img/icono_receptorviaradio.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.grabacion {
	background-image: url(img/icono_grabacion.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 16px;
	width: 50px;
}
.central_receptor {
	background-image: url(img/icono_centralreceptor.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 16px;
	width: 34px;
}
.deteccion_humo {
	background-image: url(img/icono_detectoopticodehumos.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 16px;
	width: 19px;
}
.pulsador_de_atraco {
	background-image: url(img/icono_pulsadordeatraco.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 16px;
	width: 17px;
}
.detector_magnetico {
	background-image: url(img/icono_detectormagnetico.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 16px;
	width: 19px;
}
.proteccion_puertas_ventanas {
	background-image: url(img/icono_proteccionpuertasventanas.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 16px;
	width: 11px;
}
.salto_de_alarma {
	background-image: url(img/icono_saltodealarma.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 16px;
	width: 18px;
}
#secondary .widget-widget_text {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
#secondary {
	background-image: url(img/bg_column-left_box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#secondary .widget-widget_execphp .widget-title {
	display: none;
}
#secondary .widget-widget_text .widget-title {
	font-weight: bold;
	text-transform: uppercase;
	color: #414042;
	margin-bottom: 5px;
	font-size: 12px;
}
.costo {
	font-weight: bold;
	font-size: 14px;
}
#header-container {
	background-color: #E6E7E8;
	position: relative;
}
.separador {
	background-image: url(img/separador.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 10px;
}

.separador_beforeheader {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 13px;
}

.items-contenido {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}
.widget-posts .thumbnail {
	margin-bottom: 20px;
	overflow: hidden;
}
.widget-tabbed-widget .tw-content ul {
	list-style-type: disc;
	list-style-position: inside;
}
.tabbertab h1 {
	margin-bottom: 20px;
	margin-top: 25px;
	line-height: normal;
	font-size: 24px;
}
#text-25 {
	position: absolute;
	top: 0px;
	right: 1px;
}
.servicios_relacionados {
	padding-right: 10px;
	padding-left: 10px;
}
.servicios_relacionados h1 {
	padding-bottom: 5px;
	font-size: 12px;
}
.servicios_relacionados p {
	margin-bottom: 10px;
}
.servicios_relacionados a {
	font-weight: bold;
	color: #002147;
}
.servicios_relacionados a:hover {
	color: #D52B1E;
}
.tabberlive {
	clear: both;
}
.extras {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDEDF;
	overflow: hidden;
	clear: both;
}
.extras_titular {
	font-weight: bold;
	color: #002147;
}
.category-faqs #body-container #navigation #page-nav .menu .page-item-11 a {
	color: #FFF;
	background-image: url(img/bg_botonera_on.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#page-nav .page-item-11 a {
	background-image: none;
	width: 100%;
}





.botoncitos {
	*padding-top: 5px;
	*padding-bottom: 5px;
	}
.formulario .nombre, .formulario .apellido, .formulario .telefono, .formulario .email {
	*margin-top: -3px;
}
.wp-pagenavi {
	*padding-bottom: 5px;
}
.separador_parrafos 
{border-bottom: 1px solid #ccc;
}
.nombre, .apellido, .telefono, .email {
	margin-top: 18px\9;
}
.mmf-list-item {
	float: left;
	padding-top: 10px;
}

