@charset "utf-8";
/* CSS Document */
@font-face {
font-family: "Sansation";
src: url("fonts/Sansation-Regular.ttf");
}
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #545454;
	font-family: 'Raleway', sans-serif;
}
.content{
	width: 100%;
	height: 100%
}
h3{

}
footer{
	/*font-family: "Sansation";*/
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #545454;
	background: rgba(255,255,255,.9);
	clear: both;
	display: block;
	height: auto;
	line-height: 40px;
	padding: 20px;
	position: relative;
	z-index: 1;
}
.footer-link, .footer-link:hover{
	color: #23527c;
	text-decoration: none;
}
.slogan{
	color: #000;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
}
.copy{
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
footer .tit-secc{
	border-bottom: 2px solid #0AA5DE;
}
/* ------este encierra el menu----------*/
#back_to_camera {
	background: rgba(0,41,87,.7);
	clear: both;
	display: block;
	/*height: 80px;*/
	line-height: 40px;
	padding: 10px 10px 0px 10px;
	position: relative;
	z-index: 1;
}
#back_to_camera2 {
    background: rgba(0,41,87,.9);
    clear: both;
    display: block;
    /*height: 80px;*/
    line-height: 40px;
    padding: 10px 10px 0px 10px;
    position: relative;
    z-index: 1;
}

/*--------------------------------------*/
/*listas*/
ul.ok { 
    list-style-image: url("../imagenes/vineta.png");
    padding: 10px;
}
/*experiencia de nuestro personal*/

.tex-lat{
    margin-top: 40%;
}
.tex-lat h5{
    color: black;
    font-weight: bold;
    text-decoration: underline;
}
.tex-lat h6{
    font-weight: bold;
}
/*---------------- FORMULARIO DE CONTACTO --------------*/
.form-contacto{
	margin-top: 20px;
}
.form-contacto input{
	font-size: 110%;
	width: 90%;
	height: 40px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-top: 2px solid #5f8ebc;
	border-left: 2px solid #5f8ebc;
	border-radius: 14px;
	background: #5F5F5F; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#bfbfbf, #9f9f9f); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
	background: -webkit-linear-gradient(#eaeaea, #f5f5f5);
	background: linear-gradient(#eaeaea, #f5f5f5); /* Standard syntax */
}
input:focus{
	border-color: #D3D3D3;
	box-shadow: #1D6DBC 0px 0px 7px;
	outline: 0;
}
#enviar{
	width: 18%;
	height: 36px;
	margin-right: 5%;
    border-bottom: 1px solid #8a979b;
    border-right: 1px solid #8a979b;
}
.form-contacto textarea{
	font-size: 110%;
	width: 90%;
	margin-bottom: 10px;
	padding-left: 10px;
	border-top: 2px solid #5f8ebc;
	border-left: 2px solid #5f8ebc;
	border-radius: 14px;
	background: #5F5F5F; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#bfbfbf, #9f9f9f); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
	background: -webkit-linear-gradient(#eaeaea, #f5f5f5);
	background: linear-gradient(#eaeaea, #f5f5f5); /* Standard syntax */
}
textarea:focus{
	border-color: #D3D3D3;
	box-shadow: #1D6DBC 0px 0px 7px;
	outline: 0;
}
*::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #0AA5DE;
}
*:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #0AA5DE;
}
*::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #0AA5DE;
}
*:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #0AA5DE;
}
.msj{
	display: none;
    font-weight: bold;
}
#aviso-enviado{
	display: none;
    font-weight: bold;
}
#remitente{
	display: none;
    font-weight: bold;
    color: #0AA5DE;
}
/*////////////////////////////////////////////////////////////*/
/*------------------------ EXPERIENCIA ---------------------*/
/*.experiencia{
    font-family: 'Raleway', sans-serif;
    width: 100%;
    height: 70%;
    min-height: 70vh;
    max-height: 70vh;
    text-align: center;
    color: #132C65;
    position: relative;
    padding-top: 1px;
}*/

.cuadros{
    font-family: 'Raleway', sans-serif;
	float: left;
	display:inline-block;
	width:150px;
	height: 150px;
	margin: 3%;
	padding: 2em;
	font-size: 8px;
	text-align: left;
	background: #f7f7f7;
	border-radius: 0px 20px 0px 20px;
	box-shadow: 4px 4px 8px #444;
	border-top: 2px solid #5f8ebc;
	border-left: 2px solid #5f8ebc;
	border-bottom: 2px solid #787979;
	border-right: 2px solid #5f8ebc;
	overflow: hidden;
	-webkit-transition: 0.5s;
    -webkit-transition: 500ms 0ms;
    transition: 500ms 0ms;
}
.cuadros:hover {
	font-size: 14px;
    width: 300px;
	height: auto;
    min-height: 250px;
	border-radius: 20px;
}
.cuadros-conten{
	width:100%;
	height: auto;
	max-height: none;
	padding:2%;
	}
.cuadros-conten  a{
	color: #333;
}
@media (max-width: 1280px){
	footer{
		font-size: 11px;
	}
}
/*------------------------------------NOTICIAS---------------------*/
.seccion-anuncio{
	margin: 10px 0;
	padding: 10px;
	color: #132C65;;
	background: rgba(255, 255, 255, .5);
	border: 2px solid #FFFFFF;
	border-radius: 5px;
}
.anuncio-nombre{
	margin: 0;
}
.anuncio-cuerpo{
	text-align:justify; margin-top:7px;
}

thead{
    color: #FFF;
    font-weight: bolder;
    background: #5B9BD5;
}

.table-responsive td{
    border: 2px solid #FFFFFF;
}
/*---------------------------COMISIONAMIENTO Y ARRANQUE---------------------*/
.commissioning-list{
	margin-top: 20px;
	margin-left: 5px;
}

.commissioning-list li{
	margin: 5px 0px;
}

.start-list{
	margin-top: 20px;
	margin-left: 5px;
}

.start-list li{
	margin: 5px 0px;
}