* {
	margin: 0;
	padding: 0;
}

a {
text-decoration: none;
outline:0;
border:0;
}
img{
	border:0;
	}

body {
background: #595959;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
}
.logo{
	width:270px;
	height:180px;
	float:left;
	}
.margin{
	margin-left:25px;
		}
.logo p{
	margin:8px 0 0 0;
	
	}
.titulo{
text-align:center;
color:#5b000a;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.num{
font-weight:bold;
}
	
a:hover {
text-decoration: underline;
text-decoration:none;

}

#wrap{
	margin: 50px auto;
	width: 885px;
	background:url(imagenes/fondo2.png) no-repeat center;
	height:525px;
	padding:60px 30px 30px;
	
}

#tittle{
	color:#5b000a;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	height:180px;
	margin:10px auto 0 auto;
	width:845px;
	}
#center{
	margin:20px auto;
	width:450px;
	height:225px;
	}
#cde{
	margin:0 30px 0 0;	
	}
.box{
	width:200px;
	height:200px;

	float:left;
	margin:auto;
	}

.box:hover img{
	border:solid 3px #5b000a;
	}

.box:hover p{
	color:#5b000a;
	font-weight:bold;
}
.box img{
	margin:10px 15px 0 15px;
	border:solid 3px #FFF;
	}
	


.box p{
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:15px;

	}

#fot{
	clear:both;
	text-align:center;
	color:#5b000a;
}
#fot p{
	line-height:20px;
	font-size:13px;
	
	}
