@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);

body{  
    font-family: 'Oswald', sans-serif; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    }
	
html { 
  background: url(fondo.svg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header{ 
    padding-left: 25px;
    padding-right: 25px;
}


#logo{
	display: block;
	text-align:center;
	width: 100%;
}


#pagina{
	max-width: 1024px;
	width: 100%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
    
}

#botonera{
	list-style: none;
	padding-left: 290px;
	display: block;
    
}



header nav ul {
	/*float: left;
	margin-left: 20px;*/
    list-style: none;
    margin-top: 10px;
    padding:0px;
}

.tituloP {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: rgb(53, 120, 137);
    line-height: 40px;
	font-weight: 500;
	
}


.titulo {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #333;
    line-height: 40px;
	font-weight: 700;
	
	
}

article {
	clear: both; 
}

header nav ul li a{
	background-color: rgb(21, 32, 84);
	width: 100%;
    display: block;
    line-height: 18pt;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
	color: #CCC;  
	text-decoration: none;
    text-align: center;
        
}

header nav ul li a:hover{
	background-color: rgb(254, 245, 167);
	width: 100%;
    display: block;
    line-height: 18pt;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
	color: rgb(21,32,84);  
	text-decoration: none;
    text-align: center;
    font-weight: bold;
        
}

.seleccionado{
	background-color: rgb(254, 245, 167);
	width: 100%;
    display: block;
    line-height: 18pt;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
	color: rgb(21, 32, 84);  
	text-decoration: none;
    text-align: center;
    font-weight: bold;
        
}


#pagina article #logo ul {
	list-style: none;
	text-align: center;
	display: block;
	
	
}

#pagina article #logo a{
	color: rgb(21, 32, 84);
	text-decoration: none;
	display: block;
	text-align: left;
	width: 200px;
	margin-left: 350px;
	vertical-align:middle;
	
}

#pagina article #logo ul li{
	float: left;
	
}



#links{
	padding-left: 250px;
	padding-top: 10px;
    float: left
    
}

#links2{
	list-style: none;
	padding-left: 96px;
    display: block;
	float:left;
    
}

#links3{
	list-style: none;
	float:left;
    
}

#carta{
	
	padding-top: 50px;
	padding-bottom: -50px;
    
}


#pagina article #carta table td{
	font-size: 14px;
    font-family: 'Oswald', sans-serif;
	padding-left: 25px;
}



footer {
	padding-top: 2px;
	width: 700px;
	margin:auto;

}

#footer2 {
	padding-top: 50px;
	width: 700px;
	margin:auto;

}

footer p {
	font-size: 12px;
	line-height: 16px;
	color: rgb(53, 120, 137);
	clear: both;
    padding-left: 32px;
	text-align: center;

}

footer p.logos-footer {
	height: 40px;
	width: 220px;
	margin: auto;
	display: table;
	margin-bottom: 6px;
}

footer p .logo-dgpc, footer p .logo-fadu {
	display: block;
	text-indent: -9000px;
	width: 81px;
	height: 40px;
	background: url(logo.svg) no-repeat;
	margin-bottom: 10px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

footer p .logo-fadu {
	background: url(logofadu.svg) no-repeat;
	width: 124px;
	margin-right: 0;
}

footer p .logo-dgpc:hover, footer p .logo-fadu:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

footer ul.colores {
	list-style-type: none;
	padding: 0;
	margin:auto;
	width: 80px;
	height: 12px;
	margin-top: 16px;
}

footer ul.colores li {
	width: 12px;
	height: 12px;
	padding: 0;
	margin: 0 2px;
	float: left;
	-webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}


@media all and (min-width:641px){
	 
    header nav ul li a{
	background-color: rgb(57, 109, 121);
	width: 18%;
    line-height: 18pt;
    display: block;
    float: left;
    font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-size: 16px;
    font-weight: 400;
	color: rgb(254, 245, 167);
	text-decoration: none;
    text-align: center;
    margin-right: 2%;
	text-transform: uppercase;
        
}
    header nav ul li a:hover{
	background-color: rgb(254, 245, 167);
	width: 18%;
    display: block;
    float: left;
    line-height: 18pt;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	color: rgb(21, 32, 84);  
	text-decoration: none;
    text-align: center;
    font-weight: 400;
    margin-right: 2%;
	text-transform: uppercase;
        
}




	
}

    