﻿@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);

body {
	font: 12px Arial, Helvetica;
	background:url(../images/b85.png) repeat-y;
}
small.f-actualizacion {
    position: absolute;
    top: 20px;
    right: 15px;
}
small.f-actualizacion-militar {
    position: absolute;
    top: 45px;
    right: 15px;
    font-weight:600;
}
.bglogin {
	background: #f5f5f5 url(../images/bglogin.jpg) repeat-x;
	background-position: 0 140px;
}

/* SEGURIDAD */
ul#iconseguridad {
    margin:0;
    padding: 0;
}
ul#iconseguridad li {
    list-style:none;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 20px;
    text-align: center;
    margin: 10px;
}
ul#iconseguridad li a {
    display: block;
}
ul#iconseguridad li i {
    font-size: 90px;
    display: block;
    margin-bottom: 10px;
}

/* MENU PRINCIPAL */

ul.sidebar_menu li a img {
	padding: 8px;
	margin-right: 10px;
	transition: all 0.7s ease;
}
.color_1 a img, .color_1 a:hover { background: #ad103c; }
.color_2 a img, .color_2 a:hover{ background: #2572eb; }
.color_3 a img, .color_3 a:hover { background: #08c245;}
.color_4 a img, .color_4 a:hover { background: #006ac1;}
.color_5 a img, .color_5 a:hover { background: #189800;}
.color_6 a img, .color_6 a:hover { background: #c95a11;}
.color_7 a img, .color_7 a:hover { background: #56c5ff;}
.color_8 a img, .color_8 a:hover { background: #90d000;}
.color_9 a img, .color_9 a:hover { background: #1e2d64;}
.color_10 a img, .color_10 a:hover { background: #d9b909;}
.color_11 a img, .color_11 a:hover { background: #0c5354;}
.color_12 a img, .color_12 a:hover{ background: #6f0f75;}

.color_1 a img, .color_2 a img, .color_3 a img, .color_4 a img, .color_5 a img, .color_6 a img, .color_7 a img, .color_8 a img, .color_9 a img, .color_10 a img, .color_11 a img, .color_12 a img {border-radius: 5px;}


ul.sidebar_menu li a:hover img {background: url(../images/b50.png);}

.color_1 a:hover, .color_2 a:hover, .color_3 a:hover, .color_4 a:hover, .color_5 a:hover, .color_6 a:hover, .color_7 a:hover, .color_8 a:hover, .color_9 a:hover, .color_10 a:hover, .color_11 a:hover,.color_12 a:hover{color: #FFF; }
ul.sidebar_menu li a:hover img {background: url(../images/b50.png);}

aside.sidebar {
	float: left;
	position: fixed;
	top: 0;
	left: 0;
}
ul.sidebar_menu {
	margin: 0;
	padding: 0;
}
ul.sidebar_menu li{
	margin-bottom: 0px;
	list-style: none;
	padding: 0;
	float: left;
	width: 100%;
	overflow: hidden;
}
ul.sidebar_menu li a {
	padding: 10px 20px;
	color: #fff;
	position: relative;
	text-shadow: none;
	display: block;
	transition: all 0.3s ease;
	font-size: 14px;
	font-family: "Open Sans", Arial,sans-serif;
}


/* --- ESTRUCTURA --- */
#main {
	width: 100%;
	float: left;
	padding-left: 280px;
	padding-right: 20px;
	clear:right;
	padding-left: 330px;
}
.division {
	/*background:url(../images/bgline.jpg);*/
    border-top: 1px solid #ccc;
	height: 80px;
	margin-bottom: 10px;
	position: relative;
}
header{
	height: 100px;
	margin-bottom: 10px;
	margin-top: 10px;
}

header .control {
	width: 400px;
	float: right;
}
header .control a {color: #666;}
header .control img {
	float: left;
	border: 1px solid #999;
	padding: 2px;
	margin-right: 10px;
}
header .control h3 {padding: 0; margin: 0; font-size:14px; margin-top: 0px;}
header .control ul {margin-top: 4px;}
header .control ul li {list-style: none; margin-bottom:2px;}
a.logout { position: absolute; top: 30px; right: 30px;}
.contentpage {
	/*background: #f5f5f5;*/
	
}
.contentpage h3 {
	color: #428bca;
}
.border { border: 1px solid #CCC; margin-bottom: 10px; border-radius: 3px; padding-bottom: 10px; }
br.clear {clear:both}
.toolprint {
	position: absolute;
	top:10px;
	right:10px;
}
h3 {font-family:"Open Sans",Arial,sans-serif;}
h3.title-search { margin-bottom: 30px; border-bottom: 1px dotted #000; padding-bottom: 15px; font-family: "Open Sans",Arial,sans-serif;}
header h1 {margin: 0; text-indent: -9999px; }
header h1 a { display: block; width: 300px; height: 82px; background: url(../images/simil-logo.png) no-repeat; float: left; margin-top: 10px; margin-left: 10px;}

footer {width:100%; height: 30px; clear:both; text-align: right;}

@media screen and (min-width:0px){
	aside.sidebar {
		width: 80px;
		height: auto;
        overflow: auto;
	}
	ul.sidebar_menu li a span {
		display: none;
	}
	#main {
	padding-left: 100px;
	}
	body {
		background: url(../images/b85ipad.png) repeat-y;
	}
}

@media screen and (min-width:990px){
	aside.sidebar {
	width: 260px;
	position: fixed;
	top: 0;
	left: 0;
    overflow: auto;
    height: 100%;
	}
	ul.sidebar_menu li a span {
		display: inline-block;
	}
	
	#main {
	padding-left: 280px;
	
	}
	body {
		background:url(../images/b85.png) repeat-y;
	}
}

.login {
  position: relative;
  margin: 50px auto;
  padding: 20px 20px 20px;
  width: 310px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.login h2 {
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px 0;
	color: #003876;
}

.login p {
  margin: 20px 0 0;
}

.login p:first-child {
  margin-top: 0;
}

.login input[type=text], .login input[type=password] {
  width: 278px;
}


.login p.submit {
  text-align:left;
}

:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

.login input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

.login input[type=text], input[type=password] {
  margin: 5px;
  padding: 0 10px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.login input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

.login input[type=submit] {
  padding: 0 18px;
  height: 29px;
  width: 88%;
  font-size: 12px;
  font-weight: bold;
  color: #003876;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 5px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.login input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}

.clear {
    clear: both;
}

.ficha-background {
	font: 12px Arial, Helvetica;
	background: url(../images/simil-degradado.png) center no-repeat;
}

#lblError {
	color: red;
}

.validation-summary-errors {
	color: red;
}