﻿@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-gbjo2a');
	src:url('../fonts/icomoon.eot?#iefix-gbjo2a') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-gbjo2a') format('woff'),
		url('../fonts/icomoon.ttf?-gbjo2a') format('truetype'),
		url('../fonts/icomoon.svg?-gbjo2a#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon', 'Open Sans';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
	content: "\e600";
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

body{
	font-family: 'Arial', sans-serif;
	background: url(../images/fondo.jpg);
	/*overflow-x:hidden;*/
}

#cintillo{
	border:0px solid #282826;
	background-color: #DF6A1B;
	width: 100%;
	height: 35px;

	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
}

#cintillo-conten{
	width: 1100px;
	height: 35px;
	margin:0px auto;
}

#cintillo-conten span{
	border: 0px solid white;
	text-align: center;
	color:white;
	float: left;
	margin: 10px 0px;
}

#banner1{
	background-color: #DF6A1B;
	width: 232px;
	font-size: 15px;
	color: white !important;
	float: right !important;
	margin: 0 !important;
	padding: 10px 10px;
}

#banner1:hover{
	background-color: black;
}

#cabecera{
	border:0px solid red;
	width: 100%;
	height: 120px;
	margin:10px auto 0 auto;
}

#cabecera h2{
	border: 0px solid red;
	color: #DF6A1B;
	font-size: 40px;
	text-align: center;
	float: left;
	margin: 10px 0px 0px 0px;
}

#aviso{
	border: 0px solid black;
	width:300px;
	text-align:center;
	font-size:35px;
	font-weight:bold;
	float:right;
}

#menu{
	width: 100%;
	height: 43px;
	margin: 10px auto 0px auto;
}

#menu-conten{
	border:0px solid black;
	width: 1100px;
	height: 43px;
	margin: 0px auto;
}

#menu a{
	text-decoration: none;
	color: black;
}

#menu ul li{
	border-right:1px dotted gray;
	width: 24.8%;
	float: left;
}

.menu{
	background:#DF6A1B;
	background: -moz-linear-gradient(top, #DF6A1B 0%, #c95f18 44%, #93440e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DF6A1B), color-stop(44%,#c95f18), color-stop(100%,#93440e));
	background: -webkit-linear-gradient(top, #DF6A1B 0%,#c95f18 44%,#93440e 100%);
	background: -o-linear-gradient(top, #DF6A1B 0%,#c95f18 44%,#93440e 100%);
	background: -ms-linear-gradient(top, #DF6A1B 0%,#c95f18 44%,#93440e 100%);
	background: linear-gradient(top, #DF6A1B 0%,#c95f18 44%,#93440e 100%);

	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color:white;
	font-size: 19px;
	text-align: center;
	padding: 12px 0px;
}

.menu:hover, .activo{
	background:#DF6A1B
	background: -moz-linear-gradient(top, #F3751F 0%, #d6661b 44%, #ad5114 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3751F), color-stop(44%,#d6661b), color-stop(100%,#ad5114));
	background: -webkit-linear-gradient(top, #93440e 0%,#93440e 44%,#93440e 100%);
	background: -o-linear-gradient(top, #F3751F 0%,#d6661b 44%,#ad5114 100%);
	background: -ms-linear-gradient(top, #F3751F 0%,#d6661b 44%,#ad5114 100%);
	background: linear-gradient(top, #F3751F 0%,#d6661b 44%,#ad5114 100%);

	color: white;
}

#menu-responsivo{
	background: #DF6A1B;
	width: 100%;
	text-align: center;
	color: white;
	float: left;
	padding: 8px 0;
	margin: 0 0 10px 0;

	display: none;
}

#inicio{
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
}

#contacto{
	-webkit-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
}

#separador{
	border:0px solid red;
	background: url(../images/separador.png) repeat-x;
	width: 100%;
	height: 5px;
	float: left;
	margin:0px 0px 10px 0px;
}

.boton{
	border:0px solid red;
	text-align: center;
	margin: 0px 0px 10px 0px;
}

.boton button{
	border: 0;

	background:#DF6A1B;
	background: -moz-linear-gradient(top, #DF6A1B 0%, #c95f18 44%, #93440e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DF6A1B), color-stop(44%,#c95f18), color-stop(100%,#93440e));
	background: -webkit-linear-gradient(top, #DF6A1B 0%,#c95f18 44%,#93440e 100%);
	background: -o-linear-gradient(top, #DF6A1B 0%,#c95f18 44%,#93440e 100%);
	background: -ms-linear-gradient(top, #DF6A1B 0%,#c95f18 44%,#93440e 100%);
	background: linear-gradient(top, #DF6A1B 0%,#c95f18 44%,#93440e 100%);

	width: 150px;
	text-align: center;
	font-size: 21px;
	color: white;
	cursor: pointer;

	border-radius: 3px;
}

.boton button:hover{
	background:#93440e;
	background: -moz-linear-gradient(top, #93440e 0%, #93440e 44%, #93440e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93440e), color-stop(44%,#93440e), color-stop(100%,#93440e));
	background: -webkit-linear-gradient(top, #93440e 0%,#93440e 44%,#93440e 100%);
	background: -o-linear-gradient(top, #93440e 0%,#93440e 44%,#93440e 100%);
	background: -ms-linear-gradient(top, #93440e 0%,#93440e 44%,#93440e 100%);
	background: linear-gradient(top, #93440e 0%,#93440e 44%,#93440e 100%);
}




#wrap{
	border: 0px solid red;
	width: 1100px;
	margin: 0px auto;
}

#pagina{
	border:0px solid red;
	width: 100%;
	min-height: 600px;
	float: left;
	margin: 0px 0px 10px 0px;
}


/*//// 	INFORMACION DE LA PESTAÑAS	/////*/

#informacion-pestana{
	border: 1px solid #ddd;
	background-color: white;
	line-height: 18px;
	padding: 10px;
}

#titulo-pestana{
	font-size: 22px;
}


#ladod{
	border:0px solid red;
	width:250px;
	height: 300px;
	float: left;
	margin: 0px 0px 0px 18px;
}

.seccion-ladod{
	border: 1px solid #ddd;
	background-color: white;
	border-radius: 5px;
	margin: 10px 0px 0px 0px;
}

.seccion-ladod a{
	text-decoration: none;
}

.seccion-ladod a:hover{
	text-decoration: underline;
}

.desarrollo-ladod{
	border-bottom: 2px solid #ddd;
	position: relative;
	color: #0065CD;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0px;
	margin: 0px 15px;
}

#pie{
	border-top: 2px solid #DF6A1B;
	background: white;
	width: 100%;
	height:200px;
	float: left;
}

#pie-conten{
	border:0px solid red;
	background-color:white;
	width: 1100px;
	height: 200px;
	margin: 0px auto
}

.seccion-pie{
	border: 0px solid black;
	width: 31.3%;
	padding: 10px;
	float: left;
	margin: 10px 0px 0px 0px;

	box-sizing:border-box; 
	-moz-box-sizing:border-box; /* Firefox */ 
	-webkit-box-sizing:border-box; /* Safari */
}

.seccion-pie a{
	text-decoration: none;
}

.seccion-pie a:hover{
	text-decoration: underline;
}

.titulo-seccion-pie{
	font-size: 20px;
	font-weight: bold;
}

.desarrollo-seccion-pie{
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0px;

	box-sizing:border-box; 
	-moz-box-sizing:border-box; /* Firefox */ 
	-webkit-box-sizing:border-box; /* Safari */
}

@media screen and (max-width: 1100px){
	#cintillo-conten{
		width: 100%;
	}
	#wrap{
		width: 100%;
	}
	#cabecera h2, #cabecera span{
		font-size: 2em;
	}
	#menu-conten{
		width: 100%;
	}

	#pie-conten{
		width: 100%;
	}

	.seccion-pie{
		width: 30%;
	}
}

@media screen and (max-width: 946px){
	#sistemas-dedicados{
		padding: 2px 0px 3px 0px;
	}
}

@media screen and (max-width: 845px){
	#wordpress{
		padding: 2px 0px 3px 0px;
	}
}

@media screen and (max-width: 785px){
	#cabecera h2{
		width: 100%;
	}
	#aviso{
		width: 100%;
		margin: 0 0 10px 0;
	}
}

@media screen and (max-width: 750px){
	#pie{
		height: auto;
	}

	.seccion-pie{
		width: 100%;
	}

	.titulo-seccion-pie{
		text-align: center;
	}

	.desarrollo-seccion-pie{
		text-align: center;
	}
}

@media screen and (max-width: 570px){
	#cintillo span{
		width: 100%;
	}
	#banner1{
		display:none;
	}
	#menu-conten{
		display: none;
	}
	#menu-responsivo{
		display: block;
	}
}