@import url("reset.css");
@import url("fuentes.css");


body {	
	background: #E9E9E9;
	font-family:Arial, Helvetica, Sans-serif;
}

a {text-decoration:none; color:#fff;}


/*Empecemos despues del header propiedades principales*/


#wrap {
	width:960px;
	margin:auto;
	clear:both;
}	
	
	
#main {
	width:100%;
	margin:80px 0px 0px 0px;
	float:left;
		background:#FE2E2E;
	font-size:14px;

	}




#contenido{
	width:930px;
	height:490px;
	float:left;
	background:#F5F5F5;
	padding:10px;
	margin:30px 5px 0px 5px;
}




#mensaje h2{
width:100%;
	
	text-align:center;
	font-size:20px;
padding-top:30px;	
padding-bottom:20px;
text-decoration:underline;
}
#mensaje p{
width:100%;
	
	text-align:center;
	font-size:14px;
	margin:10px 0px 10px 0px;
}

	/*fin enlaces h2*/
	
#volver{
width:100px;
height:50px;
margin:60px 0px 0px 415px;
background:#4d78b3;

border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	
text-align:center;
}

#volver h6{
font-family:Arial, Helvetica, Sans-serif;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:20px;

margin:8px 10px 0px 5px;
}

	
#volver:hover{
background: #46793a; /* Old browsers */
	background: -moz-linear-gradient(top,  #46793a 0%, #2d4c1e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46793a), color-stop(100%,#2d4c1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #46793a 0%,#2d4c1e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #46793a 0%,#2d4c1e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #46793a 0%,#2d4c1e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #46793a 0%,#2d4c1e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46793a', endColorstr='#2d4c1e',GradientType=0 ); /* IE6-9 */

	color:fff;
	
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
	

	