/* Custom fonts */
@import url("../fonts/titillium/stylesheet.css");

* { padding:0; margin:0; }
	
body {

	background: #fbfbfb url(../images/bg.jpg) 0 0 ;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	-webkit-text-size-adjust: none;
	
	
	}
 
:focus { -moz-outline-style: none; }
	
p { padding-bottom: 15px; }
img, a img { border-style: none;
	border-color: inherit;
	border-width: 0;
	width: auto;
	height: auto;
}
ul li { list-style: none; }
.clear { clear: both; }

a {
	color: #008ee8;
	text-decoration: none;
	outline: none;
	}
	
a:hover {
	color: #ec8526;
	text-decoration: none;
	}	
	
#hld {
	background: url(../images/hld.jpg) 0 0 repeat-x;
	/*min-height: 402px;*/
	/*height:50%;*/
	}
	
.wrapper {
	margin:0 auto;
	position:relative;
    top: 2px;
    left: 0px;
} 


/* Header */

#header {
	height: 50px;
	line-height: 50px;

	color: #999;
	font-weight: bold;
	margin-bottom: 20px;
			background-color: #CCC;

	}
	
#header .hdrl {
	width: 20px;
	height: 50px;
	float: left;
	background: url(../images/hdrl.gif) top left no-repeat;
	}

#header .hdrr {
	width: 20px;
	height: 50px;
	float: right;
	background: url(../images/hdrr.gif) top right no-repeat;
	}
	
#header a {
	color: #FFF;
	text-decoration: none;
	}

#header a:hover { color: #00F; 
}
	
#header h1 {
	float: left;
	margin-right: 80px;
	font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
	font-size: 22px;
	font-style:oblique;
	font-weight: normal;
	text-transform: uppercase;
	color: #060;
	
	}

#header h1 a { 	color: #060; }
#header h1 a:hover { color: #008ee8; }
	

/* Navigation */
#header #nav, #header #nav * { z-index: 20; }
 
#header #nav {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: auto; /*For KHTML*/
	list-style: none;
	height: 50px;
	padding: 0;
	float: left;
	}

#header #nav li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 50px;
	padding: 0 10px;
	background: url(../images/nsp.gif) center right no-repeat;
	line-height: 50px;
		background-color: #093;

	}
	
#header #nav li.nobg { background: none; 
}

#header #nav ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 190px;
	list-style: none;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	}

#header #nav ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

#header #nav ul li {
	width: 190px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	position: relative;
	top: 0;
	height: 30px;
	line-height: 30px;
	padding: 0;
	background: none;
	}
		
/* Root Menu */
#header #nav a {
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	height: auto !important;
	height: 1%; /*For IE*/
	height: 30px;
	padding: 0 10px;
		background-color: #093;
	
	}
	
#header #nav li.active a { color: #ddd; }
#header #nav li.active a:hover { color: #fff; 	background-color: #093;
	}

#header #nav a.hasmore {
	border: 1px solid red;
	}

/* Root Menu Hover Persistence */
#header #nav a:hover,
#header #nav li:hover a,
#header #nav li.iehover a {
	color: #fff;
		background-color: #093;
	
	}

/* 2nd Menu */
#header #nav li:hover li a,
#header #nav li.iehover li a {
	text-transform: none;
	padding: 0 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	color: #FFF;
		background-color: #093;
	background: url(../images/mbg.png) 0 0 repeat;
	}

/* 2nd Menu Hover Persistence */
#header #nav li:hover li a:hover,
#header #nav li:hover li:hover a,
#header #nav li.iehover li a:hover,
#header #nav li.iehover li.iehover a {
	color: #fff;
		background-color: #093;
	}

/* 3rd Menu */
#header #nav li:hover li:hover li a,
#header #nav li.iehover li.iehover li a {
	float: none;
	color: #999;
	background: url(../images/mbg.png) 0 0 repeat;
		background-color: #093;
	
	}

/* 3rd Menu Hover Persistence */
#header #nav li:hover li:hover li a:hover,
#header #nav li:hover li:hover li:hover a,
#header #nav li.iehover li.iehover li a:hover,
#header #nav li.iehover li.iehover li.iehover a {
	color: #fff;
		background-color: #093;
	
	}

/* 4th Menu */
#header #nav li:hover li:hover li:hover li a,
#header #nav li.iehover li.iehover li.iehover li a {
	color: #999;
	background: url(../images/mbg.png) 0 0 repeat;
		background-color: #093;
	
	}

/* 4th Menu Hover */
#header #nav li:hover li:hover li:hover li a:hover,
#header #nav li.iehover li.iehover li.iehover li a:hover {
	color: #fff;
		background-color: #093;
	
	}

#header #nav ul ul,
#header #nav ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 190px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
#header #nav li:hover ul ul,
#header #nav li:hover ul ul ul,
#header #nav li.iehover ul ul,
#header #nav li.iehover ul ul ul {
	display: none;
	}
	
#header #nav li:hover ul,
#header #nav ul li:hover ul,
#header #nav ul ul li:hover ul,
#header #nav li.iehover ul,
#header #nav ul li.iehover ul,
#header #nav ul ul li.iehover ul {
	display: block;
	}

#header .user {
	float: right;
	font-size: 11px;
	color: #003;

	}

#header .user a { text-decoration: underline; 
	color: #003;


}
#header .user a:hover { text-decoration: none; 
	
}


/* Blocks */

.block {
	margin-bottom: 20px;
	clear: both;
	background: #fff url(../images/bnd.gif) bottom center repeat-x;
	width:900px;
	}

.block .bendl {
	width: 5px;
	height: 5px;
	background: url(../images/bendl.gif) bottom left no-repeat;
	float: left;
	}

.block .bendr {
	width: 5px;
	height: 5px;
	background: url(../images/bendr.gif) bottom left no-repeat;
	float: right;
	}
	

/* Block head */

.block .block_head {
	height: 54px;
	line-height: 54px;
	background: url(../images/bhead.gif) 0 0 center repeat-x;
	}

.block .block_head .bheadl {
	width: 20px;
	height: 54px;
	float: left;
	background: url(../images/bheadl.gif) top left no-repeat;
	}

.block .block_head .bheadlogo {
	width: 200px;
	height: 300px;
	float: left;
	background: url(../images/logo.png) top left no-repeat;
	}

.block .block_head .bheadr {
	width: 20px;
	height: 54px;
	float: right;
	background: url(../images/bheadr.gif) top right no-repeat;
	}

.block .block_head .bheadrlogo {
	width: auto;
	height: auto;
	float: center;
	
  background-image: url(../images/logo.png)
}
	
.block .block_head h2 {
	font-family: "Titillium999", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006A00;
	text-shadow: 1px 1px 0 #fff;
	
	}

.block .block_head h3 {
	font-family: "Titillium999", "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006A00;
	text-shadow: 1px 1px 0 #fff;
	float: left;
	}

	
.block .block_head ul {
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	}
	
.block .block_head ul li {
	display: inline;
	padding: 3px 0;
	padding-left: 20px;
	background: url(../images/phs.gif) 7px center no-repeat;
	}
	
.block .block_head ul li.nobg { background: none; }
	
.block .block_head ul li a {
	text-decoration: none;
	color: #888;
	outline: none;
	}

.block .block_head ul li.active a { color: #222; border-bottom:1px dashed #333 }
.block .block_head ul li a:hover { color: #222; }

.block .block_head form {
	float: right;
	padding: 15px 0;
	height: 34px;
	line-height: 24px;
	}

.block .block_head form .text {
	width: 129px;
	height: 15px;
	padding: 5px 10px 5px 25px;
	border: 0;
	font-size: 11px;
	color: #999;
	margin: 0;
	background: url(../images/srch.gif) left center no-repeat;
	}

.block .block_head form .text:focus {
	color: #666;
	background: url(../images/srch_.gif) left center no-repeat;
	}

.block .block_head select {
	text-transform: none;
	}

/* Block content */

.block .block_content {
	background: #fff;
	padding: 10px 20px 0;
	
	}

.boton{
	width: 100px;
	height: 30px;

 background-color: #060;
	border: 0;
	font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px 0 #0a5482;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: middle;
	}


.texto
	{
		width:250px;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 4px;
	outline: none;
	vertical-align: middle;
	  box-shadow: 2px 4px 4px black;
	     background-color: #FAFAFA;

	}

 .dropdown {
            width: 250px;
            border: 1px solid #bbb;
            font-family: "Lucida Grande", Verdana, sans-serif;
            font-size: 12px;
            color: #333;
            padding: 7px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 4px;
            outline: none;
            vertical-align: middle;
            box-shadow: 2px 4px 4px black;
            background-color: #FAFAFA;
        }


.block .block_content h1,
.block .block_content h2 {
	font-family: "Titillium999", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #930000;
	margin-bottom: 5px;
	}

.block .block_content h3 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
	}

.block .block_content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
	}
	
	
.block table {
	text-align: left;
	margin-bottom: 10px;
	border: 1;


	}

.block table tr.even td {
	background: #fbfbfb;
	}
	
.block table tr td,
.block table tr th {
	padding: 10px;
	padding-bottom: 5px;
	text-align: left;
	}

.block table tr th.headerSortUp {
	color: #333;
	background: url(../images/sortd.gif) 95% center no-repeat;
	}

.block table tr th.headerSortDown {
	color: #333;
	background: url(../images/sorta.gif) 95% center no-repeat;
	}
	
.block table tr td.delete {
	text-align: right;
	font-size: 11px;
	}
	
.block table tr td.delete a { color: #666; }
.block table tr td.delete a:hover { color: #dd0000; }

.block .tableactions {
	overflow: hidden;
	padding-bottom: 20px;
	float: left;
	}

.block .tableactions select {
	width: 100px;
	margin-right: 5px;
	vertical-align: middle;
	outline: none;
	}

.block .pagination {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
	}

.block .pagination.right {
	float: right;
	text-align: right;
	padding-top: 1px;
	border: 0;
	width: 500px;
	overflow: hidden;
	}

.block .pagination a {
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 6px;
	margin: 0 1px;
	}
.block .pagination span a {
	margin:0 3px
}
.block .pagination a.active {
	background: #39a3e6;
	border: 1px solid #0082d5;
	color: #fff;
	}

.block .pagination a:hover {
	color: #fff;
	background: #ec8526;
	border: 1px solid #d77011;
	}

.block .block_content ul {
	padding-left: 15px;
	padding-bottom: 15px;
	}
	
.block .block_content ol {
	padding-left: 15px;
	padding-bottom: 15px;
	list-style-position: inside;
	}

.block .block_content ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../images/li.gif) 0 7px no-repeat;
 	}
 	
.block .block_content ol li {
	margin-bottom: 5px;
	}
	
.block hr {
	height: 1px;
	border: 0;
	background: no-repeat;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	}
	
.block .block_content .breadcrumb {
	color: #666;
	background: #f9f9f9;
	border-bottom: 1px solid #e6e6e6;
	padding: 9px 12px;
	line-height: normal;
	margin-bottom: 10px;
	font-size: 11px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
	}
	
	
/* Messages */
	
.block .message {
	padding: 10px 15px 10px 40px;
	margin: 10px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background : #00FB7D;
	}

.block .message p {
	padding: 0;
	width: 93%;
	float: left;
	}
	
.block .message.error {
	border: 1px solid #e9c59b;
	background: #ffecce url(../images/error.gif) 12px 12px no-repeat;
	color: #e3302c;
	}
	
.block .message.success {
	border: 1px solid #bfde84;
	background: #edfbd8 url(../images/success.gif) 12px 12px no-repeat;
	color: #508600;
	}
		
.block .message.info {
	border: 1px solid #bbdbe0;
	background: #ecf9ff url(../images/info.gif) 12px 12px no-repeat;
	color: #0888c3;
	}
	
.block .message.warning {
	border: 1px solid #e5e181;
	background: #fefde2 url(../images/warning.gif) 12px 12px no-repeat;
	color: #666;
	}
	
.block .message .close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url(../images/close.png) 0 0 no-repeat;
	margin-top: 2px;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
	
.block .message .close.hover {
	-moz-opacity: 1;
	opacity: 1;
	}


/* Forms */

.block form p {
	overflow: hidden;
	clear: both;
	}

.block form label {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	margin-right: 10px;
	vertical-align: middle;
	}
.block form label.width_150 {
	width:150px; 
	display:block; 
	float:left
}
.block form input.text {
	width: 410px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
	}

.block form input.text.medium { width: 600px; }
.block form input.text.big { width: 98%; }
.filter_fecha{
	padding-right:10px;
	overflow:hidden
}
.filter_fecha .jdpicker_w{
	float:left
}
.filter_fecha label{
	float:left;
	margin:6px 5px
}
.block form input.text.date_picker {
	width: 100px;
	padding-right: 36px;
	cursor: pointer;
	background: url(../images/cal.jpg) center right no-repeat;
	}

.block form textarea {
	width: 98%;
	height: 140px;
	padding: 5px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	}
.block form textarea.m{
	width:410px
}
.block form textarea.wysiwyg { width: 98%; padding: 0; }
	
.block form input.radio,
.block form input.checkbox {
	vertical-align: middle;
	}


/* Custom form select element */

.block form select.styled {
	width: 245px;
	height: 18px;
	margin-right: 20px;
	cursor: pointer;
	}
	
.block form .cmf-skinned-select {
	padding: 7px;
	display: block;
	margin-right: 20px;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url('../images/sdd.jpg') center right no-repeat;
	}

.block form .cmf-skinned-select:hover {
	background: url('../images/sdd_.jpg') center right no-repeat;
	}

.block form div.cmf-skinned-text {
	padding: 5px 7px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	height:20px
}
	
	
/* Custom file input */

.block form .fileupload {
	position: relative;
	}

.block form .fileupload #uploadmsg {
	display: block;
	position: absolute;
	top: 20px;
	left: 350px;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
	font-size: 11px;
	}

.block form .fileupload #uploadmsg.loading {
	background: url(../images/ajax-loader.gif) center left no-repeat;
	width: 30px;
	padding-left: 20px;
	}
	
.block form input.file {
	width: 250px;
	height: 20px;
	background: #fefefe;
	border: 1px solid #bbb;
	border-right: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 4px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	outline: none;
	}

.block form .note {
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #757575;
	vertical-align: middle;
}

.block form .error { 
	color: #e3302c; 
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
}
			
.block form input.submit {
	width: 100px;
	height: 40px;
	line-height: 30px;
	background: url(../images/btns.gif) top center no-repeat;
	border: 0;
	font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 0 #0a5482;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: middle;
	}
	
.block form input.submit:hover {
	background: url(../images/btns_.gif) top center no-repeat;
	text-shadow: 1px 1px 0 #b55f10;
	}

.block form input.submit.tiny {
	width: 105px;
	height: 20px;
	line-height: 20px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	background: url(../images/tiny.gif) top center no-repeat;
	}
	
.block form input.submit.tiny:hover { background: url(../images/tiny_.gif) top center no-repeat; }
	
.block form input.submit.mid { width: 115px; background: url(../images/btnm.gif) top center no-repeat; }
.block form input.submit.mid:hover { background: url(../images/btnm_.gif) top center no-repeat; }

.block form input.submit.long { width: 165px; background: url(../images/btnb.gif) top center no-repeat; }
.block form input.submit.long:hover { background: url(../images/btnb_.gif) top center no-repeat; }

.block form input.submit.extra_long { width:220px; background: url(../images/btnb_long.gif) top center no-repeat; }
.block form input.submit.extra_long:hover { background: url(../images/btnb_long_.gif) top center no-repeat; }

/* Small blocks */

.block.small {
	width: 70%;
	background: #fff url(../images/bnd.gif) bottom center repeat-x;
	padding-bottom: 0;
 
	}

.block.small.left { float: left; clear: none; }
.block.small.right { float: right; clear: none; }

.block.small .block_head { background: url(../images/bhead.gif) 0 0 repeat-x; }
.block.small .block_content { background: #fff; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }

.block.small .block_content input.text,
.block.small .block_content textarea { width: 96%; padding: 7px; }

.block.small.center {
	float: none;
	margin: 0 auto;
	}


/* Login block */

.block.small.center.login {
width:888px;
	background: #fff url('../images/bnd.gif') repeat-x center bottom;
	margin-top: 100px;
	margin-bottom: 100px;
	padding-bottom: 5px;
    height: 334px;
}


/* Block sidebar */

.block.withsidebar .bendl {
	width: 191px;
	background: url(../images/bendsb.gif) bottom left no-repeat;
	}

.block.withsidebar .block_content {
	overflow: hidden;
	padding: 0;
	background: url(../images/sidebar.gif) 0 0 repeat-y;
	}

.block.withsidebar .block_content .sidebar {
	width: 190px;
	float: left;
	font-size: 11px;
	}

.block.withsidebar .block_content .sidebar p {
	padding: 0 13px 15px;
	line-height: 18px;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu {
	padding: 0;
	margin-bottom: 10px;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu li {
	padding: 0;
	margin: 0;
	background: 0;
	border-bottom: 1px solid #ccc;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu li a {
	display: block;
	padding: 10px 13px;
	font-weight: bold;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu li a:hover {
	background: #fdfdfd;
	border-right: 1px solid #ccc;
	}
	
.block.withsidebar .block_content .sidebar ul.sidemenu li.active a,
.block.withsidebar .block_content .sidebar ul.sidemenu li.active a:hover {
	background: #fff;
	border: 0;
	}

.block.withsidebar .block_content .sidebar_content {
	padding: 15px 20px 15px 210px;
	}

/* Image list */

.block .block_content .imglist {
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}

.block .block_content .imglist ul {
	padding: 0;
	}

.block .block_content .imglist li {
	padding: 0;
	margin: 0;
	background: 0;
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	position: relative;
	margin: 13px 17px 10px 10px;
	border: 1px solid #ccc;
	padding: 1px;
	box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	}
	
.block .block_content .imglist li img {
	position: absolute;
	z-index: 1;
	width: 100px;
	height: 100px;
	}

.block .block_content .imglist li ul {
	position: absolute;
	z-index: 10;
	background: url(../images/imgo.gif) center no-repeat;
	width: 62px;
	height: 58px;
	left: 20px;
	top: 22px;
	display: none;
	}
	
.block .block_content .imglist li:hover ul { display: block; }

.block .block_content .imglist li ul li {
	display: block;
	width: 62px;
	height: 29px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}

.block .block_content .imglist li ul li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	text-shadow: 0 0 2px #000;
	outline: none;
	}
	
.block .block_content .imglist li ul li.view a:hover { background: url(../images/imgt.gif) bottom center no-repeat; }
.block .block_content .imglist li ul li.delete a:hover { background: url(../images/imgb.gif) top center no-repeat; }


/* Footer */

#footer {
	background: url(../images/ft.gif) 0 0 repeat-x;
	padding: 10px 0 50px;
	font-size: 10px;
	color: #757575;
	clear: both;
	overflow: hidden;
	}
	
#footer a {
	color: #757575;
	text-decoration: underline;
	}

#footer a:hover {
	color: #666;
	text-decoration: none;
	}
	
#footer .left {
	float: left;
	}
	
#footer .right {
	float: right;
	text-align: right;
	}
/* ---------------------------------------
		ICON DOCK
----------------------------------------- */

#icondock ul{ padding-left:18px}
#icondock ul li a img { margin-bottom: 10px;}

#icondock ul li a {
	float: left;
	height: 60px;
	width: 79px;
	padding: 15px;
	margin-right: 12px;
	position: relative;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	
	/*Mozilla Browsers Only */
	-moz-border-radius: 5px;	
	
}
#icondock ul li 						{ display: block; background:none; float:left; padding-left:5px}
#icondock ul li a:hover 				{ background-color: #FFF; border: 1px solid #999; color: #333;}

#icondock ul li a span {
	position: absolute;
	height: 8px;
	text-decoration: none;
	background-color: #E60000;
	padding: 7px;
	color: #FFF;
	font-weight: bold;
	font-size: 9px;
	left: 75px;
	top: -8px;
	right: 0px;
	bottom: 0px;
	line-height: 9px;
	width: 8px;
	text-align: center;
	z-index: 1;
	
	/*Mozilla Browsers Only */
	-moz-border-radius: 5px;
	
}
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
  
.hide{ display:none}
.checks{ position:relative; padding-left:49% }
.loading{ display:none; position:relative; top:-1px}
.listo{ display:none; position:relative; top:-1px}
.options{
	word-spacing:4px
}

/* Popup */
#popup h2{
	background:#1A1A1A;
	font:bold 12px Tahoma, Geneva, sans-serif;
	color:#F5F5F5;
	padding:7px
}
#popup table tr td{ padding:10px}
#facebox .block{ background:none }


.styled_domain{
	width:260px;
}
#flogin{
}
.ui-datepicker-trigger{
	position:relative;
	top:1px;
	left:1px;
	cursor:pointer
}
.date{
	width:80px;
	text-align:center
}

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
/*[START-QCC]*/.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:inline-block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc .qmmulti{float:left;position:relative;}.qmmc .qmmulti dd{margin:0px;padding:0px;}.qmmc dd {position:relative;}.qmmc .qmml0 {z-index:99;}.qmmc .qmml1 {z-index:98;}.qmmc .qmml2 {z-index:97;}.qmmc .qmml3 {z-index:96;}.qmmc .qmml4 {z-index:95;}.qmmc .qmml5 {z-index:94;}.qmmc .qmml6 {z-index:93;}.qmmc .qmml7 {z-index:92;}.qmmc .qmml8 {z-index:91;}.qmmc .qmml9 {z-index:90;}.qmmc li {z-index:auto;}.qmmc ul {visibility:hidden;position:absolute;z-index:10;}.qmmc, .qmmc ul, .qmmc dl {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{visibility:inherit;left:auto;}/*[END-QCC]*//*[START-QCC0]*/#qm0 ul {top:100%;}#qm0 ul li:hover>ul{visibility:inherit;top:0px;left:100%;}#qm0 ul dd:hover>ul{visibility:inherit;top:0px;left:100%;}#qm0 {z-index:9999999;}/*[END-QCC0]*/


/*!!!!!!!!!!! QuickMenu Styles !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:auto;
		background-color:transparent;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:7px 40px 6px 10px;
		margin:0px -1px 0px 0px;
		background-color:#B1DF86;
		color:#313131;
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
		text-align:left;
		border-width:1px;
		border-style:solid;
		border-color:#313131;
		border-radius:12px 12px 0px 0px;-moz-border-radius:12px 12px 0px 0px;-webkit-border-radius:12px 12px 0px 0px;-ms-border-radius:12px 12px 0px 0px;-o-border-radius:12px 12px 0px 0px;-khtml-border-radius:12px 12px 0px 0px;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		z-index:100;
		background-color:#F3F3F3;
		text-decoration:underline;
		border-color:#313131 #313131 #F3F3F3;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:10px;
		margin:-1px 0px 0px;
		background-color:#F3F3F3;
		border-width:1px;
		border-style:solid;
		border-color:#313131;
		border-radius:0px 12px 12px 12px;-moz-border-radius:0px 12px 12px 12px;-webkit-border-radius:0px 12px 12px 12px;-ms-border-radius:0px 12px 12px 12px;-o-border-radius:0px 12px 12px 12px;-khtml-border-radius:0px 12px 12px 12px;
		box-shadow:0px 0px 15px rgb(85, 85, 85);-moz-box-shadow:0px 0px 15px rgb(85, 85, 85);-webkit-box-shadow:0px 0px 15px rgb(85, 85, 85);-ms-box-shadow:0px 0px 15px rgb(85, 85, 85);-o-box-shadow:0px 0px 15px rgb(85, 85, 85);-khtml-box-shadow:0px 0px 15px rgb(85, 85, 85);
	}


	/*"""""""" (SUB) Column""""""""*/	
	#qm0 div .qmmulti, #qm0 ul .qmmulti	
	{	
		padding:10px;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:2px 40px 2px 5px;
		background-color:transparent;
		color:#313131;
		border-width:0px;
		border-style:none;
		border-color:#313131;
		border-radius:0px 0px 0px 0px;-moz-border-radius:0px 0px 0px 0px;-webkit-border-radius:0px 0px 0px 0px;-ms-border-radius:0px 0px 0px 0px;-o-border-radius:0px 0px 0px 0px;-khtml-border-radius:0px 0px 0px 0px;

		box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;-khtml-box-shadow:none;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		color:#313131;
		text-decoration:underline;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a, #qm0 ul dd:hover>a	
	{	
		color:#313131;
		text-decoration:underline;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:transparent;
		color:#313131;
		border-radius:0px 0px 0px 0px;-moz-border-radius:0px 0px 0px 0px;-webkit-border-radius:0px 0px 0px 0px;-ms-border-radius:0px 0px 0px 0px;-o-border-radius:0px 0px 0px 0px;-khtml-border-radius:0px 0px 0px 0px;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		cursor:default;
		padding:3px 0px 3px 4px;
		margin:10px 0px 8px;
		background-color:#DBDBDB;
		color:#339A50;
		font-family:arial;
		font-size:12px;
		font-weight:bold;
		border-width:1px;
		border-style:solid;
		border-color:#555555;
		border-radius:4px 4px 4px 4px;-moz-border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;-ms-border-radius:4px 4px 4px 4px;-o-border-radius:4px 4px 4px 4px;-khtml-border-radius:4px 4px 4px 4px;
		box-shadow:2px 2px 2px rgba(143, 142, 142, 0.8);-moz-box-shadow:2px 2px 2px rgba(143, 142, 142, 0.8);-webkit-box-shadow:2px 2px 2px rgba(143, 142, 142, 0.8);-ms-box-shadow:2px 2px 2px rgba(143, 142, 142, 0.8);-o-box-shadow:2px 2px 2px rgba(143, 142, 142, 0.8);-khtml-box-shadow:2px 2px 2px rgba(143, 142, 142, 0.8);
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 0px;
		border-color:#8F8E8E;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:1px;
		height:15px;
		margin:4px 2px 0px;
		border-color:#339A50;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{	
		background-image:url("file:///C:/Program%20Files%20%28x86%29/OpenCube/Visual%20CSS%20QuickMenu/chrome/content/qmimages/arrow_5.gif");
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul .qmparent	
	{	
		background-image:url("file:///C:/Program%20Files%20%28x86%29/OpenCube/Visual%20CSS%20QuickMenu/chrome/content/qmimages/arrow_4.gif");
		background-position:95% center;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a.qmparent	
	{	
		background-color:#F3F3F3;
		background-image:url("file:///C:/Program%20Files%20%28x86%29/OpenCube/Visual%20CSS%20QuickMenu/chrome/content/qmimages/arrow_7.gif");
		color:#313131;
		text-decoration:underline;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 .qmparent	
	{	
		background-image:url("file:///C:/Program%20Files%20%28x86%29/OpenCube/Visual%20CSS%20QuickMenu/chrome/content/qmimages/arrow_6.gif");
		background-repeat:no-repeat;
		background-position:90% 12px;
	}
	/*[END-QS0]*/

.perror
{
    color: Red;
}

 /* Inicio globos */.Globologo
{
    padding: 5px;
    width: 800px;
    font-weight: bold;
    text-align: center;
    text-shadow: #CCCCCC 0px 1px 1px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #008000;
    font-family: Calibri;

  border: 1px solid #000000;
 background: #FFFFFF;
    
    
}
 /* Inicio globos */.Globo  
{ 
	padding:5px;
	width:700px;
	    font-weight: bold;  
	    text-align:center;  
	    text-shadow: #CCCCCC 0px 1px 1px; 
	    border-radius:4px;
	     box-shadow: 2px 4px 4px  black; 
	      -moz-border-radius: 5px; 
	         -khtml-border-radius: 5px;  
	         -webkit-border-radius: 5px;
	          color: Black;}
	         
	 .Globo.GlbYellow{   background:#FFFFCC; border:1px solid #FFCC33;}
	 .Globo.GlbRed{    background:#FFEBE8; border:1px solid #DD3C10;}
	 .Globo.GlbGreen{  background:#E8FFEA; border:1px solid #15DD10;}
	 .Globo.GlbBlue{   background:#E9E8FF; border:1px solid #1015DD;}
	 .Globo.GlbBlack{  background:#ECECEC; border:1px solid #000000;}/* Fin globos */ 
	 
	 .Globos {-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding:6px 10px 10px 45px;position:relative;margin:0 0 15px 0;cursor:pointer;}
.Globos span {display:block;font-weight:bold;padding:0 0 4px;}
.Globos.felicidades {color:#1c8400;border:#b4e8aa solid 1px;background:#e9f9e5 url("http://www.vbhispano.com/foros/images/Globos/Felicidades.png") 10px 50% no-repeat;}
.Globos.peligro {color:#828400;border:#e8e3aa solid 1px;background:#f9f9e5 url("http://www.vbhispano.com/foros/images/Globos/Peligro.png") 10px 50% no-repeat;}
.Globos.error {color:#b50007;border:#e8aaad solid 1px;background:#f9e5e6 url("http://www.vbhispano.com/foros/images/Globos/Error.png") 10px 50% no-repeat;}
.Globos.informacion {color:#0055b5;border:#aac6e8 solid 1px;background:#e5ecf9 url("http://www.vbhispano.com/foros/images/Globos/Info.png") 10px 50% no-repeat;}
.Globos.noticia {color:#000000;border:1px solid #fdd845;background:#fff6bf url("http://www.vbhispano.com/foros/images/Globos/Noticias.png") 10px 50% no-repeat;}

.button {
   border-top: 1px solid #9fd6a7;
   background: #337a33;
   background: -webkit-gradient(linear, left top, left bottom, from(#0e5911), to(#337a33));
   background: -webkit-linear-gradient(top, #0e5911, #337a33);
   background: -moz-linear-gradient(top, #0e5911, #337a33);
   background: -ms-linear-gradient(top, #0e5911, #337a33);
   background: -o-linear-gradient(top, #0e5911, #337a33);
   padding: 5px 10px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 17px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
 .button:hover {
   border-top-color: #48a35a;
   background: #48a35a;
   color: #040a05;
   }
 .button:active {
   border-top-color: #ffffff;
   background: #ffffff;
   }


 .style1 {
            width: 100%;
        }
        .centrar {
            position: absolute;
            /*nos posicionamos en el centro del navegador*/
            top: 40%;
            left: 50%;
            /*determinamos una anchura*/
            width: 1000px;
            /*indicamos que el margen izquierdo, es la mitad de la anchura*/
            margin-left: -500px;
            /*determinamos una altura*/
            height: 480px;
            /*indicamos que el margen superior, es la mitad de la altura*/
            margin-top: -225px;
            border: 1px solid #808080;
            padding: 5px;
        }

        .centrar2 {
            position: absolute;
            /*nos posicionamos en el centro del navegador*/
            top: 550px;
            left: 50%;
            width: 1000px;
            /*indicamos que el margen izquierdo, es la mitad de la anchura*/
            margin-left: -500px;
            /*determinamos una altura*/
            /*indicamos que el margen superior, es la mitad de la altura*/
            border: 1px solid #808080;
            padding: 5px;
        }

        .centrar3 {
            position: absolute;
            /*nos posicionamos en el centro del navegador*/
            top: 200px;
            left: 50%;
            width: 900px;
            /*indicamos que el margen izquierdo, es la mitad de la anchura*/
            margin-left: -450px;
            /*determinamos una altura*/
            /*indicamos que el margen superior, es la mitad de la altura*/
            border: 1px solid #808080;
            padding: 5px;
        }

        .centrar4 {
            position: absolute;
            /*nos posicionamos en el centro del navegador*/
            top: 850px;
            left: 50%;
            width: 900px;
            /*indicamos que el margen izquierdo, es la mitad de la anchura*/
            margin-left: -450px;
            /*determinamos una altura*/
            /*indicamos que el margen superior, es la mitad de la altura*/
            border: 1px solid #808080;
            padding: 5px;
        }

        .panel
        {
            padding-top:20px;
            padding-bottom:10px;

        }
   


       

.izq
{
    float: left;
}

.der
{
    float: right;
}

.contenedorprincipal
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 4px;
    outline: none;
    vertical-align: middle;
    background-color: white ;
    /* background-color: #F4F6F6;*/
 
    /* #E5E7E9;*/
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #837272;
}

.verticalcenter
{
    display: flex;
    align-items: center;
}

.bordes
{
     -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #000000;
    -webkit-border-radius: 3px;
    border-radius: 4px;
    outline: none;
    vertical-align: middle;
    box-shadow: 2px 4px 4px black;
    background-color: #FAFAFA;
}