/*
Theme Name: lunancar
Theme URI: http://wordpress.org/extend/themes/lunancar
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */
body{
	background: url(img/border-superior.png) no-repeat center top;
}
#page {
	width: 940px;
	margin: 0 auto;
	display: block;
}
#primary {

}
#content {
	float: right;
	width: 666px;
	border-left: 1px dotted #727272;

}
#main .widget-area {
	float: left;
	width: 272px;
	/*border-right: 1px dotted #727272;*/
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */
#branding{
	margin-top: 4px;
	height: 165px;
	margin-bottom: 13px;	
}
#site-title{
	float: left;
	
}
#menu-menu-principal-header{
	float: right;
	width: 720px;
}
	.menu li{
		float: left;
	}
	.menu .title{
		font-family: Dekar;
		text-transform: uppercase;
		font-size: 18px;
		color: #000000;
		line-height: 13px;
	}
	.menu .subtitle{
		font-family: Dekar;
		font-size: 14px;
		color: #000000;
	}
	.menu li.menu-item a:hover .subtitle{
		border-bottom: 3px solid #e7853a;
		color: #e7853a !important;
	}
	li.current_page_item .subtitle{
		color: #e7853a;
	}
#w-header{
	position: absolute;
	z-index: 50;
	width: 310px;
	margin-left: 610px;
	margin-top: 30px;
}
	#w-header .redes{
		
	}
	#w-header .redes p{
		font-size: 11px;
		margin-bottom: 5px;
	}
	#w-header .redes li{
		float: left;
		margin-left: 5px;
	}
	#searchform{
		margin-left: 130px;
	}
	#searchform input#s{
		background: url(img/fondo-buscador.jpg) repeat-x;
		border: none;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		-khtml-border-radius: 15px;
		border-radius: 15px;
		behavior:url(border-radius.htc);
		-moz-box-shadow: 5px 5px 5px #ccc;
		-webkit-box-shadow: 5px 5px 5px #ccc;
		box-shadow: 5px 5px 5px #ccc;
		padding-left: 25px;
		height: 28px;
		width: 150px !important;

	}
#searchform #searchsubmit{
	background: url(img/lupa.png) no-repeat center;
	border: none;
	text-indent: -100000px;
	margin-left: 10px;
	position: relative;
	margin-left: -167px;
}
/* =Menu
-------------------------------------------------------------- */
#menu-menu-principal-header {
	margin-top: 96px;
}
	#menu-menu-principal-header .menu-item{
		margin: 0 30px;
		padding-top: 7px;
	}
	#menu-menu-principal-header .menu-item-18{
		margin-left: 88px;
	}
	#menu-menu-principal-header .menu-item-20{
		margin-left: 40px;
		margin-right: 40px;
	}
	#menu-menu-principal-header .menu-item-21{
		margin-left: 35px;
		margin-right: 35px;
	}
	#menu-menu-principal-header .menu-item-19{
		margin-left: 35px;
		margin-right: 35px;
	}
	#menu-menu-principal-header .menu-item-29{
		margin-left: 30px;
		margin-right: 20px;
	}
#menu-servicio{
	border: 7px solid #e1e1e1;
	background: url(img/fondo-servicios.jpg) repeat-x;
	height: 35px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	behavior:url(border-radius.htc);
	margin-bottom: 15px;
	margin-top: 10px;
}
	.menu-menu-servicios-container{
		font-size: 13px;
		float: right;
		/*margin-top: : 10px;*/
		/*margin-right: 125px;*/
	}
	.menu-menu-servicios-container li:last-child a .item-service{
		background: none !important;
	}
	#menu-servicio .item-service{
		display: inline-block;
		background: none;
		font-size: 14px;
		color: #febc5b;
		margin: 10px 0 0 5px;
		/*padding-right: 10px;*/
		/*text-transform: uppercase;*/
	}
	.menu-menu-servicios-container .menu-item-55 .item-service{
		background: none !important;
	}
	.menu-menu-servicios-container a .item-service{
		background: url(img/separador-descarga.jpg) no-repeat right top !important;
		color: #fefefe !important;
		padding-right: 10px;
	}
	#menu-servicio .item-service{
		/*font-family: Dekar;*/
		font-family: arial;
	}

/* =Content
-------------------------------------------------------------- */
.page-header{
	margin: 0 20px 20px;
	
}
	.page-header span{
		font-weight: bold;
	}
.entry-summary p{
	font-size: 12px;
	margin: 0 20px;
}
article.post{
	margin-bottom: 20px;
}
.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
footer.entry-meta{
	padding: 0 20px 10px 20px;
	color: #E6863A;
}
	footer.entry-meta a{
		font-size: 13px;
		color: #E6863A;
	}
.entry-header{
	margin-left: 20px;
}
	.entry-date{
		font-size: 13px;
	}
.entry-content{
	margin-left: 20px;
}
	.entry-content blockquote{
		background: #e6e6e6;
		padding: 15px 20px;
		margin-bottom: 15px;
	}
	.entry-content ul, .entry-content ol{
		margin-bottom: 10px;
	}
	.entry-content ol li{
		font-size: 13px;
		margin-bottom: 3px;
		list-style: decimal;
		margin-left: 20px;
	}
	.entry-content ul li{
		list-style-image: url(img/li.jpg);
		font-size: 13px;
		margin-bottom: 3px;
		margin-left: 20px;
	}
	.entry-content p{
		font-size: 13px;
		margin-bottom: 10px;
	}
	.entry-content h1, h1.entry-title, h1.entry-title a{
		color: #e6863a;
		text-transform: uppercase;
		font-size: 16px;
		margin-bottom: 15px;
	}
	h1.entry-title a{
		margin-bottom: 0;
	}
	.entry-content h2{
		color: #252525;
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.entry-content h3{
		color: #e6863a;
		font-weight: bold;
		margin-bottom: 5px;
		font-size: 16px;
	}
	.entry-content h4{
		color: #252525;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 14px;
		margin-bottom: 5px;
	}
	.entry-content h5{
		color: #e6863a;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.entry-content h6{
		color: #252525;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.entry-content a{
		color: #e6863a;
	}
	.entry-content a:hover{
		text-decoration: underline;
	}
	
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}

.entry-list-files{
	text-align: right;	
}
	.entry-list-files a{
		color: #2d2d2d;
		font-size: 12px;
		font-weight: bold;
	}
	.entry-list-files a:hover{
		color: #de6202;
	}

	.entry-list-files li{
		background-position: right center !important;
		background-repeat: no-repeat;
		padding: 2px 25px 2px 0 !important;
	}
	.entry-descarga{
		background: url(img/border-inferior-descarga.jpg) no-repeat bottom right;
		text-align: right;
		margin-bottom: 10px;
		height: 32px;
	}
	.entry-descarga span{
		background: url(img/fondo-titulo-descarga.jpg) no-repeat right;
		display: block;
		height: 22px;
		padding-top: 9px;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: bold;
		padding-right: 40px;
	}
/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: 0 5px 5px 5px;
	font-style: italic;
	font-size: 12px;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}
h2#comments-title{
	font-size: 14px;
	margin: 10px 0;
	font-weight: bold;
}
	h2#comments-title span{
		font-style: italic;
	}
.entry-comment{
    margin: 10px 0;
}
	.commentlist .comment-author{
		
	}
    .depth-1, .depth-3, .depth-5, .depth-7, .depth-9{
        background: #e0e4e9;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        behavior:url(border-radius.htc);
        /*border: 1px solid #b2b2b2;*/
    }
    .depth-2, .depth-4, .depth-6, .depth-8, .depth-10{
        background: #f4f9ff !important;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        behavior:url(border-radius.htc);
        /*border: 1px solid #828282 !important;*/
    }
    .commentlist .comment-body{
	margin-bottom: 10px;
	font-size: 12px;
    }
    .commentlist .comment-body .fn{
	font-weight: bold;
    }
    .commentlist .comment{
        /*background: #e9e9e9;*/
        padding: 15px;
        margin-bottom: 10px;
    }

    .commentlist .reply, .commentlist .cancel-comment-reply{
        text-align: right;
        line-height: 25px;
    }
    .commentlist .comment-reply-link, .commentlist #cancel-comment-reply-link{
        background: #FA9022;
        border: 1px solid #FA9022;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        behavior:url(border-radius.htc);
        color: #ffffff;
        padding: 2px 10px;
        font-size: 12px;
        text-decoration: none;
    }
    .commentlist .comment-reply-link:hover, .commentlist #cancel-comment-reply-link:hover{
        text-decoration: underline;
    }
    .comment-body p{
        font-size: 12px;
        margin: 5px 0;
    }
    .commentlist .commentmetadata a{
        text-decoration: none;
        color: #666b81;
        font-size: 12px;
    }
    .commentlist .commentmetadata a:hover{
	text-decoration: underline;
    }
    .comment-content p{
	font-size: 12px;
    }
    #commentform{
	
    }
	#commentform{
	    
	}
#respond{
    border: 1px solid #B2B2B2;
    background: #E8E8E8;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    behavior:url(border-radius.htc);
    padding: 10px 30px;
}
    #respond p{
	margin: 3px 0;
	font-size: 12px;
    }
    #respond p a{
	color: #666B81;
    }
    #respond p a:hover{
	text-decoration: underline;
    }
    #respond p *{
	display: inline-block;
    }
    #respond p label{
	width: 150px;
    }
    #respond p input[type=text]{
	width: 270px;
	border: 1px solid #1c88f7;
    }
    #respond p input[type=text]{
	width: 270px;
	border: 1px solid #1c88f7;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        behavior:url(border-radius.htc);
    }
    #respond p textarea{
	border: 1px solid #fa9022;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        behavior:url(border-radius.htc);
    }
    #respond p input[type=submit]{
	background: #fa9022;
        border: 1px solid #fa9022;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        behavior:url(border-radius.htc);
	color: #fff;
	font-size: 12px;
	margin: 10px 0 10px 170px;
    }
.wpcf7-form{

}
    .wpcf7-form span{
        
    }
    .wpcf7-form label{
        float: left;
        width: 150px;
    }
    .wpcf7-form input[type=text], .wpcf7 textarea{
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        behavior:url(border-radius.htc);
        font-family: arial;
        font-size: 12px;
        border: 1px solid #b1b1b1;
        width: 295px;
        padding: 3px;
    }
    .wpcf7-form input.wpcf7-submit{
        background: url(img/enviar.png) no-repeat 0 2px;
        border: none;
        width : 139px;
        height: 29px;
        color: #000000;
        padding: 0;
        font-size: 14px;
    }
    div.wpcf7-validation-errors{
        border: none !important;
    }
    
#wpcf7-f4-p12-o1{
    background: #e9e9e9;
    border: 1px solid #b2b2b2;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    behavior:url(border-radius.htc);
    padding: 15px;
    margin-bottom: 10px;
}
    #wpcf7-f4-p12-o1 a{
        color: #E6863A;
        text-decoration: none;
    }
    #wpcf7-f4-p12-o1 a:hover{
        text-decoration: underline;
    }
    #wpcf7-f4-p12-o1 label{
        float:left;
        width:175px;
        text-align: right;
    }
    #wpcf7-f4-p12-o1 label span{
        display: block;
        margin-right: 15px;
    }
    #wpcf7-f4-p12-o1 input[type="radio"], #wpcf7-f4-p12-o1 input[type="checkbox"]{
        width: 13px !important;
    }
    #wpcf7-f4-p12-o1 input, textarea{
        border: 1px solid #b2b2b2;
        font-family: Arial, Helvetica, sans-serif;
        padding: 3px;
        font-size: 12px;
        width: 300px;
    }
    #wpcf7-f4-p12-o1 input.submit{
        margin-right: 100px;
        width: 100px;
    }
/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	background: url(img/footer-fondo.jpg) repeat-x;
	height: 440px;
}
	#info-footer{
		text-align: center;
		color: #b2b2b2;
		font-size: 12px;
		padding-top: 90px;
	}
		#info-footer a{
			color: #febc5a;
		}
	.menu-pie-container{
		margin: 10px auto 0;
		width: 160px;
	}
	.menu-pie-container .menu-item{
		margin-left: 5px;
		border-left: 1px solid #febc5a;
		padding-left: 5px;
	}
	.menu-pie-container .menu-item:first-child{
		margin: 0;
		border: none;
		padding: 0;
	}
/* Slider
--------------------------------------------*/

.slides_container {
	width:939px;
	height:253px;
}
.slides_container div {
	width:939px;
	height:253px;
	display:block;
}
.slides_container_inside {
	width: 939px;
	height: 117px;
}
.slides_container_inside div {
	width: 939px;
	height: 117px;
	display: block;
}
/* Navigation
--------------------------------------------*/

.navigation{
	height: 19px;
	margin-top: 10px;
}
	.navigation{
	
	}
/* Box
--------------------------------------------*/
#page-box #content{
	float: none;
	width: 500px;
	margin: 15px auto 0;
}
.twtr-widget{
	margin-left: 7px;
}