@font-face{
	font-family: fuente_1;
	font-style: normal;
	font-weight: normal;
	src: url(romance_fatal_serif_JC_Fonts.ttf);	
}

@font-face{
	font-family: fuente_2;
	font-style: normal;
	font-weight: normal;
	src: url(Mademoiselle_Camille.ttf);	
}

p.tipografia_1{
	font-family: fuente_1;
	font-size: 45px;
}

p.tipografia_2{	
	font-family: fuente_2;
	font-size: 60px;
	
}

.cajauno{
		background: orange;
		border: 1px solid #666;
		border-radius: 25px;
		color: white;
		font-family:"Arial", sans-serif;
		float: left;
		height: 100px;
		margin-left:25px;
		margin-right:25px;		
		padding: 10px;
}
	
.cajados{
		background: green;
		border: 1px solid #666;
		border-color:#FFFF00;
		border-width:thick;
		color: blue;
		font-family:"Helvetica", sans-serif;
		float: left;
		height: 100px;
		margin-left:10px;
		margin-right:10px;
		padding:10px;
		
}
	
body{
		background:#12aaf6;
}

h1,h2,h3,h4,h5,h6{
    color: blueviolet;
    font-family: sans-serif, "Trebuchet";    
}
	

