/* reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,select {
	vertical-align: middle;
}

/* general page */
body {
	font-size: 11px;
	line-height: 1.4em;
}

#cas {
	background: #e2e2e2 url('../Imagenes/Background.png') no-repeat fixed;
	-webkit-background-size:cover; /* navegadores basados en webkit */
    -moz-background-size:cover;  /* Mozilla Firefox */
    -o-background-size:cover;  /*  Opera */
    background-size:cover;
    position: relative;
}
/* content */
#cas #content {
	overflow: visible;
	width: 420px;
	position: fixed;
	top:50% ;
	left:50%;
	margin-top:-240px;
	margin-left:-210px;
}
#cas #content #login {
	float: left;
	margin-right: 0px;
}

#cas #content #login #fm1 {
	padding: 20px;
	background: transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#cas #content #login #fm1 .row {
	margin-bottom: 10px;
}


#cas #content #login #fm1 .row input[type=text],#cas #content #login #fm1 .row input[type=password]{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:none;
	border:#e0e0e0 solid 1px;
	border-top:none;
	background: #fafafa;
	border-top:#d6d6d6 solid 2px;;
	background: #fafafa ;
	padding-left:52px;
	padding-right:20px;
	width: 306px;
	height: 48px;
	color: #b8b8b8;
	font-size: 22px;
	margin-bottom: 6px;
}
.div_pass_form, .div_usu_form{
	position: absolute;
	top: 6px;
	left: 6px;
	width: 46px;
	height: 42px;
	background: transparent url(../Imagenes/pass_form.png) no-repeat top;
}
.div_usu_form{
	background: transparent url(../Imagenes/usu_form.png) no-repeat top;
}
#cas #content #login #fm1 .row input[type=checkbox]{
	display: none;
}
#cas #content #login #fm1 .row > div{
	position: relative;
}

#cas #content #login #fm1 .row .btn-submit {
	background: #c5132d;
	border:none;
	color:#fafafa;
	text-align: center;
	width: 378px;
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius:8px;
	margin-top: 16px;
}
.enlace_catunambu{
	display: block; 
	margin: auto; 
	width: 200px; 
	margin-bottom: 20px; 
} 

/* .enlace_catunambu #imagLogo{ */
/* 	width: 260px !important; */
/* 	margin-left: 77px !important; */
/* } */




