/* CSS Document */
	
body{
margin:0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
background: #000 url('img/bg.jpg');
background-repeat:repeat-x;
	}
	
/*quita el borde de las imagenes*/
*img{
border:none; 
outline:0px;
	}
	
/*quita el borde punteado de los enlaces*/
a:focus {
outline:0px;
}	

.clear {
clear:both;
}	

/*#home_site {
text-align:center;
width:800px;
margin:150px auto 0 auto;
}	

.logo_home{
margin-bottom:127px;
}

.home_buttons{
margin-bottom:180px;
}*/

#site {
text-align:center;
width:1000px;
margin:20px auto 0 auto;
	background-image:url(../img/bg_medium.jpg);
	background-repeat:repeat-x;
	border-top: 4px solid #262626;
	border-left:4px solid #1e1e1e;
	border-right:4px solid #1e1e1e;
	border-bottom: 4px solid #262626;
		}	


.logo{
margin-bottom:51px;
}


.buttons{
padding-top:5px;/*25px*/
border-bottom:2px solid #161616;
margin-bottom:3px; /*10px*/
}

.content{
width:100%;
margin-bottom:15px;
		/*background-image:url(img/bg_medium.jpg);
		background-repeat:repeat-x;
		border-top: 4px solid #262626;
		border-left:4px solid #1e1e1e;
		border-right:4px solid #1e1e1e;
		border-top: 4px solid #262626;
		border-left:4px solid #1e1e1e;
		border-right:4px solid #1e1e1e;
		border-bottom:4px solid #0F0F0F;
		background-image:url(../img/bg_medium.jpg);
		background-repeat:repeat-x;*/
			}

.title{
float:left;
margin-left:25px;
margin-top:40px;/*10px*/
}

.paragraph{
float:left;
margin:0 15px 0 30px;
padding-right:45px;
width:555px;
text-align:left;
	/*	float:left;
		margin:30px 15px 0 30px;
		padding-right:45px;
		width:555px;
		color:#A1A1A1;
		font-size:12px;
		line-height:20px;
		text-align:left;*/
		}

/*.picture{
float:left;
margin-top:-35px;
}

.gallery {
margin:50px 0 15px 0;
}

.gallery img{
margin-right:15px;
}
.thumbnail img{
border:1px solid #333333;
}

#control {
	position:absolute;
	left:1051px;
	top:645px;
	width:11px;
	height:11px;
	z-index:1;
	border:none;
}

.footer{
font-size:12px;
color:#575757;
text-align:center;
}

.footer a, .footer a:link, .footer a:visited{
color:#575757;
text-decoration:none;
	}
	
	.footer a:hover{
	color:#575757;
text-decoration:underline;
	}*/
	
	
.footer{
font-size:12px;
color:#575757;
text-align:center;
margin:15px 0 25px 0;
}

.footer a, .footer a:link, .footer a:visited{
color:#575757;
text-decoration:none;
	}
	
	.footer a:hover{
	color:#575757;
text-decoration:underline;
	}