﻿/* Este es un comentario en CSS */

/* * {margin: 0; padding:0; } */
body {font-family: 'Montserrat', sans-serif; font-size: 14px; background-color: #D8D8D8;}
header {background-color: black;}

	
div #logopereira {width: 175px; height: 75px; float: left; }
div #logodriver {width: auto; height: 75px; float: right; }

.img_cabecera {
	background-image: url("../img/pereira_portada.jpg");
	background-repeat: no-repeat;
	background-size: cover; 
	height: 500px;
	width: 100%;
}

.textoh1 {
  font-size: 50px;
  color: #FFF;
  max-width: 500px;
  margin: 100px auto 20px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
  text-align: center;
}
.textoh2 {
  font-size: 20px;
  color: #FFF;
  max-width: 500px;
  margin: 0px auto 20px;
  padding-top: 5px;
  text-align: center;
}
.rrss {	text-align: center;
		display: inline-block;
		margin-right: 10px;
		width: 25px;
		height: 25px;
		}		
.centrar {text-align: center;}
.margen {margin-top:5px; margin-bottom: 5px;}
.pading {padding: 5px;}
.titular {width: 100%;
			padding-bottom: 6px;
			border-bottom: 1px solid #00B5CC;
			font-size:30px;
			display: block;}

				
/* Texto por debajo de 700px */

	@media only screen and (max-width : 768px) {
	body {font-size:12px;}
	#icologo {margin-left: 10px;}
    }
	
/* Texto por debajo de 400px */
	@media only screen and (max-width: 320px){
    body {font-size:15px;}

	}
	
	