@font-face {
    font-family: 'm';
    src: url('fonts/m-webfont.eot');
    src: url('fonts/m-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/m-webfont.woff') format('woff'),
         url('fonts/m-webfont.ttf') format('truetype'),
         url('fonts/m-webfont.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mb';
    src: url('fonts/mb-webfont.eot');
    src: url('fonts/mb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mb-webfont.woff') format('woff'),
         url('fonts/mb-webfont.ttf') format('truetype'),
         url('fonts/mb-webfont.svg#MyriadProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
* { outline: none; }
body {
	font-family: m, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #ededed;
	background-image: url(images/bg0.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
strong {
	font-family: mb, Arial, sans-serif;
	font-weight: normal;
}
#top {
	display: block;
	height: 68px;
	margin-bottom: 20px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	display: inline-block;
}
#content {
	width: 780px;
	float: right;
}
#foot {
	text-align: center;
	width: 100%;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 1px 0px #ccc;
	box-shadow: 0px 1px 1px 0px #ccc;
}
#foot a , #foot a:hover{
	color: #006699;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #666666;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: mb, Arial, sans-serif;
	text-shadow: 0px 1px 0px #fff;
}
h2 {
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	padding:0px;
	font-family: mb, Arial, sans-serif;
	text-shadow: 0px 1px 0px #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
li {
}

.frm, .frm1 {
	background-color: #fff;
	width: 748px;
	margin-bottom: 17px;
	padding: 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 1px 1px 0px #ccc;
	box-shadow: 0px 1px 1px 0px #ccc;
}
.ok, .error, .idea {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 730px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 12px 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 40px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content li {
	padding-bottom: 5px;
}
#menu {
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	width: 175px;
	margin-bottom: 17px;
	background-color: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 1px 1px 0px #ccc;
	box-shadow: 0px 1px 1px 0px #ccc;
}
#menu a, #menu span {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 15px;
}
#menu a {
	float: left;
	width: 155px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #333;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#menu a em, #menu a:hover em {
	font-style: normal;
	float: right;
	background-color: #f00;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -1px;
	margin-right: 4px;
	background: #f22424;
	background: -moz-linear-gradient(top,  #f22424 1%, #9b1b1b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f22424), color-stop(100%,#9b1b1b));
	background: -webkit-linear-gradient(top,  #f22424 1%,#9b1b1b 100%);
	background: -o-linear-gradient(top,  #f22424 1%,#9b1b1b 100%);
	background: -ms-linear-gradient(top,  #f22424 1%,#9b1b1b 100%);
	background: linear-gradient(to bottom,  #f22424 1%,#9b1b1b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f22424', endColorstr='#9b1b1b',GradientType=0 );
}
#menu a:hover   {
	background-color: #f3f3f3;
}
#menu a.s {
	background-color: #f3f3f3;
	font-family: mb, Arial, sans-serif;
}
#menu span {
	float: left;
	width: 160px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #666;
	text-decoration: none;
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dbdbdb));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dbdbdb 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dbdbdb 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dbdbdb 100%);
	background: linear-gradient(to bottom,  #ededed 0%,#dbdbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dbdbdb',GradientType=0 );
	text-shadow: 0px 1px 0px #f2f2f2;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textearea, .b, input, textarea, .b:hover , select{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: m, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #FFF;
	padding: 5px;
	text-decoration: none;
	margin: 0px;
}
input[type=checkbox], input[type=radio] {
	position: relative;
	top: 2px;
}
input.b, .b, input.b:hover, .b:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	background: #f7f7f7;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #d3d3d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#d3d3d3));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#d3d3d3 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#d3d3d3 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#d3d3d3 100%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#d3d3d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d3d3d3',GradientType=0 );
	-webkit-box-shadow: 1px 1px 1px 0px #ffffff;
	box-shadow: 1px 1px 1px 0px #ffffff;
	text-shadow: 0px 1px 0px #f2f2f2;
	margin-right: 5px;
}
input.b:hover, .b:hover {
	background: #f7f7f7;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 );
}
input.f {
	width: 50%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	margin-bottom:10px;
}
input[type=text], input[type=password], select, textarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
}
/*select {
	padding: 0px;
}*/
.cal {
	background-image: url(images/calendar.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/*.bs, .bs:hover {
	padding-top: 1px;
	padding-bottom: 1px;
}*/
.filtro {
	padding-bottom: 10px;
}
input.l, textarea.t {
	width: 98%;
}
.error {
	color: #FF0000;
	background-color: #FBF0F0;
	background-image: url(images/error.jpg);
	border: 1px solid #FDD;
}
.error h1, .ok h1, .idea h1 {
	font-size: 14px;
	font-weight: normal;
	font-family: mb, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
.error a {
	color: #FF0000;
}
.ok {
	color: #006600;
	background-color: #F1FBF0;
	background-image: url(images/ok.jpg);
	border: 1px solid #cec;
}
.ok a {
	color: #006600;
}
.idea {
	color: #8F7A3A;
	background-color: #FFFEF1;
	background-image: url(images/idea.jpg);
	border: 1px solid #eec;
}
.idea a {
	color: #8F7A3A;
}
a.azul, a.azul:hover, a.verde, a.verde:hover, a.rojo, a.rojo:hover {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	position: relative;
	margin-right: 15px;
	text-shadow: 0px -1px 0px #777;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	display: inline-block;
}
a.azul {
	background: #6badff;
	background: -moz-linear-gradient(top,  #6badff 1%, #4171bf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6badff), color-stop(100%,#4171bf));
	background: -webkit-linear-gradient(top,  #6badff 1%,#4171bf 100%);
	background: -o-linear-gradient(top,  #6badff 1%,#4171bf 100%);
	background: -ms-linear-gradient(top,  #6badff 1%,#4171bf 100%);
	background: linear-gradient(to bottom,  #6badff 1%,#4171bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6badff', endColorstr='#4171bf',GradientType=0 );
}
a.azul:hover {
	background: #91c4ff;
	background: -moz-linear-gradient(top,  #91c4ff 1%, #577dba 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#91c4ff), color-stop(100%,#577dba));
	background: -webkit-linear-gradient(top,  #91c4ff 1%,#577dba 100%);
	background: -o-linear-gradient(top,  #91c4ff 1%,#577dba 100%);
	background: -ms-linear-gradient(top,  #91c4ff 1%,#577dba 100%);
	background: linear-gradient(to bottom,  #91c4ff 1%,#577dba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91c4ff', endColorstr='#577dba',GradientType=0 );
}
a.verde {
	background: #46ce0c;
	background: -moz-linear-gradient(top,  #46ce0c 0%, #2b9b12 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46ce0c), color-stop(100%,#2b9b12));
	background: -webkit-linear-gradient(top,  #46ce0c 0%,#2b9b12 100%);
	background: -o-linear-gradient(top,  #46ce0c 0%,#2b9b12 100%);
	background: -ms-linear-gradient(top,  #46ce0c 0%,#2b9b12 100%);
	background: linear-gradient(to bottom,  #46ce0c 0%,#2b9b12 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46ce0c', endColorstr='#2b9b12',GradientType=0 );
}
a.verde:hover {
	background: #85e540;
	background: -moz-linear-gradient(top,  #85e540 0%, #68ba51 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85e540), color-stop(100%,#68ba51));
	background: -webkit-linear-gradient(top,  #85e540 0%,#68ba51 100%);
	background: -o-linear-gradient(top,  #85e540 0%,#68ba51 100%);
	background: -ms-linear-gradient(top,  #85e540 0%,#68ba51 100%);
	background: linear-gradient(to bottom,  #85e540 0%,#68ba51 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85e540', endColorstr='#68ba51',GradientType=0 );
}
a.rojo {
	background: #f22424;
	background: -moz-linear-gradient(top,  #f22424 1%, #9b1b1b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f22424), color-stop(100%,#9b1b1b));
	background: -webkit-linear-gradient(top,  #f22424 1%,#9b1b1b 100%);
	background: -o-linear-gradient(top,  #f22424 1%,#9b1b1b 100%);
	background: -ms-linear-gradient(top,  #f22424 1%,#9b1b1b 100%);
	background: linear-gradient(to bottom,  #f22424 1%,#9b1b1b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f22424', endColorstr='#9b1b1b',GradientType=0 );
}
a.rojo:hover {
	background: #fc3d3a;
	background: -moz-linear-gradient(top,  #fc3d3a 1%, #b72e2c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fc3d3a), color-stop(100%,#b72e2c));
	background: -webkit-linear-gradient(top,  #fc3d3a 1%,#b72e2c 100%);
	background: -o-linear-gradient(top,  #fc3d3a 1%,#b72e2c 100%);
	background: -ms-linear-gradient(top,  #fc3d3a 1%,#b72e2c 100%);
	background: linear-gradient(to bottom,  #fc3d3a 1%,#b72e2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc3d3a', endColorstr='#b72e2c',GradientType=0 );
}
.paginas {
	background-color: #F8F8F8;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
	width: 735px;
	padding-right: 7px;
	padding-left: 7px;
	color:#999999;
	text-align:center;
}
.paginas .big {
	font-size:15px;
}
tr.tr1:hover {
	background-color: #f5f5f5;
}
.tdinicio {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #f3f3f3;
	text-align: center;
	color: #666;
}
.tdfin {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	background-color: #f3f3f3;
	text-align: center;
	color: #666;
}
.td1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
/*.frm1 {
	background-color: #F5F5F5;
	border: 1px solid #E0E3EB;
	width: 400px;
	margin-bottom: 17px;
	padding: 10px;
}*/
.imagenes div {
	background-color: #E9E9E9;
	padding: 10px;
	width: 90%;
	margin-bottom: 15px;
}
.imagenes span img {
	margin-bottom: 5px;
}
.sel {
	font-family: mb, Arial, sans-serif;
	color: #000;
}
td > label {
	position: relative;
	top: 5px;
}
td .azul {
	display: inline-block;
}
p.cc {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
#ui-datepicker-div select {
	padding: 0px  !important;
}