<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------HEADER-----------------*/

	/*---------header top---------*/
        #headerTopRow{
            margin-top:5px;
            margin-bottom:5px;
        }
		#headerTopRow, #SocialInformation, .socialTop, #iconWhatsapp, #banderas, #banderas a, #ContactInformation, #ContactInformation a,
		#ContactInformation a span,	#ContactInformationPhone, #ContactInformationWhatsapp, #ContactInformationEmail, #ContactInformationContact, 
		#ContactInformationLocation{
			height: 20px;
			line-height: 20px;
		}
		
		#SocialInformation{
			padding: 0px 0px 0px 0px;
		}
			#SocialInformation a.social_button{ position: relative; top: 0; }
			.socialTop{
				margin:auto;
				position: relative;
				top:0px;
			}
			.socialTop a{
				float: left;
				position: relative;
				margin: 3px 2px;    
			}
			#banderas a{
				display: inline-block;
				margin-right: 5px;
			}

            #ContactInformation{
                padding: 0;
            }
            
			#ContactInformationPhone {
				display: inline-block;
				background: url("../imgTemplate/icons/icon-phone.png") no-repeat scroll left center rgba(0, 0, 0, 0);
				text-align:left;
				font-size: 14px;    
				padding: 0 0 0 33px;
				position: relative; 
				margin: auto;
				color:#fff;
			}
			#ContactInformationPhone span{
				
			}
			
			#ContactInformationPhone a{
				display: inline-block;
				color:#fff;
				white-space: nowrap;
			}
			#ContactInformationWhatsapp {
				display: inline-block;
				background: url("../imgTemplate/icons/icon-whatsapp.png") no-repeat scroll left center rgba(0, 0, 0, 0);
				text-align:left;
				font-size: 14px;    
				padding-left: 33px;
				position: relative; 
				margin: auto;
				color:#fff;
			}
			#ContactInformationWhatsapp a{
				display: inline-block;
				color:#ffffff;
				white-space: nowrap;
			}
			/*#iconWhatsapp{
				background: url("../imgTemplate/icons/icon-whatsapp.png") no-repeat scroll left center rgba(0, 0, 0, 0);
				padding-left: 33px;
			}*/
			#ContactInformationEmail{
				background: url("../imgTemplate/icons/icon-mail.png") left center no-repeat rgba(0, 0, 0, 0);
				text-align:left;
				font-size: 14px;    
				padding: 0 0 0 30px;
				position: relative; 
				margin: auto;   
				display: inline-block;
				color:#fff;	
			}

			
			#ContactInformationContact {
				background: url("../imgTemplate/icons/icon-contact.png") left center no-repeat rgba(0, 0, 0, 0);
				text-align:left;
				font-size: 14px;    
				padding: 0 0 0 33px;
				position: relative; 
				margin: auto;   
				display: inline-block;
				color: #fff;
				/* font-weight: bold; */
			}
			#ContactInformationContact span{
				padding-right: 35px;
			}
			#ContactInformationContact span.ObjNormal{
				padding-right: 35px;
				text-decoration: underline;
			}
			
			#ContactInformationLocation{
				background: url("../imgTemplate/icons/icon-location.png") left center no-repeat rgba(0, 0, 0, 0);
				text-align:left;
				font-size: 14px;    
				padding: 0 0 0 33px;
				position: relative; 
				margin: auto;   
				display: inline-block;
				color:#fff;	
			}
			#ContactInformationLocation span{
				padding-right: 35px;
			}

            #ContactInformationPhone,
            #ContactInformationWhatsapp,
            #ContactInformationEmail,
            #ContactInformationContact, 
            #ContactInformationLocation{
                display: inline-block;
                text-align: left;
                font-size: 13px;
                padding: 0px 10px 0 30px;
                position: relative;
                margin: auto;
                color: #666;
            }
            
			@media screen and (max-width: 767px){
					#ContactInformationPhone span{
						padding-right: 0px;
					}
					#ContactInformationEmail span{
						padding-right: 0px;
					}
					#ContactInformationContact span{
						padding-right: 0px;
					}
					#ContactInformationLocation span{
						padding-right: 0px;
					}
				
				
				
			}
			
	/*---------header middle---------*/
		#logoCabecera{    
			position: relative;
			margin:auto;
			max-width: 100%;
			text-align: center;
		}
		
		/* REUTILIZAR SI ES NECESARIO */
			/*#ContactInformationHeader {
				position: relative;
				margin:auto;
				top:15px;
			}
			#ContactInformationHeader .ContactInformationTitle {
				color: #21A4E2;
				font-size: 12px;
				font-weight: normal;
				position: relative;
				text-align: center;
				padding:5px 0;
			}
			#ContactInformationHeader .ContactInformationPhone {
				color: #21A4E2;
				font-size: 22px;
				font-weight: bold;
				position: relative;
				text-align: center;
			}*/
			/*
			#HeaderContact{
				background: url("../imgTemplate/icon-telephone.png") center left no-repeat;
				position: relative;
				top: 22px;
				height: 68px;
				}
				#HeaderContact .row-fluid{
				text-align: left;
				padding-left: 29px;
				color: #838383;
				}
				#HeaderContact .row-fluid #phone{ 
				font-size: 2em;
				}
				#HeaderContact .row-fluid #email{ 
				font-size: 1.3em;
			}*/
		
		.SearchBox {

		}
		.SearchBoxInput {
            outline: none;
            background: transparent;
            color: #333;
            border: none;
            max-width: 100%;
            width:100%;
            padding-right: 30px;
            font-size:13px;
		}
		
		.SearchBoxInput::placeholder{
			color:#333;
		}
		
		
		.SearchBoxButton {
			border: medium none;
			margin: 0;
			padding: 0;
			transform: translateY(-5px);
			width:auto;
            position: absolute;
            right: 0;
            top: 0;
		}
		
		
		#BoxSearchMovil{
			display:none;
		}
	
	/*---------header bottom---------*/
		#menu{
			    margin: 55px 0;
		}
		
		
		@media screen and (max-width: 700px){
			
			.on-xs-pull-right{
				float:right;
			}
			.pull-right.on-xs-pull-none{
				float:none!important;
			}
			
		}</pre></body></html>