/*======================================
Theme Name: zeeBusiness
Theme URI: http://themezee.com/zeebusiness
Description: zeeBusiness is a two column wordpress theme in an elegant bold design with strong colors. It comes with three navigation menus (top, main and foot), five sidebar areas (blog, pages, 3x footer) and a Featured Posts Slider. You can choose between eleven color schemes or use the colorpicker to get every color you want. Other features are a Custom Logo Upload, 125x125 Banner Advertising Widget, SocialMedia Buttons Widget, Dropdown Navigation, Theme Option Panel, Threaded Comments, Sitemap Page Template, Slider Page Template and Fullwidth Page Template. Enjoy :)
Version: 1.0.4
Author: ThemeZee
Author URI: http://themezee.com
Tags: custom-background, custom-colors, custom-header, custom-menu, theme-options, threaded-comments, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light, editor-style, full-width-template, translation-ready, sticky-post, fixed-width, two-columns, one-column, right-sidebar
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/*============================ RESET ============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, 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;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*============================ SETUP ============================*/
html {
	font-size: 100.01%;
}
body {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 0.9em;
	border: 0;
	color: #222;
	background: #eee;
}
ul, ol {
	list-style: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
a, a:link, a:visited{
	color: #c41010;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
input, textarea, select {
	background-color: #f5f5f5; 
	margin: 5px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-family: sans-serif;
}
/*============================ WRAPPER ============================*/
#wrapper {
	background: #fff;
	width: 970px;
	margin: 30px auto;
	border-top: 7px solid #c41010;
	border-bottom: 7px solid #c41010;
}
#header {
	padding: 0 10px;
	margin: 0;
	position:relative;
}
/*============================ STRUCTURE ============================*/
#wrap {
	margin-top: 20px;
	padding: 0 10px;
	text-align: left;
}
#content {
	float: left;
	width: 620px;
	padding: 10px 15px;
}
.fullwidth {
	width: 910px !important;
}

/*============================ SIDEBAR ============================*/
#sidebar {
	margin-top: 10px;
	width: 280px;
	margin-left: 640px;
	padding: 10px 20px 0 10px;
}
/*#sidebar div h2 {
	color: #c41010;
	font-size: 1.5em;
	padding: 5px 0;
	font-weight: bold;
	font-family: 'Nobile', Arial;
}
#sidebar div{
	margin-bottom: 5px;
	padding: 5px 10px;
	color: #fff;
}
#sidebar a {
	font-size: 1.0em;
}
#sidebar a:link, #sidebar a:visited  {
	color:#fff;
	text-decoration: none;
}
#sidebar a:hover, #sidebar a:active {
	color:#eee;
	text-decoration: underline;
}
#sidebar .children {
	margin-top: 10px;
	margin-left: 10px;
	background: none;
}*/
#sidebar h2 {
	color: #c41010;
	font-size: 1.5em;
	padding: 5px 0;
	font-weight: bold;
	font-family: 'Nobile', Arial;
}
#sidebar ul {
	color: #BBBBBB;
	list-style: square inside none;
}
#sidebar ul li {
    margin: 10px;
    padding: 5px;
}
#sidebar ul li span {
	color: #FFFFFF;
}
#sidebar ul li ul, #sidebar ul li div{
	margin-bottom: 5px;
	padding: 10px;
	background: #c41010;
	color: #fff;
}
#sidebar ul li div ul, #sidebar ul li div ul li {
	border: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li ul {
	list-style: square inside;
	color: #bbb;
}
#sidebar a {
	font-size: 1.0em;
}
#sidebar a:link, #sidebar a:visited  {
	color:#fff;
	text-decoration: none;
}
#sidebar a:hover, #sidebar a:active {
	color:#eee;
	text-decoration: underline;
}
#sidebar ul ul li {
	margin: 5px 10px;
	padding: 0;
	border: 0;
}
#sidebar ul ul ul {
	border: none;
	padding: 0;
}
#sidebar .children {
	margin-top: 10px;
	margin-left: 10px;
	background: none;
}
#sidebar #capaAvisos {
	background-color: #c41010;
	padding: 0.1em 0;
}

#sidebar .verTodas {
	margin: 0;
    padding: 5px 10px;
}
/*============================ HEADER ============================*/
#head {
	margin: 5px 0;
	height: 165px;
	position: relative;
}
#logo {
	left: 10px;
    position: absolute;
    top: 10px;
}
#logo h1 {
	padding: 0 10px 10px 10px;
	font-size: 2.0em;
	color: #c41010;
	font-family: 'Nobile', Arial;
}
#logo img {
	margin-bottom: 10px;
}
#logo a {
	font-weight: bold;
    text-decoration: none;
}
/*============================ TOP NAVIGATION ============================*/
#topnavi {
	bottom: 15px;
    position: absolute;
    right: 5px;
}
#topnavi ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	white-space: nowrap;
}
/*Top level list items*/
#topnavi ul li{
	position: relative;
	display: inline;
	float: left;
	cursor: pointer;
	margin: 0; 
}
/*Top level menu link items style*/
#topnavi ul li a{
	display: block;
	padding: 10px 10px 0;
	font-size: 1.0em;
	font-weight: bold;
	font-family: tahoma, arial;
}
#topnavi ul li a:link, #topnavi ul li a:visited{
	color: #333;
	text-decoration: none;
}
#topnavi ul li a:hover{
	color: #fff;
	background: #c41010;
}
/*1st sub level menu*/
#topnavi ul li ul{
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 10;
	margin: 0;
	padding: 1px;
	background: #c41010;
	text-align: left;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#topnavi ul li ul li{
	display: list-item;
	float: none;
	margin: 0 !important;
	padding: 0 !important;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#topnavi ul li ul li ul{
	border-left: 1px solid #fff;
}
/* Sub level menu links style */
#topnavi ul li ul li a{
	padding: 10px !important;
	margin: 0 !important;
	font-size: 1.0em;
	color: #eee !important;
	text-decoration: none !important;
}
#topnavi ul li ul li a:hover{
	background: #fff;
	color: #333 !important;
}

#topnavi ul li.current_page_item a strong, #topnavi ul li.current-cat a strong, #topnavi ul li.current-menu-item a strong{
	text-decoration: underline;
}
/*============================ NAME AREA  ============================*/
#name {
	text-transform: capitalize;
	font-weight: bold;
	bottom: 0;
    left: 5px;
    position: absolute;
}
#name a {
	text-decoration:none;
}
/*============================ NAVIGATION ============================*/
#navi {
	margin-top: -2px;
	float: left;
	width: 960px;
	padding: 0 5px;
	/*background: #c41010;*/
	background-color: #c41010;
	background-image: url("../images/fonsNavi.png");
	background-repeat: repeat-x;
	font-family: tahoma, arial;
	height: 28px;
}
#navi ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
#navi ul li{
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 5px;
}
/*Top level menu link items style*/
#navi ul li a{
	padding: 5px 0;
	text-decoration: none;
	cursor:pointer;
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
}
#navi ul li a:link, #navi ul li a:visited{
	text-decoration: none;
}
#navi ul li a:hover{
	text-decoration:underline;
}

#navi ul li span{
	padding: 5px 15px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

/*1st sub level menu*/
#navi ul li ul{
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 10;
	margin: 0;
	padding: 0;
	background: #fff;
	border-left: 2px solid #aaa;
	border-right: 1px solid #bbb;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#navi ul li ul li{
	display: list-item;
	float: none;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #ccc;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navi ul li ul li ul{
	margin-top: -1px !important;
	margin-left: 3px !important;
	border-top: 1px solid #bbb;
}
/* Sub level menu links style */
#navi ul li ul li a{
	width: 175px; /*width of sub menus*/
	padding: 10px !important;
	margin: 0 !important;
	font-size: 0.9em;
	color: #333 !important;
	text-decoration: none !important;
}
#navi ul li ul li a:hover{
	background: #eee;
}

#navi ul li.current_page_item a strong, #navi ul li.current-cat a strong, #navi ul li.current-menu-item a strong{
	text-decoration: underline;
}
/*============================ More_Posts, Calendar ============================*/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 5px 5px;
	text-align: left;
}
#wp-calendar th{
	color: #ddd;
	font-size: 0.9em;
	font-weight: bold;
}
#wp-calendar td{
	text-align: center;
}
.more-link {
	padding: 5px 10px;
	text-decoration: none !important;
	color: #fff !important;
	font-size: 0.9em;
	font-weight: bold;
	background: #c41010;
}
.more-link:hover {
	background: #333;
}
.more_posts {
	display: none;
}
/*============================ POST ============================*/
.post {
	margin: 5px 0 35px 0;
}
.sticky {
	border-left: 4px solid #c41010;
	margin-left: 10px;
	padding-left: 20px;
}
.post h2, .attachment h2 {
	padding-bottom: 2px;
	font-family: 'Nobile', Arial, Verdana, sans-serif, Helvetica;
	font-size: 2.0em;
	color: #c41010;
}
.type-page h2 {
	font-size: 2.4em;
	font-family: 'Nobile', Arial, Verdana, sans-serif, Helvetica;
}
.post h2 a:link, .post h2 a:visited {
	color: #c41010;
	text-decoration: none;
}
.post h2 a:hover, .post h2 a:active {
	color: #111 !important;
}
.entry {
	padding: 3px 0 10px 0;
	line-height: 1.5em;
}
.entry h1, .comment h1  {
	font-size: 1.9em;
	margin: 30px 0 0 0;
	color: #222;
}
.entry h2, .comment h2  {
	font-size: 1.7em;
	margin: 25px 0 0 0;
	padding: 0;
	color: #222;
}
.entry h3, .comment h3  {
	font-size: 1.5em;
	margin: 20px 0 0 0;
	color: #C41010;
}
.entry h4, .comment h4  {
	font-size: 1.3em;
	margin: 15px 0 0 0;
	color: #222;
}
.entry h5, .comment h5  {
	font-size: 1.2em;
	margin: 10px 0 0 0;
	color: #222;
	font-weight: bold;
}
.entry h6, .comment h6 {
	font-size: 1.0em;
	margin: 5px 0 0 0;
	color: #222;
	font-weight: bold;
}
.entry p, .post p {
	margin: 5px 0 15px 0;
	text-align: justify;
}
.arh {
	font-size: 1.4em;
	color: #fff;
	padding: 10px 15px;
	margin: 10px 0 20px 0;
	background: #c41010;
}
.postmeta {
	font-size: 0.9em;
	margin-bottom: 5px;
	padding: 5px;
	border-top: 1px dotted #c41010;
	border-bottom: 1px dotted #c41010;
	
}
.postmeta a:link, .postmeta a:visited { 
	color: #c41010;
	text-decoration: underline;
}
.postmeta a:hover {
	color:#444;
	text-decoration: none;
}
.postmeta span { 
	color: #c41010;
}
.postmeta h3 { 
	color: #C41010;
    margin-top: 5px;
    display: inline-block;
}
.postinfo {
	margin: 10px 0;
	padding: 5px 10px;
	font-size: 0.9em;
	border: 1px solid #ddd;
	background: url(../images/button.png) repeat-x #ddd;
}
.postinfo a:link, .postinfo a:visited {
	color: #c41010;
	text-decoration: none;
}
.postinfo a:hover {
	color:#444;
	text-decoration: underline;
}
/*============================ Text Elements ============================*/
.entry ul, .comment ul{
	list-style: square inside;
	margin: 0 0 20px 1.5em;
}
.entry ol, .comment ol{
	list-style: decimal inside;
	margin: 0 0 20px 1.5em;
}
.entry ol ol, .comment ol ol{
	list-style: upper-alpha inside;
}
.entry ol ol ol, .comment ol ol ol{
	list-style: lower-roman inside;
}
.entry ol ol ol ol, .comment ol ol ol ol{
	list-style: lower-alpha inside;
}
.entry ul ul, .comment ul ul,
.entry ol ol, .comment ol ol,
.entry ul ol, .comment ul ol
.entry ol ul, .comment ol ul {
	margin-bottom: 5px;
}
dl {
	margin: 10px 0 20px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 1.3em;
}
ins {
	padding: 1px 2px;
	background: #ffa;
	text-decoration: none;
}
code, pre {
	padding: 3px 8px;
	margin: 0 1px;
	background: #eeeeee;
	color: #222 !important;
	font-size: 0.9em;
	font-family: Monospace, "Courier New", Courier;
	overflow: auto;
}
del, strike, s{
	text-decoration: line-through;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
small {
	font-size: 0.7em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.entry var, .entry kbd, .entry tt {
	font-size: 1.1em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
blockquote {
	margin-left: 30px;
	padding: 15px;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	color: #666;
}
blockquote:before { 
	content:open-quote;
	color: #777;
	font-size: 60px;
	line-height: 15px;
	float: left;
	margin-left: -40px;
	font-family: "Times New Roman";
}
blockquote:after{ 
	content:close-quote;
	color: #777;
	font-size: 60px;
	line-height: 15px;
	float: right;
	margin-top: -10px;
	font-family: "Times New Roman";
}
.entry table, .comment table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	margin: 20px 0;
	text-align: left;
	width: 100%;
}
.entry tr th, .comment tr th, 
.entry thead th, .comment thead th {
	color: #555;
	font-size: 1.0em;
	line-height: 1.0em;
	padding: 5px 15px;
}
.entry tr td, .comment tr td {
	border-top: 1px solid #ddd;
	padding: 0px 15px;
	vertical-align: middle;
}
.entry tr.odd td, .comment try.odd td {
	background: #eee;
}
/*============================ POST Images ============================*/
.entry img {
	max-width: 100%;
	height: auto;
}
.wp-caption  {
	margin: 5px;
	max-width: 100%;
	padding: 6px 3px;
	border: 1px solid #ddd;
	text-align: center;
}
.wp-caption-text {
	margin: 0 !important;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
}
.alignleft { 
	float: left; 
	display: inline; 
	margin: 10px 15px 10px 5px;
}
.alignright	{
	float: right; 
	display: inline; 
	margin: 10px 5px 10px 15px;
}
.aligncenter {
	margin: 10px auto; 
	display: block;
}
.wp-post-image {
	padding: 5px;
	border: 1px solid #ddd;
}
.gallery {
     margin: 10px auto;
}
.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
.gallery-caption {
	padding: 0 5px;
}
/*============================ Featured Posts Slider ============================*/
#content-slider {
	margin: 0 0 30px 0;
	padding: 10px 10px 0 10px;
	background: #eee;
}
.slideshow {  
    width: 620px;  
    padding: 0;  
    margin:  0;
}
.slideshow .post{  
    padding: 0;
	margin: 0;
	border: none;
	width: 620px;
}
#slide_panel {
	float: left;
	margin: 10px 0;
	width: 610px;
	padding: 10px 15px;
	background: #c41010;
}
#slide_head {
	float: left;
	font-size: 1.4em;
	color: #fff;
}
#slide_keys {
	float: right;
	margin-top: 5px;
}
#slide_keys a:link, #slide_keys a:visited {
	font-size: 1.2em;
	font-family: arial, verdana;
	cursor: pointer;
	margin-right: 5px;
	padding: 4px;
	font-weight: bold !important;
	text-decoration: none;
	color: #fff;
}
#slide_keys a:hover {
	text-decoration: underline;
}
/*============================ Comments ============================*/
#comments, #respond {
	padding: 5px;
	background-color: #fff;
}
#comments h3, #respond h3 {
	font-size: 1.4em;
	color: #fff;
	padding: 10px 15px;
	margin: 10px 0 20px 0;
	background: #c41010;
}
.comment h3 {
	color: #222 !important;
	background: none !important;
	padding: 0 !important;
}
#comments a:link, #comments a:visited, #respond a:link, #respond a:visited {
	color: #c41010;
	text-decoration: none;
}
#comments a:hover, #comments a:active, #respond a:hover, #respond a:active{
	color: #555;
	text-decoration: underline;
}
.comment-meta a, .comment-meta a:link, .comment-meta a:visited{
	color: #222 !important;
}
.comment_navi {
	margin: 10px;
	font-size: 0.9em;
	font-weight: bold;
}
.comment_navi .alignright {
	float: right;
}
.commentlist {
	text-align: left;
}
.commentlist .comment {
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border-top: 1px dotted #c41010;
}
.commentlist .comment li {
	margin: 0;
	padding: 0;
	border: none;
}
.comment-author img {
	float: left;
	margin: 5px 10px 15px 0;
}
.comment-author .says {
	display: none;
}
.comment-author .fn {
	line-height: 30px;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	font-style: normal;
}
#comments .children {
	margin-left: 15px;
}
#comments .children .comment {
	margin-top: 10px;
	border-left: 2px solid #c41010;
	border-top: 1px dotted #c41010;
	padding: 15px;
}
.commentlist p {
	clear: left;
	margin: 10px 5px 10px 0;
}
.comment-reply-link {
	text-decoration: underline !important;
}
#cancel-comment-reply-link:link, #cancel-comment-reply-link:visited  {
	color: #fff !important;
}
.bypostauthor .fn{
	background: #c41010;
	padding: 2px 10px;
	color: #fff !important;
}
.bypostauthor .comment .fn {
	background: none !important;
	color: #333 !important;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform p {
	margin: 5px 0 15px 10px;
}
#commentform input {
	display: block;
	width: 250px;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 0 0 15px 0;
}
.comment-form-comment {
	padding-right: 10px;
}
#commentform textarea {
	display:block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 0 10px 20px 0;
}
#commentform #submit {
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #ddd;
	background: url(../images/button.png) repeat-x #eee;
}
#commentform #submit:hover {
	background: url(../images/button_hover.png) repeat-x #eee;
}
#commentform label {
	font-size: 1.0em;
	font-weight: bold;
}
.nocomments {
	margin: 10px;
	padding: 0;
}
/*============================ WP-Pagenavi ============================*/
.wp-pagenavi {
	margin: 15px 0;
	padding: 0 5px;
}
.wp-pagenavi .pages {
    float: right;
	margin-top: -5px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: url(../images/button.png) repeat-x #eee;
}
.wp-pagenavi a {
	cursor: pointer;
    margin: 0 5px 0 0;
    padding: 3px 8px;
    color: #333;
    text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #ddd;
	background: url(../images/button.png) repeat-x #eee;
}
.wp-pagenavi a:hover {
	cursor: pointer;
	background: url(../images/button_hover.png) repeat-x #eee;
}
.wp-pagenavi .current {
	cursor: pointer;
    margin: 0 5px 0 0;
    padding: 3px 8px;
    background-color: #c41010;
    background-image: none;
    color: #fff;
    text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
/*============================ BOTTOM BAR ============================*/
#bottombar_left {
	float: left;
	width: 270px;
	margin-left: 20px;
}
#bottombar_center {
	width: 270px;
	margin-left: 315px;
	margin-right: 315px;
}
#bottombar_right {
	float: right;
	margin-right: 20px;
	width: 270px;
}
.bottombar {
	margin-top: 20px;
	padding: 10px 0;
	border-top: 2px solid #ddd;
}
.bottombar ul li h2 {
	color: #c41010;
	font-size: 1.3em;
	padding: 5px 0;
	font-weight: bold;
	font-family: 'Nobile', Arial;
}
.bottombar ul li {
	margin-bottom: 20px;
}
.bottombar ul li ul, .bottombar ul li div{
	margin-bottom: 5px;
	padding: 10px;
	background: #c41010;
	color: #fff;
}
.bottombar ul li div ul, .bottombar ul li div ul li {
	border: none;
	margin: 0;
	padding: 0;
}
.bottombar ul li ul {
	list-style: square inside;
	color: #bbb;
}
.bottombar a, .bottombar ul {
	font-size: 1.0em;
}
.bottombar a:link, .bottombar a:visited  {
	color:#fff;
	text-decoration: none;
}
.bottombar a:hover, .bottombar a:active {
	color:#eee;
	text-decoration: underline;
}
.bottombar ul ul li {
	margin: 5px 10px;
	padding: 0;
	border: 0;
}
.bottombar ul ul ul {
	border: none;
	padding: 0;
}
.bottombar .children {
	margin-top: 10px;
	margin-left: 10px;
	background: none;
}
/*============================ FOOT ============================*/
#footer {
	clear: both;
	margin: 0;
	padding: 15px 0 10px 10px;
	font-family: tahoma, arial;
	color: #333;
	background: #fff;
	border-top: 2px solid #ddd;
	text-align: center;
}
#footer p {
	font-size: 0.9em;
	color: #555;
	padding: 10px;
	margin: 0;
	text-align: left;
}
#footer a {
	color: #222;
}
#footer a:hover {
	text-decoration: none;
}
#foot_navi {
	float: right;
}
#foot_navi ul li {
	float: left;
	margin: 0 10px 5px 10px;
}
.credit_link {
	font-size: 0.8em;
	height: 40px;
	margin: 0 10px;
	text-align: center;
}
.credit_link a {
	text-decoration: none;
}

/*================== PANTALLA DE LOGIN ========================*/
.checkboxLabel {
	cursor: pointer;
}

.labelAlineado {
	display: inline-block;
	width: 175px;
}

.notice {
	margin-bottom: 15px;
}

/*======================= GENERAL ============================*/
.white {
	color: #fff;
}
.iconoCargando {
	width: 32px;
	height: 32px;
	margin: auto;
}
.iconoCargandoPequenyo {
	width: 16px;
	height: 16px;
	margin: auto;
}
.bold {
	font-weight: bold;
}
.bold-green {
	font-weight: bold;
	color: #66AA92;
}
.bold-red {
	font-weight: bold;
	color: #C45F5F;
}
.relative {
	position: relative;
}
#capaCargando {
	background: url("../images/backNoResultSemana.png") repeat scroll 0 0 transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 6;
}
#capaCargando img {
	position: relative;
	top: 50%;
}
#cambioContrasenyaForm input[type="password"] {
	width: 28%;
}
#cambioContrasenyaForm .bold-green {
	background-color: #F0FFF0;
    border: 1px solid #66AA92;
    float: right;
    position: relative;
    right: 195px;
    padding: 1px 5px;
}
#cambioContrasenyaForm .bold-red {
	background-color: #FFE6E6;
    border: 1px solid #C45F5F;
    float: right;
    position: relative;
    right: 195px;
    padding: 1px 5px;
}
.capitalize {
	text-transform: capitalize;
}

.lowercase {
	text-transform: lowercase;
}

.firstUpper {
	text-transform: lowercase;
}
.firstUpper:first-letter {
	text-transform: uppercase;
}

.inlineBlock{
	display: inline-block;
}

.inVisible {
	display: none;
}

.jqueryui-css {
	font-size: 10px;
}

#crLogo {
	position: absolute;
    right: 5px;
    top: 0;
}

#titleAuto {
	color: #888888;
    font-size: 2.9em;
}

#titleGestion {
	font-size: 2.9em;
}

#titleVoluntariado {
	color: #000000;
    font-size: 2.4em;
}

input[type="checkbox"],  input[type="radio"] {
	border: none;
	background-color: transparent;
	margin: 5px 0 0 0;
}

input[type="password"] {
	font-family: sans-serif;
}
/*============= PANTALLAS ACTIVIDADES ==============*/
.botonFiltro {
	margin: 15px 5px;
	display: inline-block;
}

.botonFiltro a{
	background-color: #FFFFFF;
    color: #C41010;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #C41010;
    text-decoration: none;
}

.botonFiltro a:hover{
	background-color: #C41010;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #C41010;
    text-decoration: none;
}

.filtroActivado a, .botonFiltro a:hover{
	background-color: #C41010;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #C41010;
    text-decoration: none;
}

/*================= PANTALLA DISPONIBILIDAD ==================*/
input.hora {
	width: 75px;
}
.dispInfo {
	margin: 10px 0;
	padding: 5px 10px;
	font-size: 0.9em;
	border: 1px solid #ddd;
	background-color: #ddd;
}
.dispInfo {
	margin: 10px 0;
	padding: 5px 10px;
	font-size: 0.9em;
	border: 1px solid #ddd;
	background-color: #ddd;
}
.odd {
	background-color: #F0F0F0;
}
.dispInfo a:link, .postinfo a:visited {
	color: #c41010;
	text-decoration: none;
}
.dispInfo a:hover, .postinfo a:active {
	color:#444;
	text-decoration: underline;
}
a.title{
	text-decoration: none;
}
input[type="image"] {
	border: 0 none;
	background-color: transparent;
}

/*=============== PANTALLA DATOS PERSONALES ===============*/
.labelAlineadoDatos {
	display: inline-block;
	width: 175px;
	font-weight: bold;
}
#datosPersonalesForm input[type="text"] {
	width:180px;
}

#datosPersonalesForm select{
	width:180px;
	margin: 5px 3px 5px 10px;
}

.capaFotoPerfil {
	border-bottom: 1px solid #555;
	border-left: 1px solid #AAA;
	border-right: 1px solid #555;
	border-top: 1px solid #AAA;
	border-radius: 3px;
	cursor: pointer;
	float: right;
	height: 170px;
	margin: 1em 5.9em 0 0;
	text-align: center;
	width: 150px;
}
.capaFotoPerfil .capaImagen {
	height: 170px;
	width: 150px;
}
.capaFotoPerfil .imgFotoPerfil {
	height: 169px;
	width: 149px;
}
.capaFotoPerfil .fotoNoPerfil {
	margin: 1em 0;
	height: 128px;
	width: 128px;
}
.capaFotoPerfil .capaUploadFotoPerfil {
	display: none;
	height: 32px;
    left: 10.7em;
    position: relative;
    text-align: right;
    top: -2.2em;
    width: 32px;
}

/*============= PANTALLA CAMBIO DE CONTRASEÑA =============*/
.labelAlineadoPass {
	display: inline-block;
	width: 230px;
	font-weight: bold;
}

/*================ PANTALLA DE FORMACION ==================*/
#botonDatosContactoCurso {
    float: right;
}

/*================ PANTALLA DE INFORMACION ================*/
.informacion {
	margin: 0 25px;
}

.labelMapa {
	float: right;
}

.capaMapa {
	height: 350px;
	display: none;
}

/*============= PANTALLA CALENDARIO ACTIVIDADES ============*/
#tablaCalendario, #tablaSemana {
	margin-top: 0px;
}

#tablaCalendario th, #tablaSemana th {
    width: 80px;
    padding: 5px 5px;
    background-color: #C41010;
    color: #FFF;
    text-align: center;
}

#tablaCalendario th:last, #tablaSemana th:last {
    border-right: none;
}

#tablaCalendario td {
    border-right: 1px solid #DDDDDD;
    height: 80px;
    width: 80px;
    padding: 5px 5px;
    position: relative;
}

#tablaCalendario td:last, #tablaSemana td:last {
    border-right: none;
}

#botoneraCalendario {
    font-weight: bold;
    text-align: center;
}

#botoneraCalendario a {
    text-decoration: none;
}

#botoneraCalendario a:hover {
    text-decoration: underline;
}

#mesAnterior {
	float: left;
}

#mesPosterior {
	float: right;
}

.popupSemana {
    background-color: #E0E0E0;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 80px;
    left: -5px;
    letter-spacing: 0;
    line-height: 14px;
    padding: 5px 2px;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 15px;
    word-wrap: break-word;
    z-index: 5;
}

.capaSuperiorSemana {
	width: 619px;
	height: 91px;
	position: absolute;
	background: url('../images/backSemana.png') repeat-x;
	z-index: 3;
}

.cajaActividad {
	background: url("../images/backActividad.png") repeat-x scroll 0 0 transparent;
	padding: 2px;
    width: 76px;
    margin: 2px 0;
    border: 1px solid #ccc;
    cursor: pointer;
}

.cajaActividad:hover {
	box-shadow: 2px 2px 5px 0px #ccc;
}

.barraCajaActividad {
	border: 1px solid #FFFFFF;
    height: 10px;
    outline: 1px solid #F4F4F4;
}

.elementoCajaActividad {
	overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
    width: 100%;
}

.dia {
	height: 100%;
    position: relative;
    width: 100%;
}

.numDia {
	font-size: 1.5em;
    right: 1px;
    position: absolute;
    top: 4px;
}

.marcadoresDia {
	position:absolute;
	bottom: 0;
	right: 0;
}

.marcadorDia {
    background-image: url("../images/icons/calenMarcador.png");
    cursor: pointer;
    float: right;
    height: 20px;
    width: 20px;
}

.marcadorP {
	background-color: #EEC17D !important;
}

.marcadorA {
	background-color: #FFAD33 !important;
}

.marcadorR {
	background-color: #CC3300 !important;
}

.marcadorG {
	background-color: #3366FF !important;
}

.marcadorB {
	background-color: #000066 !important;
}

.marcadorC {
	background-color: #5CE62E !important;
}

.marcadorL {
	background-color: #000000 !important;
}

.marcadorV {
	background-color: #996633 !important;
}

.marcadorS {
	background-color: #e0e0e0 !important;
}

.marcadorN {
	background-color: #FF3300 !important;
}

.festivo {
	color: #EC2121;
}

.popupCalendario {
	background-color: #FFFFBF;
    border: 1px solid #A4A295;
    left: 10px;
    line-height: normal;
    padding: 5px;
    position: absolute;
    top: 15px;
    white-space: nowrap;
    z-index: 1;
    display:none;
}

.popupCalendario div {
	margin: 2px 0;
}

.marcadorDia:hover .popupCalendario {
	display: block;
}

#tablaSemana {
	border: none;
}

#tablaSemana td {
    border-right: 1px dashed #DDDDDD;
    width: 80px;
    padding: 5px 5px;
    position: relative;
    height: 50px;
    vertical-align: top;
}

#tablaSemana td:last-child {
    border-right: none;
}

#botoneraSemana {
    font-weight: bold;
}

#semanaActual {
	float: right;
}

#noResul {
	background: url("../images/backNoResultSemana.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#noResul div {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}

#capaError {
	background: url("../images/backNoResultSemana.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 6;
}
#capaError div {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}

#sidebar #filtroCalendario ul li {
	list-style: none outside none;
}
#sidebar #filtroCalendario ul li span,
#sidebar #filtroCalendario ul li label {
	color: #555555;
	cursor: pointer;
}
#sidebar #filtroCalendario ul li ul, #sidebar #filtroCalendario ul li div {
	background: none;
	margin: 0;
    padding: 0;
}

#sidebar #filtroCalendario .marcadorDia {
    background-image: url("../images/icons/calenMarcador.png");
    height: 20px;
    width: 20px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    cursor: auto;
}

#sidebar #filtroCalendario input[type="checkbox"],
#sidebar #filtroCalendario input[type="radio"] {
    background-color: transparent;
    border: medium none;
    vertical-align: middle;
    margin: auto;
}

#cerrarCapaError {
	cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    right: 15px;
    top: 15px !important;
    width: auto !important;
    border: 2px solid #FFFFFF;
    padding: 5px;
}

.likeLink {
	background:none !important;
	border:none; 
	padding:0 !important;
    color: #c41010;
	text-decoration: underline;
    cursor:pointer;
    margin: 0;
    font-family: Arial, Tahoma, sans-serif;
}

.likeLink:hover {
	color:#444;
	text-decoration: none;
}

.inputMes {
	width: 75px;
	text-align: center;
}

.cntDocumentosSup {
	padding: 0 0 0.5em 0;
}

.cntDocumentos {
	text-indent: 2em;
}

.cntRedesSociales {
	padding-left: 2em;
}

.cntBtnSumbitDP {
	padding: 1em 0;
    text-align: center;
}

.cntBtnSumbitDP input[type="submit"]{
	background-color: #c41010;
    border-color: #fff;
    color: #fff;
    font-size: 1.1em;
    padding: 0.2em 0.7em;
    font-family: Arial, Tahoma, sans-serif;
}

.cntBtnSumbitDP:hover input[type="submit"]{
	cursor:pointer;
} 

.avisos_dialog_p {
	font-size: 1em;
	line-height: 2em;
	margin: 2em auto;
	text-align: center;
}

.cpostalCabecera{
	font-weight: bold;
	border-bottom: 1px solid black;
}

.tdCpostal{
	padding-right: 15px;
}

.blanco{
	background-color: #FFF;
}

.rojoClaro{
	background-color: #ffc3c3;
}

.radiocentro{
	width: 30px;
	text-align:center;
	padding: 0px;
}

.cpostalradio{
	outline: none;
}

.evaluacion{
	border:solid black 2px;
	width:20px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	font-size:12pt;
}

.evaluacion:hover{
	border:solid black 2px;
	cursor:pointer;
	background-color: #ffc3c3;
}