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

BODY{
background-color:#000000;
color:#999999; font-family:Arial, Helvetica, sans-serif; font-size:8px;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


#contenedor{
height:550px;
width:850px;
margin:auto;
margin-top:10px;
}

#izquierda{
height:550px;
width:100px;
float:left;
position:relative;
left:0;
background-image:url(images/floral02.jpg); background-repeat:no-repeat;
}

/*#bordeflash{
background-image:url(images/bordeflash.jpg); background-position:left; background-repeat:no-repeat;
width:670px; height:520px;
float:left;
position:relative;
top:15px;
}*/
#centro{
height:500px;
width:650px;
float:left;
position:relative;
top:25px;
}
#derecha{
height:550px;
width:100px;
float:left;
position:relative;
background-image:url(images/floral01.jpg); background-repeat:no-repeat;
}

#intro{
font-size:11px;
margin:auto;
margin-top:100px;
}

#pie{
position:absolute;
bottom:0px;
width:100%;
height:15px;
/*border-top:#999999 ridge 1px;*/
text-align:center;
}