/* CSS Document */

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form, small {
 margin: 0;
 padding: 0;
 color: #fff;
 background-color: #CC66FF;
 margin: 0  auto;
 width: 652px;
 vertical-align: top;
}
body{
 font-family: Arial, Helvetica, Georgia, Sans-Serif;
 font-size: 12px;
 text-align: center;
 vertical-align: top;
 background: #000000;
 color: #000;
 background-color: #000000;
}

h3{
 font-size: 14px;
}

a{
 text-decoration: none;
 color: #fff;
}
a:hover{
 text-decoration: underline;
}
a img{
 border: 0;
}

blockquote{
 margin: 10px 0 0;
 background: #f8f8f8;
 border: 1px solid #b6b6b6;
}
blockquote p{ 
 padding: 10px; 
}
blockquote blockquote{
 margin: 10px;
 background: #efefef;
}

#container {
 margin: 0  auto;
 width: 652px;
 text-align: center;
 vertical-align: top;
 background: #CC66FF;
 color: #000;
 border-right: 3px solid #000000;
 border-left: 3px solid #000000;
 background-color: #CC66FF;
}

#page{
 padding: 10px;
 background-color: #CC66FF;
}

#fondo {
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#fondo2 {
	background-image: url(images/fondo2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
