/* General */

body {
	background-image: url("../Imagenes/fondo.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: 100% 100%;           /* Safari 3.0 */
	-moz-background-size: 100% 100%;           /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: 100% 100%;           /* Opera 9.5 */
	background-size: 100% 100%; 
}

/* Header */

header {
	margin-top:30px;
	margin-bottom:30px;
}
header ul {
	list-style-type: none;
	padding:0px;
}
header ul li {
	display: inline;
}
header ul li a{
	color: white;
}
header ul li a:hover{
	font-weight: bold;
	color: white;
}
@media(max-width: 767px) {
	header ul li a{
		font-size:0.8em;
	}
}
/* Section */

.section div.header {
	padding:5px 20px;
	background-color: #ffca58;
	color:white;
	border-top-left-radius:3px;
	-moz-border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	border-top-right-radius:3px;
	-moz-border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
}
@font-face {
  font-family: "Horizon BT";
  src: url("../Fuentes/KozGoPr6N-Heavy.otf");
}
.section div.header h4{
	font-family: "Horizon BT";
	font-weight: bold;
}
.section .content_1 , .section .content_2 {
	padding:2%;
}
.section .content_1 {
	background-color: #fff2e1;
}
.section .content_2 {
	background-color: #fbdbb4;
	border-bottom-left-radius:3px;
	-moz-border-bottom-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	-moz-border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}
.section button {
	font-family: "Horizon BT";
}

/* Inputs */

.section input[type="text"], .section input[type="number"], .section input[type="email"], .section input[type="password"], .section input[type="date"], .section input[type="number"] { 
	height:40px;
} 
.section select {
	height:35px;
}
.section textarea  {
	width:99%;
}

/* Footer */

.imgIconoRS {
	width:20px;
}

#imgLogoCCISFoot {
	width:110px;
}
#imgLogoPigFoot {
	width:90px;
	margin-top:8px;
	margin-left:10px;
}
#imgLogoAbechFoot {
	width:65px;
}

