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

body{
background: #000 url("img/background.jpg") no-repeat fixed center top;
margin:0px auto;
width:1024px;
}
#caja1{
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFF00;
	width:300px;
	height:116px;
	background-color:#FF0000;
	z-index:10;
	top:26px;
	left:43px;
	position:absolute;
	border:2px dotted #FFFF00;
}
#caja2{
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#660066;
	width:300px;
	height:auto;
	background-color:#0099FF;
	z-index:10;
	top:132px;
	left:246px;
	position:absolute;
	border:3px solid  #00CC00;
}
#caja3{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#0000CC;
	width:260px;
	height:auto;
	background-color:#000000;
	z-index:10;
	top:250px;
	left:55px;
	position:absolute;
	border:3px dotted #33FF00;
}
#caja4{
	font:"Courier New", Courier, monospace;
	font-size:15px;
	color:#996699;
	width:260px;
	height:auto;
	background-color:#fff;
	z-index:10;
	top:436px;
	left:83px;
	position:absolute;
	border:3px dotted #FFFF00;
}
#caja5{
	font:"Courier New", Courier, monospace;
	font-size:16px;
	color:#996699;
	width:260px;
	height:auto;
	background-color:#0000CC;
	z-index:10;
	top:464px;
	left:864px;
	position:absolute;
	border:3px dotted #990066;
}
#video{
	opacity:0.5;
	top:278px;
	left:377px;
	position:absolute;
	z-index:20;
	}
#imagen{
	background: #fff url("img/love.gif") no-repeat  left top;
	width:430px;
	height:268px;
	position:absolute;
	top:7px;
	left:648px;
	z-index:10;
}
#imagen2{
	background: #fff url("img/love2.gif") no-repeat  left top;
	width:309px;
	height:316px;
	position:absolute;
	top:289px;
	left:679px;
	z-index:5;
}
