#main {
	margin: -20px auto 0 auto;
	height: 600px;
	width: 800px; 
	background-color:black;	
	color: white;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

#principal {
	width: 100%;
	margin-top: 30px; 
	background-color: #000000;
	background-image: url(../imagenes/fondobrotons.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	height:500px;
}

.logobrotons{
	margin-top:160px;
}

#enlaces {
	width: 100%;
	padding-top:10px;
	margin-top: 100px;
}

#enlaces a {
	margin-right: 20px;
}
#fotos {
	float:right;
	height:600px;
	width:280px;
	background-color:black;
	text-align:left;
}

#texto {
	float:left;
	width:470px;
	height:600px;
	color: white;
	background-color:black;
}

#block {
	clear:both;
}

.img_index {
	float:left;
	border:0px;
}
.logo {
	padding-top :210px;
	padding-left:50px;
	line-height:16px;
	border:0px;
}

.text_es { 
    padding-left:124px;
	text-align:justify;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
       color:white;
	line-height:16px;
}
.text_en { 
    padding-left:124px;
	text-align:justify;
	font-family:Arial;
	font-size:11px;
	line-height:16px;
	color:#999999;
	font-weight:bold;
}
.img_link {
	border:0px;
	text-decoration:none;	
}
.sec_link {
	/*border:1px solid white;*/
	text-decoration:none;	
	padding-left:10px;
	padding-top:10px;
	vertical-align:middle;
}




.link_en {
	text-decoration:none;
	color:white;
}

.link_es {
	text-decoration:none;
	color:#999999;
}

#flashcontent {
	padding:40px;
	height: 350px;
}
.footer {
	padding-top: 120px;
	height:10px;
}

