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

/*---------------------------------CABECERA----------------------------------*/

* {
	padding: 0;
	margin: 0;
}

body {
	width: 100%;
	font-family: roboto;
}
.divrelativo {
	position: relative;
}
.container {
	width: 100%;
	margin: auto;
	display: table;
	max-width: 1400px;
}
#botonblog {
	color: white;
	text-decoration: none;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}

#blogd {
	text-align: center;
	padding: 10px;
	background-color: #0095c3;
	float: right;
	margin-top: 60px;
	margin-right: 15px;
	padding: 20px;
	background-color: #0095c3;
}

.logosgrupo {
	float: right;
}

.logosgrupo:hover {
	opacity: 50%;
}

.imagengrupos {
	width: 90px;
	padding: 19px;
	margin-left: 20px;
	float: left;
	margin-top: 35px;
}

#alumnoparti
{
	width: 150px;
}	

@media screen and (max-width: 850px) {
	.logosgrupo {
		float: left;
		width: 33%;
		text-align: center;
	}
	.logosgrupo img {
		margin-top: 0px !important;
		float: none;
	}
	
	#alumnoparti{
	    width: 270px;
	}
	
	.boletin .btnsub{
	display: block;
    margin: 0 auto;
    margin-top: 10px;
    width: 270px;
	
	}
}
.enlaceh3 {
	color: #424a52;
	text-decoration: none;
}

/*-----HEADER INFORMATIVO----------*/
#headerinfo {
	font-size: 16px;
	color: #656363;
	position: fixed;
	width: 100%;
	background-color: #ffffffe8;
	z-index: 100000;
}

#headerinfo i {
	margin-left: 20px;
	margin-right: 5px;
}

#headerinfoizq {
	float: left;
	padding: 10px 0;
}

#headerinfoder {
	float: right;
	padding: 10px 0;
	margin-right: 20px;
}

#rs {
	width: 100%;
	position: fixed;
	text-align: center;
	margin: 0 auto;
	position: fixed;
	padding: 5px;
	right: 0;
	left: 0;
}

#divlogo {
	width: auto;
}

/*---------FIN HEADER INFORMATIVO--------------*/

header {
	display: inline;
	width: 100%;
	height: 120px;
	background: #fff;
	background: -webkit-linear-gradient(top,#fff 1%,#e9e8e8 100%);
	background: linear-gradient(to bottom,#fff 1%,#e9e8e8 100%);
}

/*----------------DIV BOLETIN-------------*/
#privacidad {
	color: white;
	margin: 20px 0;
}

#privacidad a {
	color: white;
}

#chkc {
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
}
/*-------------FIN DIV BOLETIN-------------*/

/*----------------FOOTER------------------
 footer{	text-align: center; padding: 30px; background-color: #088291; color: white;}
 footer a{color:white; margin: 5px;} */

footer {
	text-align: center;
	padding: 30px;
	background-color: #002e5f;
	color: white;
}

footer h2 {
	margin: 10px 0;
}

footer .column {
	text-align: left;
	font-weight: normal;
}

footer img {
	margin-bottom: -4px;
	margin-right: 5px;
	margin-top: 10px;
}

footer li {
	list-style-type: none;
}

#derechos {
	font-size: 13px;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background-color: #0095c3;
	color: white;
}

.menuf li:before {
	font-family: "FontAwesome";
	content: "\f054";
	display: block;
	float: left;
	width: 1.2em;
	color: #0095c3;
}

.menuf li {
	padding-bottom: 10px;
}

.menuf li a {
	font-weight: normal;
}

.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}

.column {
	flex: 1;
	margin: 2px;
	padding: 10px;&:first-child {
	margin-left: 0;
}&
:last-child {
	margin-right: 0;
}}

@media screen and (max-width: 980px) {
	.columns .column {
		margin-bottom: 5px;
		flex-basis: 40%;&:nth-last-child(2) {
		margin-right: 0;
	}&
	:last-child {
		flex-basis: 100%;
		margin: 0;
	}
}}

@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}

/*---------------------IMAGENES CENTRALES WEB------------------*/
.imgzoomb img {
	width: 100%;
}

.imgm {
	display: none;
}

.imgzoomb:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}

.imgzoomb img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.bannergris100 {
	width: 100%;
	background-color: #f2eded;
}

#h1index {
	color: #424A52;
	text-align: center;
	padding: 25px;
}

.cold {
	width: 40%;
	float: left;
	min-width: 574px;
	padding: 14px;
	padding: 1%;
	background-color: #FFFFFF;
	margin-bottom: 1%;
	height: 340px;
	color: #424A52;
	position: relative;
}

.cd {
	margin-left: 7%;
	margin-right: 1%
}

.ci {
	margin-right: 6%;
}

.cold h2 {
	margin: 0 0 20px 0;
}

.botoncold {
	display: inline-block;
	margin: 20px 0 0;
	padding: 12px;
	clear: both;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #727271;
}

.bider {
	position: absolute;
	bottom: 25px;
	right: 25px;
}

.biizq {
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.textocol {
	width: 45%;
	padding: 15px;
	float: left;
}

.textocolde {
	width: 45%;
	padding: 15px;
	float: right;
}

.imagenbanner {
	width: 146px;
	padding: 19px;
	margin-left: 20px;
	float: left;
	margin-top: 35px;
}

.imgzoomb {
	width: 265px;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 15px;
	top: 15px;
}

.imgcolder {
	right: 15px;
	top: 15px;
	left: auto;
}

/*----------------------------------------------------------------------------------*/
.ocupacionesimg {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.textoocupacionesimg {
	position: absolute;
	top: 10%;
	left: 5%;
	color: white;
	font-size: 1.8em;
}

.botonocupacionesi {
	background-color: transparent;
	border: solid 1px;
	display: inline-block;
	margin: 20px 0 0;
	padding: 12px 50px;
	clear: both;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.botonocupacionesi:hover {
	background-color: white;
	color: #025669;
	border: 0;
}

.imgpc {
	display: block;
}
.imgm {
	display: none;
}
.formulariocontacto {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 35%;
	font-size: 16px;
	font-weight: 100;
	line-height: 23px;
	color: #222222;
	-webkit-font-smoothing: antialiased;
}
.formulariocontacto .inputn {
	font-family: 'Roboto', sans-serif;
	border-radius: 0;
	padding: 12px 12px 10px !important;
	width: 100%;
	border: 1px solid #e3e3e3;
	color: #777;
	background-color: rgba(0,0,0,.05);
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	outline: 0;
	position: relative;
	z-index: 9;
	margin-bottom: 5px;
}

.formulariocontacto h3{
	line-height: initial;
}

.dossieres {
	padding: 13px 0;
	background-color: #0095c3;
	margin-bottom: 10px;
	color: white;
	text-align: center;
	width: 175px;
}

.dossieres a {
	text-decoration: none;
	color: white !important;
}

/*-------------------------3IMAGENES-------------------------*/
.imgflotantes3 {
	width: 100%;
}
.img33 {
	width: 33.33%;
	float: left;
	position: relative;
}

.img33:hover {
	opacity: 0.8;
}

.txtcentrado {
	position: absolute;
	top: 10px;
	left: 5%;
	font-size: 28px;
	color: white;
}

.imgmovil {
	display: none;
}

@media screen and (max-width: 1000px) {
	.txtcentrado {
		font-size: 25px;
	}
}

@media screen and (max-width: 850px) {
	.imgpc {
		display: none;
	}
	.imgmovil {
		display: block;
	}
	.img33 {
		width: 100%;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 600px) {
	.txtcentrado {
		font-size: 20px;
	}
	.txtcentrado h3 {
		display: inline;
	}
	.del {
		display: none;
	}

}

/*-------------------------FORMULARIO DE CONTACTO-------------------------*/

/*-------------------------FORMULARIO DE CONTACTO-------------------------*/
.formulariocontacto textarea {
	margin-bottom: 0px;
	height: 100px;
}
.formulariocontacto textarea:hover {
	background-color: #0096881c;
}
.formulariocontacto input:hover {
	background-color: #0096881c;
}
.formulariocontacto .btnsub {
	background-color: #727271;
	width: 40%;
	padding: 12px 12px 10px !important;
}
.formulariocontacto .btnsub:hover {
	background-color: #a0a09d;
}
.formulariocontacto h3 {
	margin-bottom: 15px;
	color: #727271;
	font-size: 35px;
}

.textwidget {
	text-align: center;
	margin: 50px 0;
}

#parrafopolitica {
	margin-bottom: 10px;
	clear: both;
}

@media screen and (max-width: 1500px) {
	.formulariocontacto {
		width: 90%;
	}
	.formulariocontacto  .inputn {
		width: 25%;
		float: left;
		background-color: #ffffffbf;
		margin-right: 10px;
	}
	.formulariocontacto  .inputnombre {
		width: 25%;
	}
	.formulariocontacto  textarea {
		width: 60% !important;
	}
	.formulariocontacto .btnsub {
		width: 60%;
	}
	#imgcontacto{
		opacity: 0.3;
	};
}

@media screen and (max-width: 850px) {
	.formulariocontacto {
		width: 85%;
		position: relative;
		text-align: center;
	}
	.formulariocontacto  .inputn {
		width: 100%;
		background-color: #ffffffbf;
		margin-right: 10px;
	}
	.formulariocontacto  textarea {
		width: 100% !important;
	}
	.formulariocontacto .btnsub {
		width: 200px;
		clear: both;
	}
	#penviar {
		text-align: left;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1400px) {
	.imgpc {
		display: block;

	}
	.imgm {
		display: none;
	}

	.textoocupacionesimg {
		font-size: 1.3em;
	}
	.botonocupacionesi {
		font-size: 15px;
		padding: 8px 40px;
	}

}

@media screen and (max-width: 850px) {
	.imgpc {
		display: none;
	}
	/*.imgm{display:block;}*/
	.textoocupacionesimg {
		font-size: 1em;
	}
}

/*---------------------------------FIN CONTACTO---------------------------/

 /*SUBSCRIBIRSE AL BOLETIN*/
.boletin {
	background-color: #002e5fe0;
	text-align: center;
	padding: 1%;
}

.boletin h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	margin-bottom: 1%;
}

.cajanew {
	background-color: #86a2ab;
	color: #ffffff;
	border-style: none;
	padding: 0 10px;
	border-radius: 2px;
	height: 36px;
	width: 340px;
}

.btnsub {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 7px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-color: #0095c3;
	color: white;
}

/*----------------------ORDENADOR RESOLUCION MEDIA----------------------*/
@media screen and (max-width: 1417px) {
	.cd {
		margin-left: 4%;
		margin-right: 1%
	}
	.ci {
		margin-right: 3%;
	}
}

@media screen and (max-width: 1320px) {
	.cd {
		margin-left: 2%;
	}
	.ci {
		margin-right: 1%;
	}
}

@media screen and (max-width: 1270px) {
	.cold {
		min-width: auto;
		width: 45%;
		font-size: 14px;
		height: 333px;
	}
	.cd {
		margin-left: 2%;
	}
	.ci {
		margin-right: 1%;
	}
	.textocolde {
		width: 45%;
	}
	.imgzoomb {
		width: 44%;
	}
			.textareai{
			height: 30px !important;
	}
}

@media screen and (max-width: 850px) {
	#divlogo {
		width: 100%;
		text-align: center;
	}
	#blogd {
		width: 100%;
		clear: both;
		text-align: center;
		padding: 10px;
		margin: 0px;
	}
	.imagenbanner {
		float: none;
	}
	#h1index {
		font-size: 12PX;
	}
	.formulariocontacto h3 {
		font-size: 24px;
	}
	.imgzoomb {
		width: 20%;
	}
	.cold {
		width: 94%;
		height: 250px;
	}
	.textocolde {
		width: 70%;
	}
	.ci {
		margin-left: 2%;
	}
	.cd .textocol {
		width: 70%;
	}
	.ci .textocol {
		width: 70%;
	}
	.boletin h3 {
		margin: 3%;
		font-size: 16px;
	}
	.cajanew {
		margin-top: 11px;
    	width: 250px;
	}
	.cold h2 {
		margin: 0px 0 8px 0;
	}
	.cold {
		width: 94%;
		height: auto;
		min-height: 215px;
	}



}

@media screen and (max-width: 550px) {

	.banner{
		display:none;
	}
	.cold {
		width: 94%;
		height: auto;
		min-height: 200px;
	}

	.imgzoomb {
		width: 30%;
	}

	.textocolde {
		width: 56%;
	}

	.cold {
		width: 94%;
		height: auto;
	}

	.ci .textocol {
		width: 56%;
	}

	.cd .textocol {
		width: 56%;
	}

	.bider {
		display: none;
	}

	.biizq {
		display: none;
	}
}

