/**
 * Copyright 2010 Guadaltel, S.A.
 *
 * Licensed under the EUPL, Version 1.1 or - as soon they
 * will be approved by the European Commission - subsequent
 * versions of the EUPL (the "Licence");
 * you may not use this work except in compliance with the
 * Licence.
 * You may obtain a copy of the Licence at:
 *
 * http://ec.europa.eu/idabc/eupl
 *
 * Unless required by applicable law or agreed to in
 * writing, software distributed under the Licence is
 * distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied.
 * See the Licence for the specific language governing
 * permissions and limitations under the Licence.
 */

 .logo_miet{
	position: absolute;
	left: 25px;
	top: 4px;
	width: 214px;
	height: 75px;
}

.logo_redes{
	position: absolute;
	left: 251px;
	top: 1px;
	width: 97px;
	height: 75px;
}

@media (min-width: 768px){
	.logo_sede{
		position: absolute;
		right: 25px;
		top: 26px;
		width: 258px;
		height: 42px;
	}
}

@media (max-width: 767px){
	.logo_sede{
		position: absolute;
		left: 20px;
		top: 76px;
		width: 258px;
		height: 42px;
	}
	.logo_sede img{
			width: 70%;
	}
}


#op_menu_asistente{
		margin-top: 10px !important;
}
#op_menu{
		margin-top: 12px !important;
}

/********************** BOTONES *******************/
.btn-primary {
	color: #ffffff !important;
	background-color: #D0103A !important;
	border: none !important;
	background-position: 0 0 !important;
	background-image: none !important;
	/*padding: 8px 1px 7px 17px !important;*/
}
