/* IMPORTS ------------------------------------------------------------*/

@import url('reset.css');

@import url('styled-elements.css');

/* HACKS ------------------------------------------------------------*/

.clear{
	clear:both;
	height:1px;
}

.inv{ display:none; }

.alignleft{
	float: left;
	margin: 5px 10px 5px 0px;
}

/* GENERAL ------------------------------------------------------------*/


body {
	line-height: 1;
	color: #696969;
	background: #74AF62 url(../imagenes/obl-1x1.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size:  100%;
			
}

#wrapper{
	width: 966px;
	margin: 20px auto;
	background: #daf0ee;
	min-height: 700px;
	font-size: 14px;
	line-height: 1.5em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#header{
	height: 80px;
	position: relative;
	z-index: 10;
}

#main{
	background: #ffffff;
	position: relative;
	/*border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}

#content{
	min-height: 400px;
	overflow: hidden;
	margin-bottom: 40px;
}

#footer{
	position: relative;
	color: #fff;
}

#logo{
	position: absolute;
	top: 14px;
	left: 16px;	
	float: left;
    /*width: 400px;
    height: 86px;*/
    padding: 0;
    margin: 0 auto;
	/*border-left: 1px solid #CCC;*/
	
}

#logo .logoTexto{
	            
				 font-size:25px;
				 font-weight:bold;
				 padding:0px;
				 margin: 28px 0px 5px 215px;
	            }

#logo .logoTexto a{
	             text-decoration:none;
				 padding: 0px 10px 5px 0px;
				 color:#060;
				 
	            }
#content a{
	/*color: #37b2d1;*/
	text-decoration:none;
}



#content p{
	margin-bottom: 20px;
}

#content .line-divider{
	clear: both;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/* breadcrumbs --------------------------------------------------------*/

#header #breadcrumbs{
	position: absolute;
	bottom: 11px;
	left: 30px;
	font-style: italic;
	color: #999;
	font-size: 11px;
}

#header #breadcrumbs a{
	color: #bfbdbd;
	text-decoration: none;
	background: url(../img/breadcrumb-slash.png) no-repeat top right;
	padding-right: 14px;
}

/* TITLE --------------------------------------------------------*/

#page-title{
	overflow: hidden;
	height: 60px;
	margin: 0px;
	background: #FFF;
}

#page-title .title{
	display: block;
	float: left;
	font-family: 'Ubuntu', arial, serif;
	font-size: 25px;
	/*line-height: 90px;*/
	margin: 23px 0 0 30px;
	
}

#page-title .subtitle{
	display: block;
	float: left;
	margin-left: 30px;
	/*line-height: 90px;*/
	color: #929191;
	font-style: italic;	
}

#page-title .subtitle2{
	display: block;
	float: right;
	margin-right: 0px;
	/*line-height: 90px;*/
	color: #929191;
	
}
/* HOME --------------------------------------------------------*/

body.home #header{
	height: 430px;
	position: relative;
	z-index: 10;
}

body.home #header #headline{
	width: 906px;
	margin: 110px  auto 40px auto;
	font-size: 26px;
	line-height: 1.5em;
	font-family: 'Ubuntu', arial, serif;
	color: #ebe7e7;
	text-align: center;
}

body.home #content{
	padding-top: 190px;
}

#headline a{
	text-decoration: none;
	color: #FFD800; 
}

/* HEADERS --------------------------------------------------------*/

h1,h2,h3,h4,h5,h6{ 
	line-height: 1.4em;
	font-family: 'Ubuntu', arial, serif; 
	font-weight: lighter;
}

h1{ font-size: 30px; }

h2{ font-size: 28px; }

h3{ font-size: 26px; }

h4{ font-size: 24px; }

h5{ font-size: 22px; }

h6{ font-size: 20px; }

/* COLUMNS LAYOUT----------------------------------------------------------*/

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth {
	float:left;
	margin-right:30px;
	position:relative;
}

/*.one-half{ width: 590px; }*/

.one-half{ width: 98%; }

.one-third{ width: 274px; }

/*.one-fourth{ width: 274px; }*/
.one-fourth{ width: 726px; }
.one-fourth a{ color:#003;
               text-decoration:none;
			   font-size:12px; }

.one-fourth a:hover{ color:#666;
                     text-decoration:none; }


.two-third{ width: 594px; }

.three-fourth{ width: 672px; }

.last {
	clear:right;
	margin-right:0 !important;
}


/* SOCIAL --------------------------------------------------------*/

#social-holder{
	overflow: hidden;
	width: 100%;
	padding-top: 40px;	
}

.social{
	display: block;
	float: right;
	overflow: hidden;
	margin-right: 20px;
}

.social li{
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.social a{
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9000px;
}


/* SEARCH --------------------------------------------------------*/

.top-search{
	position: absolute;
	top:118px;
	right: 50px;
}

#searchform #s{
	color: #49494b;
	font-size: 12px;
	width: 160px;
	height: 21px;
	margin: 0px 0px 5px 0px;
	padding: 2px 35px 2px 8px;
	border: 0;
	background: #f0efeb;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#searchform #searchsubmit{
	position: absolute; 
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	border: 0px;
	background: url(../img/search-submit.png) no-repeat  transparent -3px 2px;
}

/* NAVIGATION --------------------------------------------------------*/


#nav{
	display: block;
	position: absolute;
	top: 108px;
	left: 30px;
	height: 46px;
	width: 906px;
	background: #6ec9c0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#nav>li{
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 12px;
}

#nav>li:first-child{
	margin-left: 10px;
}

#nav>li>a{
	display: block;
	font-size: 12px;
	color: #363636;
	text-decoration: none;
	padding: 7px 10px 6px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

#nav>li>a:hover,
#nav>li.current-menu-item>a{
	color: #fff;
	background: #363636;
	text-shadow: none;
}

/* sub navigation */

#nav>li ul{
	display: block;
	margin-top: -1px;
	background: #6ec9c0;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

#nav>li>ul ul{
	margin-top: 0px;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
}

#nav>li ul li a{
	display: block;
	padding: 10px 15px;
	display: block;
	font-size: 12px;
	color: #363636;
	text-decoration: none;
}

#nav>li ul li a:hover{
	background: #363636;
	color: #fff;
}

#nav>li ul li:last-child a:hover{ /* last item its rounded at bottom */
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

/* FILTER --------------------------------------------------------*/

#content .filter{
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 20px;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

#content .filter li{
	display: block;
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 3px 10px;
	background: #363636;	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .filter li:first-child{
	background: none;
}


#content .filter li a{	
	display: block;
	color: #f1f1f1;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

#content .filter li:hover{
	background: #000;	
}

#content .filter li:first-child:hover{
	background: none;
}

#content .filter li.active{
	background: #999;	
}



/* TWITTER --------------------------------------------------------*/

#twitter2{
	position: relative;
	background: #f2f1f1;
	height: 1px;
	width: 100%;
	background: #f2f1f1 url(../img/twitter-border.png) repeat-x;
	text-align:center;
	margin: 3px 0px 3px 0px;	
	
	/*border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;*/
}

#twitter2 img{
	border: 1px solid #CCC;
	margin: 3px 0 0px 0;
}

#twitter{
	position: relative;
	background: #f2f1f1;
	height: 55px;
	width: 100%;
	background: #f2f1f1 url(../img/twitter-border.png) repeat-x;	
	/*border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;*/
}
#twitter #prev-tweet{
	display: block;
	position: absolute;
	top: 66px;
	left: 30px;
	width: 30px;
	height: 35px;
	background: transparent url(../img/prev-arrow.png) no-repeat top left;
}

#twitter #next-tweet{
	display: block;
	position: absolute;
	top: 66px;
	right: 30px;
	width: 30px;
	height: 35px;
	background: transparent url(../img/next-arrow.png) no-repeat top right;
}

#twitter #tweets .tweet_list{
	display: block;
	position: absolute;
	top: 0px;
	left: 80px;
	width: 810px;
	height: 170px;
}

#twitter #tweets .tweet_list li{
	display: block;
	width: 810px;
	height: 120px; /* original height 170px */
	font-size: 20px;
	line-height: 1.5em;
	font-style: italic;
	color: #838383;
	text-align: center;
	padding-top: 62px; 
}

#twitter #tweets .tweet_list li .tweet_time a{
	text-decoration: none;
	color: #ccc;
}

#twitter #tweets .tweet_list li a{
	text-decoration: none;
	color: #37b2d1;
}

#twitter #tweets p.loading{
	text-align: center;
	color: #ccc;
	padding-top: 75px;
	font-style: italic;
}

/* PAGES --------------------------------------------------------*/

#page-content{
	float: left;
	width: 906px;
	margin-left: 30px;
}

/* PORTFOLIO --------------------------------------------------------*/

#projects-list{
	overflow: hidden;
}

#projects-list .project{
	position: relative;
	float: left;
	overflow: hidden;
	width: 438px;
	height: 495px;
	margin-left: 30px;
	margin-bottom: 30px;
}

#projects-list .project h1 a{
	display: block;
	text-decoration: none;
	margin-bottom: 30px;
	color: #696969;
}

.project-shadow{
	background: url(../img/shadow-project.png) no-repeat 0px 267px;
}

#projects-list .project .project-thumbnail{
	position: relative;
	overflow: hidden;
	width: 418px;
	height: 267px;
	margin-bottom: 30px;
	background: #f1f1f1;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #bcbcbc;
	
	
}

#projects-list .project .project-thumbnail .cover{
	position: absolute;
	top:0px;
	left: 0px;
}

#projects-list .project .project-thumbnail .meta{
	display: block;
	width: 252px;
	height: 207px;
	font-size: 12px;
	line-height: 2em;
	position: absolute;
	top:30px;
	left: 30px;
}

#projects-list .project .read-more{
	display: block;
	position: absolute;
	top: 325px;
	left: 160px;
	background: #363636;
	line-height: 33px;
	text-decoration: none;
	color: #fff;
	padding: 0px 30px 0px 30px;
	opacity: 0;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	-webkit-box-shadow: 0px 2px 3px #000; 
	-moz-box-shadow: 0px 2px 3px #000; 
	box-shadow: 0px 2px 3px #000;
}

#projects-list .project .read-more:hover{
	color: #fff;
	background: #000;
}

#projects-list .project:hover .read-more{
	opacity: 1;
}


/* PROJECT --------------------------------------------------------*/

.project-column{
	width: 438px;
	float: left;
	margin-left: 30px;
}

.project-column .project-thumbnail{
	overflow: hidden;
	width: 438px;
	height: 267px;
	margin-bottom: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


#content .project-column .meta a{
	display: inline;
	font-size: 12px;
	color: #fff;
	padding: 3px 10px;
	text-decoration: none;
	background: #363636;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .project-column .meta a:hover{ background: #000;}

.project-column .project-title{
	margin-bottom: 20px;
}

/* PROJECT-GALLERY -----------------------------------------------*/

.project-column .project-gallery{
	display: block;
	overflow: hidden;
	width: 468px;
}

.project-column .project-gallery li{
	display: block;
	float: left;
	overflow: hidden;
	background: url(../img/plus-sign.png) center center no-repeat;
	width: 204;
	height: 148px;
	margin-right: 30px;
	margin-top: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* PROJECT-RELATED -----------------------------------------------*/

.related-title{
	margin-left: 30px;
}

.related-projects{
	display: block;
	overflow: hidden;
}

.related-projects li{
	display: block;
	float: left;
	overflow: hidden;
	width: 204px;
	height: 280px;
	margin-left: 30px;
	margin-top: 30px;
	
	background-color:#f9f9f9;
	padding:9px;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

.related-projects li strong{
	display: block;
}

.related-projects li a.box{
	display: block;
	overflow: hidden;
	width: 204px;
	height: 148px;
	margin-bottom: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.related-projects li a.box img{
	opacity: 0.7;
}

.related-projects li:hover a.box img{
	opacity: 1;
}

#content .related-projects li a{
	text-decoration: none;
	color: #999;
}

/* GALLERY -----------------------------------------------*/

#content .gallery{
	display: block;
	overflow: hidden;
}

#content .gallery li{
	display: block;
	float: left;
	overflow: hidden;
	background: url(../img/plus-sign.png) center center no-repeat;
	width: 204px;
	height: 148px;
	margin-left: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .gallery.three-cols li{
	width: 282px;
	height: 267px;
}

#content .gallery.two-cols li{
	width: 438px;
	height: 267px;
}

#content .gallery li a{
	display: block;
}


/* BLOG --------------------------------------------------------*/

#posts{
	float: left;
	width: 99%;
}

#posts .post{
	position: relative;
	margin-left: 30px;
	margin-bottom: 30px;
}

#comments-block{
	position: relative;
	margin-left: 30px;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-top: 80px;
}

#posts.single .post{
	border-bottom: none;
}

#posts .post:last-child{
	border-bottom: none;
}

#posts h1 a{
	display: block;
	margin-bottom: 30px;
	width: 514px;
	text-decoration: none;
	color: #696969;
}

#posts .n-comments{
	display: block;
	position: absolute;
	top:0;
	right:0px;
	width: 57px;
	height: 41px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	background: url(../img/balloon.png) no-repeat;
}


#posts.single .post .n-comments{
	position: static;
}

.post .thumb-shadow{
	background: url(../img/shadow-blog.png) no-repeat 0px 270px;
}

#posts .post .post-thumbnail{
	position: relative;
	overflow: hidden;
	width: 596px;
	height: 270px;
	margin-bottom: 30px;
	background: #f1f1f1;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


#posts .post .post-thumbnail .cover{
	position: absolute;
	top:0px;
	left: 0px;
}

#posts .post .the-excerpt{
	padding-bottom: 30px;
	background: url(../img/post-divider.png) center bottom no-repeat;
}

#posts .post .post-thumbnail .meta{
	display: block;
	width: 252px;
	height: 207px;
	font-size: 12px;
	line-height: 2em;
	position: absolute;
	top:30px;
	left: 30px;
}

#posts.single .post .meta{
	display: block;
	background: #f1f1f1;
	padding: 20px;
	border-color: #e7e6e6 #ececec #ececec #ececec;
	border-width: 3px 1px 1px 1px;
	border-style: solid;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#posts .post .read-more{
	display: block;
	position: absolute;
	top: 325px;
	left: 257px;
	background: #363636 ;
	line-height: 33px;
	padding: 0px 14px 0px 14px;
	text-decoration: none;
	color: #f1f1f1;
	opacity: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	-webkit-box-shadow: 0px 2px 3px #000; 
	-moz-box-shadow: 0px 2px 3px #000; 
	box-shadow: 0px 2px 3px #000;
}

#posts .post .read-more:hover{
	background: #000;
}

#posts .post:hover .read-more{
	opacity: 1;
}

#posts .post .meta a{
	text-decoration: none;
}

#posts .post .meta-tags{
	overflow: hidden;
}

#posts .post .meta-tags a{
	float: left;
	font-size: 12px;
	line-height: 14px;
	color: #f1f1f1;
	background: #696969;
	padding: 3px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#posts .post .meta-tags a:hover{
	background: #000;
}

/* COMMENTS-BLOCK ------------------------------------------------------------*/



#comments-block .n-comments{
	left:0px;
}

#comments-block .n-comments{
	left:0px;
}

#comments-block .n-comments-text{
	display: block;
	position: absolute;
	top: 4px;
	left:68px;
	font-family: 'Ubuntu', arial, serif; 
	font-size: 28px;
}

/* COMMENTSLIST ------------------------------------------------------------*/

.commentlist{
	display: block;
}

.commentlist li{
	display: block;
	margin-bottom: 0px;
	padding: 10px 10px 10px 0px;
	line-height: 1.5em;
}

.commentlist ul{
	padding-left: 40px;
	border-left: 1px dashed #ccc;
}

.commentlist li .comment-body{
	overflow: hidden;
	position: relative;
	padding: 0px 0px 20px 0px;
}


.commentlist li img{
	display: block;
	float: left;
	margin: 0px 12px 20px 0px;
}

.commentlist .meta-date{
	display: block;
	float: right;
}

#content .commentlist .reply a{
	display: block;
	text-decoration: none;
	float: right;
	padding: 2px 8px;
	background: #ccc;
	color: #f1f1f1;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* COMMENTS PAGINATION ------------------------------------------------------------*/

#content .comments-pagination {
	clear:both;
	overflow: hidden;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin-bottom: 10px;
}
 
#content .comments-pagination span,
#content .comments-pagination a {
	display:block;
	float:left;
	margin: 2px 4px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
 
#content .comments-pagination a:hover{
	color:#fff;
	background: #000000;
}
 
#content .comments-pagination .current{
	padding:6px 9px 5px 9px;
	background: #000000;
	color:#fff;
}

/* LEAVE COMMENT --------------------------------------------------------*/

.leave-comment{
	margin-top: 20px;
	padding-top:30px;
	background: url(../img/post-divider-inverted.png) no-repeat;
}

.leave-comment h2{
	margin-bottom: 20px;
}

/* CONTACT --------------------------------------------------------*/

.one-column{
	width: 438px;
	float: left;
	margin-left: 30px;
}

/* FORMS ------------------------------------------------------------*/

#sc-contact-form,
#contactForm,
#commentform,
#contactForm{
	margin-bottom: 18px;
}

#sc-contact-form input,
#sc-contact-form textarea,
.admin-form input,
.admin-form textarea,
#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sc-contact-form input,
.admin-form input,
#contactForm input,
#commentform input{
	width: 282px;
}

#sc-contact-form textarea,
.admin-form textarea,
#contactForm textarea,
#commentform textarea{
	width: 380px;
}

#sc-contact-form #submit,
.admin-form #submit,
#contactForm #submit,
#commentform input#submit{
	width: 76px;
	margin: 21px 0px;
	padding: 5px 0px;
}

#sc-contact-form #submit:hover,
.admin-form #submit:hover,
#contactForm #submit:hover,
#commentform input#submit:hover{
	background: #f1f1f1;
	color: #606060;
}

#sc-contact-form input,
#sc-contact-form textarea,
.admin-form input,
.admin-form textarea,
#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
	color: #606060;
	font-size: 14px;
}

#sc-contact-form label,
.admin-form label,
#contactForm label,
#commentform label{
	display: block;
	font-size: 14px;
	line-height: 2.5em;
	font-weight: light;
}

/* PAGER ------------------------------------------------------------*/

.pager{
	padding-top: 0px;
	overflow: hidden;
	display: block;
	height: 33px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
}

.pager li{
	display: block;
	width: 33px;
	height: 33px;
	margin-right: 8px;
	float: left;
}

#content .pager li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 33px;
	text-align: center;
	text-decoration: none;
	color: #ffd800;
	background: #363636;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#content .pager li:hover a,
#content .pager li.active a{
	color: #363636;
	background: #ffd800;	
}

/* SIDEBAR ------------------------------------------------------------*/

#sidebar{
	float: left;
	width: 282px;
	margin-left: 30px;
}

#sidebar>li{
	margin-bottom: 20px;
}

#sidebar>li h6{
	padding-bottom: 20px;
}

#sidebar ul>li{
	line-height: 40px;
	text-decoration: none;
	/*border-bottom: 1px solid #d7d7d7;*/
	
}

#sidebar ul>li:last-child{ border-bottom: none; }

#sidebar ul>li a{
	display: block;
	/*height: 100%;*/
	width: 97%;
	text-decoration: none;
	color: #696969;
	/*background:#82A9B0;*/
	border: 1px solid #82A9B0;
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
   margin:2px 0 1px 0;
   padding: 0 5px 0 5px;
   
	/*background:-webkit-linear-gradient(top, #9BBBC0 0, #8BB0B6 50%, #75A1A9 50%, #82A9B0 100%) no-repeat;*/
}

#sidebar ul>li:hover{
	background: #82A9B0;
	border: 1px solid #666666;
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
  width:99%;
}

/* FOOTER - COLS ------------------------------------------------------------*/

#footer-cols{
	display: block;
	overflow: hidden;
	color: #bbbaba;
	line-height: 1.5em;
	margin-top: 0px;
	background: #363636;
}

#footer-cols li.col{
	display: block;
	width: 282px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	
}

#footer-cols li.col>h6{
	color: #d7d7d7;
	margin-bottom: 30px;
	text-shadow: -2px -1px rgba(0, 0, 0, .8);
}

#footer-cols li.clear-col{ clear:left; }

#footer-cols li.col ul{
	display: block;
}

#footer-cols li.col ul li{
	display: block;
	line-height: 35px;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #000;
	
}

#footer-cols li.col ul li:first-child{ border-top: none; }

#footer-cols li.col ul li:last-child{ border-bottom: none; }

#footer-cols li.col ul li a{
	text-decoration: none;
	color: #bbbaba;
}

#footer-cols li.col ul li a:hover{
	color: #58beb3;
}

/* FOOTER BOTTOM --------------------------------------------------------*/

#footer #bottom{
	position: relative;
	width: 100%;
	font-size: 12px;
	line-height: 1.5em;
	line-height: 80px;
	text-align: center;
	color: #868686;
	background: url(../img/bottom-shadow.png) repeat-x;
	background: #363636;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-top: 1px solid #4A4A4A;
}

#footer #bottom a{
	color: #58beb3;
	text-decoration: none;
}

#footer #bottom #to-top{
	position: absolute;
	right: 30px;
	top: 26px;
	width: 33px;
	height: 33px;
	background: url(../img/to-top.png) no-repeat;
	cursor: pointer;
}



#sweden {
  	float: left;
  	width: 100%;
  	padding: 10px 0;
  	}
#sweden dl {
  	float: left;
  	width: 260px;
  	margin: 10px 20px;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
  	}
#sweden dt {
  	float: left;
  	width: 515px;
  	margin: 0;
  	padding: 0;
  	font-size: 140%;
  	letter-spacing: 1px;
  	color: #627081;
  	}
#sweden dd {
  	margin: 0 0 0 98px;
  	padding: 0;
  	font-size: 95%;
  	line-height: 1.5em;
  	color: #666;
	width:350px;
  	}
#sweden dl dd.img {
   	margin: 0;
   	}
#sweden dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  	}



.cajMensajesIMpre{
    background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:93%;
	border: 1px solid #D1D1D1;
	padding:15px 5px 5px 5px;
	text-align:center;
	height:88px;
	clear:both;
	margin:10px;
		/*text-shadow:-1px 1px #000;*/
}

.cajMensajes{
    background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:93%;
	min-height:230px;
	border: 1px solid #D1D1D1;
	padding:5px;
	text-align:center;
	height:100%;
	clear:both;
	margin:10px;
		/*text-shadow:-1px 1px #000;*/
}

.textocajMensajesError{
	height:30px;
	font-weight:bold;
	text-align:center;
	background-color:#F00;
	color:#FFF;	
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	padding:5px 0 0 0;
	 }
.textocajMensajesAdvertencia{
	height:30px;
	font-weight:bold;
	text-align:center;
	background-color:#e4bd4a;
	color:#FFF;	
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	padding:5px 0 0 0;
	 }
.textocajMensajesOk{
	height:30px;
	font-weight:bold;
	text-align:center;
	background-color:#74c35b;
	color:#FFF;	
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	padding:5px 0 0 0;
	 }

.imgcajMensajesError{
	height:130px;
	width:30%;
	text-align:center;
	padding:0;
	margin:20px 10px 0 10px;
	float:left;
	 }	

.textDesccajMensajes{
	height:130px;
	width:62%;
	font-weight:normal;
	text-align:left;
	padding:0;
	margin:20px 10px 0 10px;
	display:block;
	float:left;
	
	 }
	 
.textLinkcajMensajes {
	border:0;
	padding:20px 0 0 0;
	height:40px;
	text-align:center;	
	text-decoration:none;
	}	
	
.textLinkcajMensajes a:link, .textLinkcajMensajes a:focus, .textLinkcajMensajes a:visited{
	border:0;
	padding:0 30px;
	text-align:center;	
	color:#fff;
	background:#F00;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	cursor:pointer;
	text-decoration:none;
	font-size:130%;
	}

.textLinkAdvcajMensajes a:link, .textLinkAdvcajMensajes a:focus, .textLinkAdvcajMensajes a:visited{
	border:0;
	padding:0 30px;
	text-align:center;	
	color:#fff;
	background:#e4bd4a;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	cursor:pointer;
	text-decoration:none;
	font-size:130%;
	}

.textLinkOkcajMensajes a:link, .textLinkOkcajMensajes a:focus, .textLinkOkcajMensajes a:visited{
	border:0;
	padding:0 30px;
	text-align:center;	
	color:#fff;
	background:#74c35b;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	cursor:pointer;
	text-decoration:none;
	font-size:110%;
	width:100%;
	}

	
.textLinkOkcajMensajes a:hover{
	color:#FFF;
	background:#1fb0e9;
	}	
	

.borrarModulo a:link, .borrarModulo a:focus, .borrarModulo a:visited{
	border:0;
	padding:0 30px;
	text-align:center;	
	color:#fff;
	background:#F00;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	cursor:pointer;
	text-decoration:none;
	font-size:110%;
	width:100%;
	}


.borrarNoModulo a:link, .borrarModulo a:focus, .borrarModulo a:visited{
	border:0;
	padding:0 30px;
	text-align:center;	
	color:#fff;
	background:#74c35b;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	cursor:pointer;
	text-decoration:none;
	font-size:110%;
	width:100%;
	}


#login .textVolver{
	height:30px;	
	font-weight:normal;
	text-align:right;
	padding:15px;
	margin:-57px 15px 0;
	/*display:block;*/
	float:right;
	background:none;
	color:#FFF;
	
	 }
   

.textVolver a:link, .textVolver a:focus, .textVolver a:visited{
	border:0;
	height:25px;
	padding:5px 16px;
	text-align:center;	
	color:#CCC;
	background:#36D1E2;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	cursor:pointer;
	text-decoration:none;
	font-size:100%;
	}
.textVolver a:hover{
	color:#e1e1e1;
	background:#1fb0e9;
	}   

#login div .textVolver0{
	height:12px;
	width:18%;
	font-weight:normal;
	text-align:center;
	padding:10px;
	margin:-57px 5px 0;
	/*margin:-33px 5px 0;*/
	display:block;
	float:right;
	color:#FFF;
	 }
   
.textVolver0 a:link, .textVolver0 a:focus, .textVolver0 a:visited{
	border:0;
	padding:0 20px;
	text-align:center;	
	color:#FFFFFF;
	background:#36D1E2;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	cursor:pointer;
	text-decoration:none;
	font-size:100%;
	text-shadow: 0 1px 0 #007DAB;
	}
.textVolver0 a:hover{
	color:#FFF;
	background:#1fb0e9;
	}  



#login div .textVolver2{
	height:12px;
	width:18%;
	font-weight:normal;
	text-align:center;
	padding:10px;
	/*margin:-57px 5px 0;*/
	margin:-33px 5px 0;
	display:block;
	float:left;
	color:#FFF;
	 }
   
.textVolver2 a:link, .textVolver2 a:focus, .textVolver2 a:visited{
	border:0;
	padding:0 20px;
	text-align:center;	
	color:#FFFFFF;
	background:#36D1E2;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	cursor:pointer;
	text-decoration:none;
	font-size:100%;
	text-shadow: 0 1px 0 #007DAB;
	}
.textVolver2 a:hover{
	color:#FFF;
	background:#1fb0e9;
	}  

	
.textVolver20 {
    height: 26px;
    width: 125px;
    /* font-weight: normal; */
    /* text-align: right; */
    /* padding: 10px; */
    margin: -26px 0px 0 134px;
    display: block;
    /* float: right; */
    /* color: #FFFFFF; */
}

	
.textVolver2{
	height:26px;
	width:120px;
	font-weight:normal;
	/*text-align:right;*/
	padding:10px;
	margin:-20px 131px 0;
	display:block;
	/*float:right;*/
	color:#FFFFFF;
	 }
   
.textVolver2 a:link, .textVolver2 a:focus, .textVolver2 a:visited{
	border:0;
	padding:0 20px;
	text-align:center;	
	color:#FFFFFF;
	background:#26DF50;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	cursor:pointer;
	text-decoration:none;
	font-size:100%;
	text-shadow: 0 1px 0 #ccc;
	}
.textVolver2 a:hover{
	color:#FFF;
	background:#1fb0e9;
	}   	
	
	

#login div .textVolver3{
	height:12px;
	/*width:18%;*/
	font-weight:normal;
	text-align:center;
	padding:10px;
	margin:-57px 5px 0;
	/*margin:-33px 5px 0;*/
	display:block;
	float:right;
	color:#FFF;
	 }
   
.textVolver3 a:link, .textVolver3 a:focus, .textVolver3 a:visited{
	border:0;
	padding:0 20px;
	text-align:center;	
	color:#FFFFFF;
	background:#36D1E2;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	cursor:pointer;
	text-decoration:none;
	font-size:100%;
	text-shadow: 0 1px 0 #007DAB;
	}
.textVolver3 a:hover{
	color:#FFF;
	background:#1fb0e9;
	}  	
	
	
	
 /* comments */
.comments1a{
	width:540px;
	padding:10px;
	}   
.comments1, .comments1 ul, #comments1 li{
	margin:0;
	padding:0;
	list-style:none;
	width:455px;
	}
.comments1 li{
	margin:1.5em 0;
	position:relative;
	font-size:13px;
	
	}
.comments1 a{color:#5a7981;text-decoration:none;}
.comments1 a:hover{color:#555;}
.comments1 .meta{
	padding-bottom:32px;
	background:url(01/bg_comments1.gif) no-repeat 0 100%;
	}	
.comments1 .meta li{
	margin:0;
	display:inline;
	font-size:12px;
	color:#777;
	position:static;
	}	
.comments1 .meta .author{
	font-size:14px;
	font-weight:bold;
	}	
.comments1 .meta img{
	position:absolute;
	left:28px;
	top:68px;
	z-index:100;
	border:1px solid #bfd5da;
	}	
.comments1 .bodys{
	padding:10px 28px 20px 100px;
	background:url(01/bg_comments2.gif) no-repeat 0 100%;
	min-height:58px;
	}	  
.bodys{ 
	background:#f8f8f8;
	color:#333;
	line-height:170%;
	margin:0;
	padding:0;
	text-align:center;
	}	
	
.imgMunicipio{ 
	/*margin:-31px 0 0 -4px;*/
	margin:0;
	padding:0;
	text-align:center;
	}		
	

#minPrincipal li {
   display:inline;
   float:left;
   width:260px;
   background-color:#F2F2F2;
   padding:5px;
   margin:10px;
   text-align: left;
   -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: 2px solid #D1D1D1;
}	


/*SEVICIOS PUBLICOS WEB*/
.container{
	background-color: #f1f1f1;
	padding: 10px;
	width: 590px;
	margin: auto;
	border: 1px solid #666;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.logos{
	background-color: #FFF;
	padding: 0px;
	width: 100%;
	margin: auto;
	height:72px;
	
}

.logo1{
	padding: 0px;
	width: 151px;
	margin: 0px;
	display:block;
	position:relative;	
	float:left;
}

.logo2{
	padding: 5px 0px 0px 0px;
	width: 319px;
	margin: 0px;
	display:block;
	position:relative;	
	float:left;
	font-size:9px;
	text-align:right;
	color:#006699;
	line-height:1.5em;
	
}


.logo3{
	padding: 0px 0px 0px 0px;
	width: 80px;
	margin: 0px 0px 0px 20px;
	display:block;
	position:relative;	
	float:left;
	text-align:left;
	
}


.bloque1{
	background-color: #FFF;
	padding: 0px;
	width: 100%;
	margin: auto;
	height:96px;	
	
}

.interior1{
	/*background-color: #0C3;*/
	padding: 0px;
	width: 350px;
	height:96px;
	margin: 0 0 0 0;
	position:relative;	
	float:left;
	font-size:7px;
	color:#006699;
}


.interior2{
	/*background-color: #C00;*/
	padding: 0px 0px 0px 0px;
	width: 130px;
	height:96px;
	margin: 0 2px 0 2px;
	position:relative;	
	float:left;
	color:#006699;
	font-size:8px;
}


.interior3{
	/*background-color: #0FF;*/
	padding: 0px;
	/*width: 200px;*/
	height:96px;
	margin: 0 0 0 1px;
	position:relative;	
	float:left;
}


.bloque2{
	background-color: #FFF;
	padding: 0px;
	width: 100%;
	margin: auto;
	height:120px;	
}


.interior1b{
	/*background-color: #0C3;*/
	padding: 0px;
	width: 119px;
	height:119px;
	margin: 0 0 0 0;
	position:relative;	
	float:left;
	font-size:7px;
	color:#006699;
}


.interior2b{
	/*background-color: #00C;*/
	padding: 0px 0px 0px 0px;
	width: 260px;
	height:119px;
	margin: 0 2px 0 2px;
	position:relative;	
	float:left;
	color:#006699;
	font-size:7px;
}


.interior3b{
	/*background-color: #0FF;*/
	padding: 0px;
	width: 153px;
	height:119px;
	margin: 0 3px 0 0px;
	position:relative;	
	float:left;
	font-size:7px;
	color:#006699;
}



.bloque3{
	background-color: #FFF;
	padding: 0px;
	width: 100%;
	margin: auto;
	height:145px;	
}


.interior1c{
	/*background-color: #0C3;*/
	padding: 0px;
	width: 350px;
	/*height:119px;*/
	margin: 0 0 0 0;
	position:relative;	
	float:left;
	font-size:7px;
	color:#006699;
}


.interior2c{
	/*background-color: #00C;*/
	padding: 0px 0px 0px 0px;
	width: 111px;
	/*height:119px;*/
	margin: 0 2px 0 127px;
	position:relative;	
	float:left;
	color:#006699;
	font-size:7px;
}



.bloque4{
	background-color: #FFF;
	padding: 0px;
	width: 100%;
	margin: auto;
	height:284px;
	
}


.interior1d{
	/*background-color: #0C3;*/
	padding: 0px;
	width: 305px;
	/*height:119px;*/
	margin: 0 0 0 0;
	position:relative;	
	float:left;
	font-size:7px;
	color:#006699;
}


.interior2d{
	/*background-color: #00C;*/
	padding: 0px 0px 0px 0px;
	width: 100px;
	height:219px;
	margin: -273px 2px 0 478px;
	position:relative;	
	float:left;
	color:#006699;
	font-size:7px;
	clear:both;
}

.interior3d{
	/*background-color: #00C;*/
	padding: 0px 0px 0px 0px;
	width: 100px;
	height:219px;
	margin: -169px 2px 0 478px;
	position:relative;	
	float:left;
	color:#006699;
	font-size:7px;
}


.bloque5{
	background-color: #FFF;
	padding: 0px;
	width: 100%;
	margin: auto;
	height:178px;
	
}


.interior1e{
	/*background-color: #0C3;*/
	padding: 0px;
	width: 277px;
	/*height:119px;*/
	margin: 0 0 0 0;
	position:relative;	
	float:left;
	font-size:9px;
	color:#006699;
}


.interior2e{
	/*background-color: #00C;*/
	padding: 0px 0px 0px 0px;
	width: 300px;
	/*height:219px;*/
	margin: 0 2px 0 2px;
	position:relative;	
	float:left;
	color:#006699;
	font-size:8px;
}


.bloque6{
	background-color: #FFF;
	padding: 0px;
	width: 100%;
	margin: auto;
	height:165px;
	
}


.interior1f{
	/*background-color: #0C3;*/
	padding: 0px;
	width: 328px;
	/*height:119px;*/
	margin: 0 0 0 0;
	position:relative;	
	float:left;
	font-size:8px;
	color:#006699;
}


.interior2f{
	/*background-color: #00C;*/
	padding: 0px 0px 0px 0px;
	width: 200px;
	/*height:219px;*/
	margin: 0 2px 0 2px;
	position:relative;	
	float:left;
	color:#006699;
	font-size:8px;
}

table{   
     font-style: normal;
     font-weight: normal;
     text-align:left;
     border-collapse:collapse;
     width:100%;
	 margin:1px 0 0 0;
	
	
}
table thead {
    padding:3px 0px 0 5px;
    text-align: left; 
    line-height:1.0em;
    
}

table th,td{
    padding:3px 0px 0 5px;    
    font-weight:normal;
	text-align: left; 
   /* border: 1px solid #666;*/
    line-height:1.0em;
	color:#666;
}

.table2 table {  border-collapse: collapse; background:#FFF; width:100%;  }
.table2 table .table2 th, .table2 td{
    padding:3px 0px 0 5px;    
    font-weight:normal;
	font-size:10px;
	/*text-align: left; */
    border: 1px solid #F5F5F5;
	line-height:1.0em;
	margin:0;

}

.table2a table {  border-collapse: collapse; background:#FFF; width:100%;  }
.table2a table .table2a th, .table2a td{
    padding:3px 0px 0 5px;    
    font-weight:normal;
	font-size:9px;
	text-align: left; 
    border: 1px solid #F5F5F5;
	/*line-height:1.0em;*/

}

.table3a table .table3a th, .table3a td{
    padding:5px 0px 2px 5px;    
    font-weight:normal;
	font-size:11px;
	text-align: left; 
    border-bottom: 1px solid #F5F5F5;
	/*line-height:1.0em;*/

}

.fgris{background:#E0E0E0;}
.frojoS{background:#FFD2D2; }

.mensajepago{background:#E0E0E0;  border: 1px solid #CCC; font-size:10px; padding:5px 0px 1px 5px; margin:10px 5px 5px 5px;}

.datostexto{padding: 0; color:#000; margin:-1px 0 0 0;  }
		

.gris2{background:#666; color:#FFF; font-size:12px;}
.gris{background:#CCC; color:#000; font-size:12px;}
.azulNormal{background:#1c74bb; color:#FFF;}
.azulClaro{background:#CBDCED; color:#006699;}
.centroAzul{text-align:center; color:#006699;}
.peq{margin:3px 0 0 0 ;padding:5px 0 0 3px; text-align:center; color:#000; font-size:8px; line-height:1.0em; width: 100%;}
.centro{text-align:center;}
.grande{font-size:14px;}
.grande2{font-size:18px;}
.centroNegro{text-align:center;color:#000;}
.negro{color:#000;}

.blanco{color:#FFF;}
/*FIN SERVIOCS PUBLICOS WEB*/


.menudes {
position: relative;
overflow: hidden;
width: 99%;
margin: 10px auto 10px;
border-radius: 8px;
background: #0F6E2A;
text-align:center;
}
.menudes a {
display: inline-block;
width: 11%; /* 100% dividido por el número de elementos del menú */
box-sizing: border-box;
padding: 10px 5px;
color: #fff;
text-decoration: none;
}
.marca {
position: absolute;
bottom: 4px;
left: -7.5%; /* Al menos 1/2 del ancho de cada enlace */
width: 7.5%; /* 1/2 del ancho de cada enlace */
height: 4px;
background: #fff;
transition: 0.5s ease-in-out; 
}
.menudes a:nth-child(1):hover ~ .marca {
left: 16.25%; /* 1/4 Ancho del enlace */
}
.menudes a:nth-child(2):hover ~ .marca {
left: 28.25%; /* 1/4 Ancho del enlace + 1 vez ancho enlace */
}
.menudes a:nth-child(3):hover ~ .marca {
left: 40.25%; /* 1/4 Ancho del enlace + 2 veces ancho enlace */
}
.menudes a:nth-child(4):hover ~ .marca {
left: 53.5%; /* 1/4 Ancho del enlace + 3 veces ancho enlace */
}
.menudes a:nth-child(5):hover ~ .marca {
left: 62.5%; /* 1/4 Ancho del enlace + 3 veces ancho enlace */
}
.menudes a:nth-child(6):hover ~ .marca {
left: 75.5%; /* 1/4 Ancho del enlace + 3 veces ancho enlace */
}

.foorer  {	
	margin:10px 0 0 0;
	width:100%;
	padding:5px 0 0px 0;
	clear:both;
    background:#363636;
	/*border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;*/
	
	color:#FFF;
 }
 
 
form div{margin:.5em 0;clear:both; font-size:12px;}
	label{display:block;}
	fieldset{margin:10px;
	         padding: 2px;
             border: 1px solid #eee;
             -webkit-border-radius: 5px;
            border-radius: 5px}
	legend{font-weight:bold;}
	input[type="radio"], .radio{margin:-2px 5px 0 0; width:13px; border:none;}
	input[type="checkbox"]{margin:-5px 5px 5px 3px; padding:3px; float: left; width:13px;text-align:left;  border:none;}
	textarea{margin:5px 0 5px 0; width:463px;height:80px;}

 
 
#login{
	margin:5em auto;
	background:#fff;
	border:8px solid #eee;
	width:90%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 0 10px #4e707c;
	-webkit-box-shadow:0 0 10px #4e707c;
	box-shadow:0 0 10px #4e707c;
	text-align:left;
	position:relative;
	}
#login a, #login a:visited{color:#0283b2;}
#login a:hover{color:#111;}
#login h1{
	background:#0092c8;
	color:#fff;
	text-shadow:#007dab 0 1px 0;
	font-size:14px;
	padding:18px 23px;
	margin:0 0 1.5em 0;
	border-bottom:1px solid #007dab;
	}
#login .register{
	position:absolute;
	float:left;
	margin:0;
	line-height:30px;
	top:-40px;
	right:0;
	font-size:11px;
	}
#login p{margin:.5em 25px;}
#login div{
	margin:.5em 25px;
	background:#eee;
	padding:4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-align:right;
	position:relative;
	}	
#login label{
	float:left;
	line-height:20px;
	padding-left:10px;
	}
#login input{
	border:1px solid #ccc;
	width:280px;
	font-size:14px;
	color:#036;
	line-height:1em;
	padding:4px;
	-moz-box-shadow:inset 0 0 5px #ccc;
	-webkit-box-shadow:inset 0 0 5px #ccc;
	box-shadow:inset 0 0 5px #ccc;
	}	
	
#login select{
	border:1px solid #ccc;
	width:289px;
	font-size:14px;
	color:#036;
	line-height:1em;
	padding:4px;
	-moz-box-shadow:inset 0 0 5px #ccc;
	-webkit-box-shadow:inset 0 0 5px #ccc;
	box-shadow:inset 0 0 5px #ccc;
	}		

#login select.dos {
	border:1px solid #ccc;
	width:94px;
	font-size:12px;
	color:#036;
	line-height:1em;
	padding:4px;
	-moz-box-shadow:inset 0 0 5px #ccc;
	-webkit-box-shadow:inset 0 0 5px #ccc;
	box-shadow:inset 0 0 5px #ccc;
	}	
	
#login div.submit{background:none;margin:1em 25px;text-align:left;}	
#login div.submit label{float:none;display:inline;font-size:11px;}	
#login button{
	border:0;
	padding:0 30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	color:#fff;
	text-shadow:#007dab 0 1px 0;
	background:#0092c8;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	cursor:pointer;
	}

.caja2{
	border:0;
	padding:0 20px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	color:#fff;
	text-shadow:#007dab 0 1px 0;
	background:#009933;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	cursor:pointer;
	}
	
#login .forgot{text-align:right;font-size:11px;}
#login .back{padding:1em 0;border-top:1px solid #eee;text-align:right;font-size:11px;}
#login .error{
	float:left;
	position:absolute;
	left:95%;
	top:-5px;
	background:#890000;
	padding:5px 10px;	
	font-size:11px;
	color:#fff;
	text-shadow:#500 0 1px 0;
	text-align:left;
	white-space:nowrap;
	border:1px solid #500;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0 0 5px #700;
	-webkit-box-shadow:0 0 5px #700;
	box-shadow:0 0 5px #700;
	}
	


ul#submenu
{
	margin:5px 0 0 0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:11px;
	font-weight:normal;
	background:#E8E8E8;
	border:1px solid #F1F1F1;
	
}

ul#submenu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#submenu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:normal;
	padding:8px 5px 0 10px;
}
	
ul#submenu li a:hover
{	
	color:#006ebb;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;		
}
	

ul#submenu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}	

#login .descargar{ width:94%; text-align:left; font-size:12px;}


.respuestas{
	margin:5em auto;
	padding:10px;
	background:#fff;
	border:8px solid #eee;
	width:750px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 0 10px #4e707c;
	-webkit-box-shadow:0 0 10px #4e707c;
	box-shadow:0 0 10px #4e707c;
	text-align:left;
	position:relative;
	}
	
.tituloAdmin{ padding:10px 0 5px 5px;
               font-size:14px;
              font-weight:bold;
			  color:#007dab;}
			  
		  
.factura{ width:897px;
	     border:8px solid #eee;
	     border-radius:5px;
		 padding:10px 5px 5px 5px;
		 text-align:left;
	     position:relative;
		 margin:5px 5px 5px -8px;
		 font-size:10px;
	  }			  
	  
	  
.element {
        min-height: 100px;
        width: 407px;
        box-shadow: 0 2px 5px #666666;
        padding: 10px;
		margin-top:5px;
    }	  
	  
	  
	  
.element ul {
        list-style-type: none;
        width: 400px;
} 

.element li {
        border-bottom: 1px solid #CCC;
        margin: 5px 0px 0px 5px;
		padding: 5px 0px 0px 5px;
		min-height:15px;
		pa
}



.element em { 
        color: #333;
        display: block;        
        line-height: 125%; 
		/*padding-left:150px;*/
		width:250px;
		margin:-13px 0px 0px 150px;
}

.element  span {
        color: #125F15;
        line-height: 150%;
}



.element2 {
        min-height: 100px;
        width: 100%;
        box-shadow: 0 2px 5px #666666;
        padding: 10px;
		margin-top:5px;
    }	  
	  
	  
	  
.element2 ul {
        list-style-type: none;
        width: 400px;
} 

.element2 li {
        border-bottom: 1px solid #CCC;
        margin: 5px 0px 0px 5px;
		padding: 5px 0px 0px 5px;
		min-height:15px;
		pa
}



.element2 em { 
        color: #333;
        display: block;        
        line-height: 125%; 
		/*padding-left:150px;*/
		width:250px;
		margin:-13px 0px 0px 150px;
}

.element2  span {
        color: #125F15;
        line-height: 150%;
}
