﻿div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,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;*/}
:focus { outline:0; }
a:active { outline:none; }
body { /*line-height:1; color:black; background:white;*/ }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:2; }
caption,th,td {/* text-align:left; font-weight:normal;vertical-align: middle; */}
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

html, body{
	/*background:#FFF;
	width:100%;
	height:100%;
	display:block;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	*/
}

*:focus{
	outline:none;
}

@font-face {
    font-family:'AdelleBasicBold';
    src: url('../fonts/adelle-webfont-webfont.eot');
    src: url('../fonts/adelle-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/adelle-webfont-webfont.woff') format('woff'),
         url('../fonts/adelle-webfont-webfont.ttf') format('truetype'),
         url('../fonts/adelle-webfont-webfont.svg#AdelleBasicBold') format('svg');
    font-style: normal;
}

.round{
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

.dark-blue{
    background:#6993AE url(../images/grad-btn.png) top left repeat-x;
    font-size:12px;
    height:33px;
    border:1px solid #00527A;
    padding:3px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    font-family:Arial;
    color:#FFF;
}

#wrapper{
	/*width:100%;
	height:100%;
	border-top: 1px solid;*/
}

#header{
	background:#00567F url(../images/bg-header.png) top left no-repeat;
	height:111px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;	
}

#header p{
	display:block;
	position:absolute;
	z-index:999998;
	height:88px;
	width:100%;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color:#FFF;
	font-size:37px;
	font-family:Calibri;
	font-weight:bold;
	padding:15px 0;
}

#header h2{
    font-family:Calibri;
    font-size:14px;
    font-weight:bold;
    position:absolute;
	z-index:999998;
	height:88px;
	width:100%;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color:#FFF;
	padding:70px 0;
}


#header .conagua{
	width:201px;
	float:left;
}

#header .semarnat{
	width:183px;
	float:right;
}

#work-area{
	background:#3788ae;
	width:100%;
	height:100%;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding:25px 0 0 0;
}

#work-area-catalogue{
	/*background:#3788ae;
	width:100%;
	height:100%;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding:25px 0 0 0;
	padding:0;
	margin:0 auto 0 auto;*/
}

#work-area #label{
	background:url(../images/label.png) top left no-repeat;
	width:312px;
	height:100px;
	position:absolute;
	top:265px;
	left:-415px;
	right:0;
	margin:0 auto 0 auto;
}

#work-area #titulo{
	background:-webkit-gradient(linear, left bottom, left top, from(#08638d), to(#055377));
	background:-moz-linear-gradient(bottom, #08638d, #055377);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#055377', endColorstr='#08638d');
	width:100%;
	height:88px;
	box-shadow:0 0 5px #333333;
	-moz-box-shadow:0 0 5px #333333;
	-webkit-box-shadow:0 0 5px #333333;
	-o-box-shadow:0 0 5px #333333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	margin:0 0 25px 0;
}

#work-area #titulo p{
	width:400px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	padding:20px;
}

#work-area #login{
	width:616px;
	height:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 auto;
	background:-webkit-gradient(linear, left bottom, left top, from(#565656), to(#797979));
	background:-moz-linear-gradient(bottom, #565656, #797979);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#565656');
	padding:20px;
	box-shadow:0 0 4px #333333;
	-moz-box-shadow:0 0 4px #333333;
	-webkit-box-shadow:0 0 4px #333333;
	-o-box-shadow:0 0 4px #333333;
}

#work-area-catalogue #catalogue{
	/*width:100%;
	05012012
	height:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 auto;
	background:-webkit-gradient(linear, left bottom, left top, from(#565656), to(#797979));
	background:-moz-linear-gradient(bottom, #565656, #797979);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#565656');
	padding:0;
	/*box-shadow:0 0 4px #333333;
	-moz-box-shadow:0 0 4px #333333;
	-webkit-box-shadow:0 0 4px #333333;
	-o-box-shadow:0 0 4px #333333;*/
}

#work-area-catalogue #catalogue #form-area-catalogue{
	/*background:#FFF;
	width:100%;
	height:100%;
	display:block;
	/*padding:50px 5px 5px 5px;
	padding:10px 5px 5px 5px;*/
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	/*box-shadow:0 0 2px #333333;
	-moz-box-shadow:0 0 2px #333333;
	-webkit-box-shadow:0 0 2px #333333;
	-o-box-shadow:0 0 2px #333333;
	font-size:14px;*/
	/*font-size:12px;
	color:#626262;	*/
}

#work-area #login #form-area{
	background:#FFF;
	width:100%;
	height:100%;
	display:block;
	padding:110px 15px 15px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	/*box-shadow:0 0 2px #333333;
	-moz-box-shadow:0 0 2px #333333;
	-webkit-box-shadow:0 0 2px #333333;
	-o-box-shadow:0 0 2px #333333;*/
	font-size:14px;
	color:#626262;
}

.col-cont{
    /*background:#FFF;*/
    height:25px;
    line-height:25px;
   /* padding:0 5px;
    border-bottom:1px solid #8EAABC;*/
    border:1px solid #8EAABC;
    border-radius: 2px;
}

.button
{
    background:#444444 url(../images/grad60.png) repeat-x scroll 0 0;
    border:0 1px 1px 1px 1px solid #00527A;
    padding:5px;
    text-align:right;
    margin:0;
    border-radius:0 0 6px 6px;
}

.input{
    background:#FFF;
    height:25px;
    width:99.8%;
    line-height:25px;
    /*padding:0 5px;*/
    top:0;
    right:0;
    border:0;
}

.select-file{
	/*width:95%;*/
	width:100%;
	padding:3px;
	margin:0 0 7px 0;
	border:1px solid #CCC;
	box-shadow:inset 0 0 2px #CCC;
	-moz-box-shadow:inset 0 0 2px #CCC;
	-webkit-box-shadow:inset 0 0 2px #CCC;
	-o-box-shadow:inset 0 0 2px #CCC;
	font-size:12px;	
	
	font-weight:inherit; 
	font-style:inherit;	
	font-family:inherit; 
	vertical-align:baseline;
	
}

.inputRight{
	/*width:95%;*/
	width:20%;
	padding:3px;
	margin:0 0 7px 0;
	border:1px solid #CCC;
	box-shadow:inset 0 0 2px #CCC;
	-moz-box-shadow:inset 0 0 2px #CCC;
	-webkit-box-shadow:inset 0 0 2px #CCC;
	-o-box-shadow:inset 0 0 2px #CCC;
	font-size:12px;	
	
	font-weight:inherit; 
	font-style:inherit;	
	font-family:inherit; 
	vertical-align:baseline;
	text-align: right;	
}

.input-num{
	/*width:95%;*/
	width:8%;
	padding:3px;
	margin:0 0 7px 0;
	border:1px solid #CCC;
	box-shadow:inset 0 0 2px #CCC;
	-moz-box-shadow:inset 0 0 2px #CCC;
	-webkit-box-shadow:inset 0 0 2px #CCC;
	-o-box-shadow:inset 0 0 2px #CCC;
	font-size:12px;	
	
	font-weight:inherit; 
	font-style:inherit;	
	font-family:inherit; 
	vertical-align:baseline;
	
}

.input-resumen{	
	border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
   /* box-shadow: 0 3px 5px #CCCCCC inset;*/
    font-family: inherit;
    font-size: 12px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 3px 3px 3px 5px;
    vertical-align: baseline;
    width: 98.5%;
    height: 26px;
	font-weight:inherit; 
	font-style:inherit;	
	font-family:inherit; 
	vertical-align:baseline;
	*border: 1px;
}
.input-resumen input[type="text"]
{
	border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
   /* box-shadow: 0 3px 5px #CCCCCC inset;*/
    font-family: inherit;
    font-size: 12px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 3px 3px 3px 5px;
    vertical-align: baseline;
    width: 98.5%;
    height: 17px;
}
.input-resumen textarea
{
    height: 100px !important;
}


.input-resumen-Right{
	width:45%;
	padding:3px;
	margin:0 0 7px 0;
	border:1px solid #CCC;
	box-shadow:inset 0 0 2px #CCC;
	/*-moz-box-shadow:inset 0 0 2px #CCC;
	-webkit-box-shadow:inset 0 0 2px #CCC;
	-o-box-shadow:inset 0 0 2px #CCC;*/
	font-size:12px;
	font-weight:inherit; 
	font-style:inherit;	
	font-family:inherit; 
	vertical-align:baseline;
	text-align: right;
	
}

.input-resumen-Right-AN{
	width:50%;
	padding:3px;
	margin:5px;
	border:1px solid #CCC;
	/*box-shadow:inset 0 0 2px #CCC;
	-moz-box-shadow:inset 0 0 2px #CCC;
	-webkit-box-shadow:inset 0 0 2px #CCC;
	-o-box-shadow:inset 0 0 2px #CCC;*/
	font-size:12px;
	font-weight:inherit; 
	font-style:inherit;	
	font-family:inherit; 
	vertical-align:baseline;
	text-align: right;
	height: 27px;
}
.input3char{
	width:5%;
	padding:3px;
	margin:0 0 7px 0;
	border:1px solid #CCC;
	box-shadow:inset 0 0 2px #CCC;
	-moz-box-shadow:inset 0 0 2px #CCC;
	-webkit-box-shadow:inset 0 0 2px #CCC;
	-o-box-shadow:inset 0 0 2px #CCC;
	font-size:12px;	
	
	font-weight:inherit; 
	font-style:inherit;	
	font-family:inherit; 
	vertical-align:baseline;
	
}

.inputComplement{
	width:14%;
	padding:3px;
	margin:0 0 7px 0;
	border:1px solid #CCC;
	box-shadow:inset 0 0 2px #CCC;
	-moz-box-shadow:inset 0 0 2px #CCC;
	-webkit-box-shadow:inset 0 0 2px #CCC;
	-o-box-shadow:inset 0 0 2px #CCC;
	font-size:12px;	
	
	font-weight:inherit; 
	font-style:inherit;	
	font-family:inherit; 
	vertical-align:baseline;
	
}

.select-file:focus, .input-resumen:focus, input:focus, select:focus{
	/*border:1px solid #3788ae;*/
	border:1px solid #3788ae;
}

#btn{
	margin:0 auto;	
	width:auto;
	height:auto;
}

.btn-ingresar{
	background:-webkit-gradient(linear, left bottom, left top, from(#3584a8), to(#216a8b));
	background:-moz-linear-gradient(bottom, #3584a8, #216a8b);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#216a8b', endColorstr='#3584a8');
	padding:10px;
	border:1px solid #3584a8;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
}

#footer{
	background:url(../images/logo-footer.png) bottom center no-repeat;
	position:relative;
	bottom:0;
	clear:both;
	height:150px;
	width:100%;
}


/*SISTEMA*/

#work-area-system{
	/*width:100%;
	height:100%;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding:30px 30px 30px 30px;
	padding:0;*/
}

#nav{
	background:#FFF;
	width:100%;
	height:auto;
	position:fixed;
	z-index:999999;
	bottom:0;
	padding:5px 25px 5px 25px;;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow:0 0 10px #333333;
	-moz-box-shadow:0 0 10px #333333;
	-webkit-box-shadow:0 0 10px #333333;
	-o-box-shadow:0 0 10px #333333;
}

#nav ul li{
	float:left;
}

#nav ul li a{
	display:block;
	background:url(../images/bg-btns.png) bottom left repeat-x;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:1PX solid #CCC;
	color:#00567d;
	margin:5px;
	text-decoration:none;
	border-radius:5px;
}

#nav ul li a:hover{
	background:url(../images/bg-btns.png) top left repeat-x;
	color:#FFFFFF;
}

#nav ul li a.add{
	background:url(../images/add-icon.png) 8px 5px no-repeat, url(../images/bg-btns.png) bottom left repeat-x;
	text-indent:20px;
}

#nav ul li a.add:hover{
	background:url(../images/add-icon.png) 8px -21px no-repeat, url(../images/bg-btns.png) top left repeat-x;
	text-indent:20px;
}

#nav ul li a.open{
	background:url(../images/open-icon.png) 8px 7px no-repeat, url(../images/bg-btns.png) bottom left repeat-x;
	text-indent:20px;
}

#nav ul li a.open:hover{
	background:url(../images/open-icon.png) 8px -18px no-repeat, url(../images/bg-btns.png) top left repeat-x;
	text-indent:20px;
}

#nav ul li a.save{
	background:url(../images/save-icon.png) 8px 6px no-repeat, url(../images/bg-btns.png) bottom left repeat-x;
	text-indent:20px;
}

#nav ul li a.save:hover{
	background:url(../images/save-icon.png) 8px -20px no-repeat, url(../images/bg-btns.png) top left repeat-x;
	text-indent:20px;
}

#nav ul li a.delete{
	background:url(../images/delete-icon.png) 8px 6px no-repeat, url(../images/bg-btns.png) bottom left repeat-x;
	text-indent:20px;
}

#nav ul li a.delete:hover{
	background:url(../images/delete-icon.png) 8px -20px no-repeat, url(../images/bg-btns.png) top left repeat-x;
	text-indent:20px;
}

#nav ul li a.cancel{
	background:url(../images/cancel-icon.png) 8px 6px no-repeat, url(../images/bg-btns.png) bottom left repeat-x;
	text-indent:20px;
}

#nav ul li a.cancel:hover{
	background:url(../images/cancel-icon.png) 8px -20px no-repeat, url(../images/bg-btns.png) top left repeat-x;
	text-indent:20px;
}

#nav ul li a.sel{
	background:url(../images/select-icon.png) 8px 5px no-repeat, url(../images/bg-btns.png) bottom left repeat-x;
	text-indent:20px;
}

#nav ul li a.sel:hover{
	background:url(../images/select-icon.png) 8px -31px no-repeat, url(../images/bg-btns.png) top left repeat-x;
	text-indent:20px;
}

#nav ul li a.search{
	background:url(../images/search-icon.png) 8px 5px no-repeat, url(../images/bg-btns.png) bottom left repeat-x;
	text-indent:20px;
}

#nav ul li a.search:hover{
	background:url(../images/search-icon.png) 8px -21px no-repeat, url(../images/bg-btns.png) top left repeat-x;
	text-indent:20px;
}

#nav ul li a.edit{
	background:url(../images/edit-icon.png) 8px 5px no-repeat, url(../images/bg-btns.png) bottom left repeat-x;
	text-indent:20px;
}

#nav ul li a.edit:hover{
	background:url(../images/edit-icon.png) 8px -21px no-repeat, url(../images/bg-btns.png) top left repeat-x;
	text-indent:20px;
}

#work-area-system #form-system{
	/*background:#FFF;
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;*/
	/*box-shadow:0 0 15px #333;
	-moz-box-shadow:0 0 15px #333;
	-webkit-box-shadow:0 0 15px #333;
	-o-box-shadow:0 0 15px #333;*/
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding:0;
	margin:0;
	border-left:1px solid #707070;
	border-right:1px solid #707070;
	border-bottom:1px solid #707070;
	border-radius:0 0 6px 6px;*/
}

#form-system #left-panel{
	width:70%;
	display:block;
	float:left;
	height:auto;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding:25px 0 0 0;
	overflow:hidden;
}

#form-system #left-panel2{
	width:100%;
	display:block;
	float:left;
	height:auto;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding:25px 0 0 0;
	overflow:hidden;
}

#form-system  h1{
	background:-webkit-gradient(linear, left bottom, left top, from(#565656), to(#797979));
	background:-moz-linear-gradient(bottom, #565656, #797979);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#565656');	
	-moz-box-shadow:0 0 5px #333;
	-webkit-box-shadow:0 0 5px #333;
	-o-box-shadow:0 0 5px #333;
	box-shadow:0 0 5px #333;
	display:block;
	text-align:ng:25p;
	padding:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 0 0 0;
}

#form-system h2{	
	box-shadow:0 0 5px #333;
	-moz-box-shadow:0 0 5px #333;
	-webkit-box-shadow:0 0 5px #333;
	-o-box-shadow:0 0 5px #333;
	display:block;
	text-align:ng:25p;
	padding:15px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;	
	margin:0 0 0 0;
	background:#559cbe;	
}

/*
#form-system #left-panel h1{
	background:-webkit-gradient(linear, left bottom, left top, from(#565656), to(#797979));
	background:-moz-linear-gradient(bottom, #565656, #797979);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#565656');
	box-shadow:0 0 5px #333;
	-moz-box-shadow:0 0 5px #333;
	-webkit-box-shadow:0 0 5px #333;
	-o-box-shadow:0 0 5px #333;
	display:block;
	text-align:center;
	padding:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 0 10px 0;
}*/


#form-system #right-panel{
	background:url(../images/logo-mini.png) bottom center no-repeat;
	width:30%;
	height:100%;
	display:block;
	float:right;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding:25px 0 70px 0;
	position:relative;
	z-index:999998;
	box-shadow:0 0 10px #333333;
}

#form-system #right-panel #resumen{
	padding:0 30px 0 20px;
}

#form-system #right-panel h1{
	display:block;
	text-align:left;
	color:#005581;
	font-weight:bold;
	font-size:16px;
	padding:0 0 25px 0;
	margin:0 0 25px 0;
	border-bottom:3px solid #005581;
}

#box-1, #box-2, #box-3{
	width:100%;
	height:auto;
	padding:0 17px 10px 17px;
	overflow:hidden;
}

.tag{
	background:#559cbe;
	display:block;
	width:37px;
	min-height:190px;
	float:left;
}

.cont{
	background:#005581;
	display:block;
	width:100%;
	min-height:190px;
	padding:0 50px 0 50px;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-form{
	background:-webkit-gradient(linear, left bottom, left top, from(#dad9d9), to(#ffffff));
	background:-moz-linear-gradient(bottom, #dad9d9, #ffffff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dad9d9');
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:1PX solid #CCC;
	color:#3788ae;
	box-shadow:0 0 3px #CCC;
	-moz-box-shadow:0 0 3px #CCC;
	-webkit-box-shadow:0 0 3px #CCC;
	-o-box-shadow:0 0 3px #CCC;
}

.btn-form:hover{
	border:1px solid #3788ae;
}

.select
{   
	width:21%;
	padding:3px;
	margin:0 0 7px 0;
	border:1px solid #CCC;
	box-shadow:inset 0 0 2px #CCC;
	-moz-box-shadow:inset 0 0 2px #CCC;
	-webkit-box-shadow:inset 0 0 2px #CCC;
	-o-box-shadow:inset 0 0 2px #CCC;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:12px;
	height:24px;
	
	
	font-weight:inherit; 
	font-style:inherit;	
	font-family:inherit; 
	vertical-align:baseline;
	
}

.check{
	border:none;
	background:#FFFFFF;
	width: 17px;
	height: 17px;
}

select{
	border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    /*box-shadow: 0 3px 5px #CCCCCC inset;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 30px;
    margin: 0;
    padding: 0px;
    width: 99.8%;
    *width:auto;
}

.selectAuto
{
	border: 1px solid #ccc;
    border-radius: 4px;
    /*box-shadow: 0 3px 5px #CCCCCC inset;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 39px;
    margin: 0;
    padding: 6px 12px;
    width: 100%;
    width:auto;
    background-color: #fff;
    background-image: none;
    
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.selectMulti
{
	border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    /*box-shadow: 0 3px 5px #CCCCCC inset;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 100%;
    margin: 0;
    padding: 3px;
    width: 99.8%;
}
.selectOverall
{
    position: absolute;
    z-index: 1011;
}
.textArea{
	/*width:100%;	
	padding:3px;
	margin:0 0 7px 0;
	font-size:12px;		
	height:70px;
	border:none;*/
	
	font-weight:inherit; 
	font-style:inherit;	
	font-family:inherit; 
	vertical-align:baseline;
	resize:none;
	border: 1px solid #ccccccc;
    border-radius: 4px 4px 4px 4px;
    /*box-shadow: 0 3px 5px #CCCCCC inset;*/
    font-family: inherit;
    font-size: 12px;
    font-style: inherit;
    font-weight: inherit;
    height: 70px;
    margin: 0 0 7px;
    padding: 3px;
    width: 99%;
	
}

.tdLabel
{
   /* background:#7CA0B7 url(../images/grad60.png) repeat-x scroll 0 0;
    height:25px;
    left:0;
    line-height:25px;*/
    /*padding:0 5px;*/
    /*padding-right:5px;
    text-align:right;
    width:150px;
    border-bottom:1px solid #8EAABC;*/
    
    background: url("grad60.png") repeat-x scroll 0 0 #707070;
    border-bottom: 1px solid #D1D1D1;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-weight: 600;
    height: 25px;
    left: 0;
    line-height: 15px;
    padding-left: 5px;
    text-align: left;
    width: 145px;
    font-size: 8pt;
    width:13%\0/;
    width: 13%;
    width: 140px;
 
  
}

.tdLabel2
{
    background: url("grad60.png") repeat-x scroll 0 0 #444444;
    border-bottom: 1px solid #8EAABC;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-weight: 600;
    height: 25px;
    left: 0;
    line-height: 15px;
    padding-left: 5px;
    text-align: left;
    width: 185px;
    font-size: 8pt;
  
}

.tdLabelTextArea
{    
   text-align:right;
   vertical-align:top;  
   padding-right:15px;
   width:30%;
}

.botones
{
	width:auto;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:1px solid #bbbbbb;
	border-bottom: 3px solid #bbbbbb;
	color:#707070;
	margin:5px;
	text-decoration:none;
	border-radius:5px;
	transition: all .3s;
}

.botones-mini
{
	width:auto;
	height:25px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	
	border:1px solid #bbbbbb;
	color:#707070;
	margin:5px;
	text-decoration:none;
	border-radius:5px;
}

.botones-mini:hover{	
	background: url(../images/bg-btns.png) top bottom left repeat-x;
	color:#FFFFFF;
	background-color:#707070;
}

div.upload {
   position: relative;
   width: 80px;
   height: 24px;
   overflow:hidden;
   background:url(../images/btn_upload.png) left top no-repeat;
   clip:rect(0px, 80px, 24px, 0px );
}  

div.upload input {
   position: absolute;
   left: auto;
   right: 0px;
   top: 0px;
   margin:0;
   padding:0;
   filter: Alpha(Opacity=0);
   -moz-opacity: 0;
   opacity: 0;
}

.botones a 
{
	margin-bottom: 35px;
}

.invisible 
{
	visibility: hidden;
}

.botones:hover{	
	color:#FFFFFF;
	background-color:#8d8d8d;
	transition: all .3s;
	cursor: pointer;
}

.botonesGral
{
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;	
	font-weight:bold;
	border:1PX solid #CCC;
	color:#707070;
	margin:5px;
	text-decoration:none;
	border-radius:5px;
	font-size:10px;	
}

.botonesGral:hover{	
	background: url(../images/bg-btns.png) top bottom left repeat-x;
	color:#FFFFFF;
	background-color:#707070;
}

.center 
{
    width:100%;
    margin-left:auto; 
    margin-right:auto;
}

.centerGrid 
{
    margin-left:auto; 
    margin-right:auto;
  }

.list-box{
	/*width:200px;
	padding:7px;
	min-height:100px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #CCC;*/
	
	border-radius: 4px 4px 4px 4px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: auto;
    min-height: 100px;
    padding: 7px;
    width: 99.8%;
	
}

.list-box:focus{
	background:#e2f7ff;	
	border:1px solid #CCC;
}

#header-text h1
{    
    background:#565656;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#565656');
	box-shadow:0 0 5px #333;
	-moz-box-shadow:0 0 5px #333;
	-webkit-box-shadow:0 0 5px #333;
	-o-box-shadow:0 0 5px #333;
	display:block;
	text-align:center;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 0 0 0;
}


.botonCerrar
{        
    height:20px;
    width:22px;    
    background:url(../images/cerrar1.png) top left no-repeat;
    background-color:transparent;
    border:1px solid transparent;
    vertical-align:middle; 
    padding:5px 5px 5px 5px;
    outline-style:none;    
    border-radius:5px;  
    horizontal-align:center;
    }

.botonCerrar:hover	
{    
    background:url(../images/cerrar1.png) top left no-repeat;
    height:20px;
    width:22px;
    border:1px solid #A4A4A4;
    vertical-align: middle;
    padding:5px 5px 5px 5px;
    background-color:InactiveBorder; 
    outline-style:none;  

    border-radius:5px;
    horizontal-align:center;       
}

.botonAdd
{
    background: url(../images/add.png) top left no-repeat;
    width:21px;
    height:20px;
    border:none;
}

.botonDrop
{
    background: url(../images/delete.png) top left no-repeat;
    width:21px;
    height:20px;
    border:none;    
}

.checkDias
{
    margin-left: 30px;
}

.loading-img {
    text-indent: -3000px;
    background: url('../images/loading.gif') no-repeat top left;
    height: 16px;
    width: 16px;
    white-space: nowrap;
    
}

.loading-img a {
    outline: none;
}

#work-area-catalogue #catalogue #form-area-catalogue .divContent{
	background:#FFF;		
	display:block;
	padding:50px 5px 5px 5px;
	padding:5px 0px 5px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow:0 0 2px #333333;
	-moz-box-shadow:0 0 2px #333333;
	-webkit-box-shadow:0 0 2px #333333;
	-o-box-shadow:0 0 2px #333333;
	/*font-size:14px;*/
	font-size:12px;
	color:#626262;	
}

.divTitle{
    width:100%;
    background-image:url('../images/toolbar.gif');
    text-align:left;
    font-size:12px;
	color:#626262;
	padding:3px 0 3px 0;
	font-weight:bold;
}

.divTitle p{
    margin-left: 5px;  
}


.divContent{
    width:100%;     
    text-align:left;
}

/*ESTILOS de prototip MARIO*/


#login-info{
	float: right;
	font-size: 11px;
	margin: 0 0;
	padding: 0;
	background: #eee !important;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 5px 0 0 10px;
}

#login-info .logout{
	margin-top: 0px;
	display: block;
	height: 12px;
	line-height: 12px;
	padding-left: 20px;
	background: url(../images/logout-icon.png) no-repeat left center;
	text-decoration: none;
}

#login-info .logout:hover{
	color: #014463;
	text-decoration: underline;
}
.wait_image
{
    background: url(wait.gif);
    width:49px;
    display: block;
    height:49px;
   background-image: url("wait.gif");
}

.textArea:focus
{
    border:2px solid #3788AE;
}

.subtitles
{
  /* background-color: #474747;
   border: 1px solid;
   border-radius: 4px 4px 0 0;
   height: 16px;*/
   padding: 8px 8px 8px 14px;
}
.subtitles p
{
    /*color: #FFFFFF;*/
    text-align: left;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12.5px;
}
.contentSubs
{
    /*border: 1px solid;
    border-bottom:3px solid;
    border-radius:0 0 4px 4px;*/
}
.error
{
    border-color: #D0021B;
    border-width: 1px;
}
.errorBtn
{
    border: 2px solid;
    border-color:Red;
}
.cont-col2
{
     border: 1px solid #CCCCCC;
     border-radius: 4px 4px 4px 4px;
     box-shadow: 0 3px 5px #CCCCCC inset;
     padding-bottom: 4px;
     padding-left: 5px;
     padding-top: 4px;  
     padding-right:5px;
}
.lstcorreos
{
    box-shadow: 0 3px 25px #CCCCCC inset;
    border: 1px solid #CCCCCC;
}

/*clase para activar el tooltip dentro de la caja de texto*/
 .textlabel-active 
 { 
     color: #a1a1a1; 
     font-style: italic; 
 }
 
/* .requerido {
    border-color: red;
}*/

/*efecto para el boton de adjuntar*/
.adjuntar{
	background: transparent url(btn_attach.png) no-repeat 0 0;
    float:left;
    
    position: relative;
	width: 135px;
	height: 40px;
	text-decoration: none;
	text-indent: -9999px;
}

.controls-cont2 .adjuntar:hover{
	background-position: 0 -40px;
}
.input-resumen-Right
{
    border-radius:4px;
}
.input-resumen-Right-AN
{
    border-radius:4px;
}
.flexigrid 
{
    border-radius:4px;
    
}

.calendario
{
   /* background: url("glyphicons-halflings.png") no-repeat scroll -189px -117px #f8f8f8;
    height: 20px;*/
    
    position: absolute;
   /* width: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 0 3px 3px 0;*/
}

#divCPDistritoRiego .divContent
{
    overflow:hidden;
}
#divCPContribucionMejoras .divContent
{
     overflow:hidden;
}
#divCPServicioTramite .divContent
{
    overflow:hidden;
}

#divCPAguasNacionales .divContent
{
    overflow:hidden;
}
#divCPCuotaGarantia  .divContent
{
     overflow:hidden;
}
#divCPExtraccion  .divContent
{
    overflow:hidden;
}
#divCPMultas .divContent
{
    overflow:hidden;
}
#divCPUso  .divContent
{
    overflow:hidden;
}

div .disabled {
    cursor: default;
}

input[type="text"]:disabled
{
	background:#f6f6f6;
}

select:disabled
{
	background:#f6f6f6;
}
.instruc
{
    /*font-size:11px;
    font-style:italic;
    padding: 8px 8px 8px 14px;
    padding-left: 14px;
    padding-right: 5px;
    padding-bottom:5px;
    padding-top:8px;
    text-align: justify;
    border:solid 1px red;
    border-bottom: solid 2px;
    box-shadow: 0 3px 5px #CCCCCC inset;
    margin-bottom:5px;*/
}
.instruc a
{
    font-style:oblique;
    font-weight:600;
}
.ui-dialog-titlebar-close {display: none }

.cp-main{
	width: calc(100% - 20px);
	margin: 0 auto;
}
.cp-left{
	width: 71.5%;
	display: inline;
	float: left;
}
.cp-right{
	width: calc(28.5% - 20px);
	display: inline;
	float: left;
	margin-left: 15px;
}
.clear{
	clear: both;
}

.moneda{
	width: 55%!important;
}
#txtDerechoCargo2014{
	margin-left: 4px;
}
#txtDis {
width: 663px!important;
}
.numero{
	text-align: left!important;
}
.textoVerde
{
    color: Green;
    font-size: 15px;
}


