﻿#logo {
			display: block;
			margin: 15px auto 50px auto;
			text-align: center;
			width: 200px; height: 63px;
		}

#container 
		{
		    /*background: url(../images/fondo1.png) no-repeat;*/		    
		    margin: 0 auto;
		    /*width: 1000px;*/
			height: 530px;
			padding-top: 1px;
			margin-top: 30px;
			
		}
    #footer
	    {
		   margin: 0 auto;
		   margin-top: 150px;
	        }
		 #logo img
		 {
		  width: 200px;
		  height: 100px;
		  }

         h2 {
			color: red;
			font-size: 34px;
			font-weight: bold;
			margin:0 auto;
			margin-top: 150px;

			text-align: center;
		}
         a {
			text-decoration: none;
		}
         p {
			color: #0d58ac;
			font-size: 16px;
			font-weight: bold;
			text-align: center;
		}