@import url('font.css');

*{
	margin: 0;
	padding: 0;
}

body {
	font-family: "Tahoma", "Geneva", sans-serif; 
	background-color: #424242;
}

.contenedor{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
	background-color: #fff;
}

.contenedor #sp{
	position: absolute;
	top:10%; 
	right:28%; 
	background:#000; 
	color:#fff; 
	padding:5px; 
	width:20%; 
	background-color: rgba(143, 143, 143, 0.8);
	font-family: Arial; 
	font-size:35px; 
	text-align: center;
}

header{
	margin: 3px auto;
	margin-top: 10px;
	text-align: center;
}

header h1{
	font-family: 'clarissaregular';
	font-size: 1.5em;
	padding: 1px 1px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
}

#imgbanner {
	width: 100%;
	height: auto;
}

header .imges {
	text-align: left;
	width: 40%;
	height: auto;
	background: #fff;
}

a:link{
	text-decoration:none;  
}

.main {
	width: 100%;
	background: #fff;
	padding: 5px;
	box-sizing: border-box;
}

.main article #contenido {
	margin-top: 5px;
	padding: 30px;
	font-family: "Tahoma", "Geneva", sans-serif;
	text-align: center;
	/*border-style: dashed;
	border-width: 0.1em;
	-webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;*/
}

.main article img {
	width: 100%;
	height: auto;
}

.main article #contenido p.contenidotit{
	color: #0B0B61;
	text-align: left;
	font-family: "Tahoma", "Geneva", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

.main article #contenido p.contenidoesc,.main article #contenido p.contenidoescbienv, .main article #contenido li{
	color: #000000;
	text-align: justify;
	font-family: "Tahoma", "Geneva", sans-serif;
	font-size: 0.85em;
	line-height: 1.2em;
}

.main article #contenido p.contenidotit,.main article #contenido p.contenidoesc,.main article #contenido p.contenidoescbienv, .main article #contenido li{
	padding: 0.2em;
	box-sizing: border-box;
}

.main article #contenido p.contenidoescbienv {
	font-size: 1em;
	text-align: justify;
}

.main article #contenido li{
	list-style-type: disc;
	list-style-position: inside;
}

.main #contenido h3{
	color: #FF0000;
	text-align: center;
	font-family: "Tahoma", "Geneva", sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
}

footer {
	clear: both;
	float: left;
	margin-top: 5px;
	box-sizing: border-box;
	width: 100%;
	padding: 5px auto;
	text-align: center;
}

footer .footerdatosp{
	font-family: "Tahoma", "Geneva", sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}
	
footer #pfooterdiseno{
	clear: both;
	width: 100%;
	color: #746f6f;
	text-align: center;
	text-decoration: none;
	font-size: 0.7em;
	vertical-align: center;
	padding-bottom: 2em;
}

.contenedor .login-card {
  position: absolute;
  top:8%; 
  left: 60%;
  padding: 5px;
  width: 12%;
  background-color: #A4A4A4;
  margin: 0 auto 5px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.contenedor .login-card h1 {
  font-weight: 100;
  text-align: center;
  font-size: 1.3em;
}

.contenedor .login-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.contenedor .login-card input[type=text], input[type=password] {
  height: 30px;
  font-size: 12px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.contenedor .login-card input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.contenedor .login {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.contenedor .login-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.contenedor .login-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.contenedor .login-card a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.contenedor .login-card a:hover {
  opacity: 1;
}

@media screen and (max-width: 800px){
	.main {
		width: 100%;
	}

	.contenedor #sp {
		display: none;
	}

	aside {
		width: 100%;
	}
}

@media screen and (max-width: 400px){
	.contenedor{
		width: 100%;
	}

	.contenedor #sp {
		display: none;
	}

	aside{
		display: none;
	}
}