﻿/*
Estilos del Banner
06022009
*/
.text-red{
color:#CC3300;
}
.text-black{
color:#000000;
}
#image1{
	
	background-repeat: no-repeat;
	background-position: 10px bottom;
	position:absolute;
	background-image: url('http://mediafiles.nerdsonsite.com/nerdsonsitecdn/websites/nerds_sg/animations/images/foto1.jpg');
	height:250px;
	width:375px;
	left:-9px;
}
#image2{        
	background-repeat: no-repeat;
	background-position: 10px bottom;
	position:absolute;
	background-image: url('http://mediafiles.nerdsonsite.com/nerdsonsitecdn/websites/nerds_sg/animations/images/foto2.png');
	height:250px;
	width:350px;
	left:260px;
}
#image333{        
	background-repeat: no-repeat;
	background-position: 10px bottom;
	position:absolute;
	background-image: url('http://mediafiles.nerdsonsite.com/nerdsonsitecdn/websites/nerds_sg/animations/images/foto3.jpg');
	height:250px;
	width:538px;
	left:375px;
}
#text1{
	background-repeat: no-repeat;
	position:relative;
	float: right;
	width:600px;
	top:200px;
	left:240px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}
/*fin*/