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

body{
	
	background-position: top center;
	background-color:#FFF;
	margin-top: 0px;
}

main{
	width: 960px;
	height: 620px;
	margin: 0 auto;
   
}

footer{
	background-color:#333;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 0.8rem;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 8px;
    clear: both;
    margin-bottom: 16px;
}
	
	



/* index */

header{
position:relative;	
	}
#logodgpc {
	position:absolute;
	top: 8px;
	left: 15px;
	background-color: #Fff;
	width: 125px;
	height:64px;
	
}

nav ul{
	height: 17px;
	width: 912px;
	padding-left: 47px;
	padding-top: 5px;
	border: thin solid #FF5757;
	margin-top: 10px;
}

nav li{ 
    display: inline-block; 
	
}


nav ul li a{
	
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
	font-weight: bold;
    font-size: 12pt;
    color: #800000;
    display: block;
	padding: 0px 5px;
	width: 95px;
	
     
}

nav ul li a:hover{
    color: #000;
	background-color:#FC0;

}

#listaderecha{
	float:left;
	width: 300px;
	margin-left: 200px;
	margin-top:25px;
	
	}




#logofadu{
	float:right;
	margin-right: 10px;
	margin-top:7px;
	
}


/* fin index */


/* carta */

#titulocarta {
	float:left;
	margin-left: 220px;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	color:#800000;
	font-weight:bold;
	margin-top:9px;
	
}

#subrayado{
	float:left;
	margin-top:-19px;
}
	


#bajadacarta{
	float:left;
	margin-left: 220px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
	width: 500px;
}

#botondacarta {
	float:right;
	margin-right: 250px;
	background-color:  #800000;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
	color: #fff;
	width: 85px;
	height: 45px;
	text-align:center;
	}

  

	#botondacarta a{
    display: block;
    margin-top: 15px;
    text-decoration: none;
    color: white;
    }
	
#botondacarta :hover{
	background-color:  #000;
	 
	color: #fff;
}
/* fin carta */	




	
