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

body{
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	outline-style:none;
	outline:none;
	background-image:url(imgs/repetir.jpg);
	background-repeat:repeat-x;
	background-color:#2b2a2f;
}

#content{
	background-image:url(imgs/fondo.jpg);
	width:1026px;
	height:732px;
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:0px;
	
}

#texto{
	text-align:center;
	padding-top:470px;
	color:#FFF;

	
}

#contacto{
	padding-top:170px;
	text-align:center;
	color:#FFF;
	font-size:13px;
}

#contacto a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

#contacto a:hover{
	text-decoration:underline;
}




