/* CSS Document */
*{margin:0; padding:0;}
body {text-align:center; background:#7B7273 url(../images/fondo_base.gif) center repeat-y;; font-family:Arial, Helvetica, sans-serif; }
.contenedor {margin:auto; width:1000px; text-align:center;}
.cabecera { margin:auto; width:950px; background:url(../images/cabecera1.jpg) top no-repeat; height:198px;}
.cabecera h1 {display:none;}
.menu { background:url(../images/muesca_menu.gif) repeat-x; width:950px; height:27px; margin:auto; text-align:left;}
.menu a {line-height:27px; text-decoration:none; color:#666666; padding:4px; font-weight:bold;}
.menu a:hover {color:#FFFFFF;}
.menu img {vertical-align:middle;}
.principal { width:1000px; background:url(../images/fondo_1.jpg) bottom center no-repeat; height:400px;}
.principal .texto {width:400px; float:left; margin:0px 40px 10px 100px; text-align:justify;
//margin-left:50px;}
.principal .texto h1 {color:#F18A00; margin:20px 0;}

.clearfloat {clear:both;}

#album {width:400px; float:left; margin:50px 10px 10px 10px;}
#album img {border:none; vertical-align:middle; }
#album .botones { font-weight:bold; color:#666666; line-height:16px; vertical-align:middle; 
		margin:10px; text-align:left;}

		


