@charset "UTF-8";
/* CSS Document */

@media (min-width: 768px) {
    #content {
        // estos estilos se aplican en tablets + desktops
    }


* {margin: 0; padding:0px;}

		p.titulo{
		text-align:center;
		font-family:Verdana, Geneva, sans-serif;
		padding-top: 15%;
		font-weight:bold;
		color:#990000;
		font-size: 1.2em;
		}
			
		 #contenido{
		 float:left;
		 background-color:#FFF;
		
		 
			}
	
	  #banner_lateral_izq{
		float:left;
		max-width:20%;
		margin-right:2%;
		
		}
		
	 #banner_lateral_dch{
		float: right;
		max-width:20%;
		margin-left:2%;
		
		
		}
	