body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	background-color: #FFF;
}
img{
	border: none;
}
div#container {
	padding: 20px;
}
h2{
	color: #700d27;
}
#wrapper{
	width: 1020px;
	margin: auto;
}
#header{
	margin: auto;
	padding: 0;
}
#content{
	background-color: #92181c;
	color: #660000;
	margin: 0px;
}
#sub_content{
	background-color: #043857;
}
#sections{
	background-color: #92181c;
	color: #660000;
	margin: 0px;
}
#menu_cont{
	margin: auto auto auto auto;
	width: 1020px;
}
#menu{
	background-image: url('../images/menu_back.jpg');
	width: 1020px;
	height: 43px;
	padding-right: 50px;
	text-align: right;
	background-color: #92181c;
	display: table-cell;
	vertical-align: middle;
}
#menu ul li{
	 display: inline;  
}
#menu ul li a:link{
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:hover{
	color: #ff8c00;
	text-decoration: none;
}
#menu ul li a:visited{
	color: #FFF;
	text-decoration: none;
}
/*Menues PHP*/
.menu_left{
	float: left;
	text-align: center;
	width: 45%;
	margin:25px;
}
.menu_right{
	float: right;
	text-align: center;
	margin:25px;
	width: 45%;
}
.menu_left img{
	border: none;
}
.menu_right img{
	border: none;
}
/* Pages */
#block_text{
	background-color: #fff;
	color: #660000;
	text-align: left;
	font-size: 9pt;
	width: 45%;
	margin:35px 10px 35px 35px;
	padding: 5px;
	float: left;
	border.radius: 8px;
 	-moz-border-radius:10px;
 	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);
}
#block_text img{
	border: none;
}
#block_text a, a:hover{
	color: #666;
	text-decoration: none;
}
#block_text a:visited{
	color: #666;
	text-decoration: none;
}
#slideshow{
	background-color: #000;
	width: 45%;
	margin:35px 35px 35px 10px;;
	float: right;
	border.radius: 8px;
 	-moz-border-radius:10px;
 	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);
}
.map_google{
	margin:5px;
	border.radius: 8px;
 	-moz-border-radius:10px;
 	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);
}
#sub_content{
	background: url(../images/footer_back.jpg) repeat;
	height: 300px;
	color: #FFF;
	padding: 0px;
	margin-bottom: 0px;
}
.sub{
	float: left;
	width: 28%;
	margin: 10px 20px;
	padding: 5px;
}
.sub_right{
	float: right;
	width: 280px;
	margin:10px 20px;
	padding:5px;
}
.sub_sup{
	min-height: 50px;
}
.sub_middle{
	min-height: 150px;
}
.sub_bot{
	min-height: 50px;
}
.sub_table{
	font-size: 10px;
	background-color: #ad1e21;
	padding: 15px;
	border.radius: 8px;
 	-moz-border-radius:10px;
 	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);
}
.sub_button{
	font-size:10px;
   color:#ffffff;
   width:100px;
   height:20px;
   background-color:#871316;
   border-style:groove;
   border-color:#333;
   border-width:.1em;
   background-image: url(../images/button_back.jpg);
}
.logo_sup{
	margin: auto;
	min-height: 75px;
	width: 260px;
}
.logo_inf{
	min-height: 75px;
}
.logo_izq{
	min-height: 75px;
	width: 260px;
}
.logo_der{
	min-height: 75px;
	width: 47%;
	float: right;
}
/* Location */
#location{
	font-family: "Trebuchet MS", Serif;
	background-color: #fff;
	color: #871316;
	width: 40%;
	margin:35px 10px 35px 35px;
	padding: 25px;
	float: left;
	border.radius: 8px;
 	-moz-border-radius:10px;
 	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);;
}
#location img{
	border:none;
}
#location a:link, a:visited{
	text-decoration: underline;
	border: none;
	color: #333;
}
#location a:hover{
	color: #666;
}
/*Social NEtworking */
.social_top{
	min-height: 50px;
}
.social_middle{
	min-height: 50px;
}
.social_middle a{
	border: none;
	text-decoration: none;
}
.social_bot{
	min-height: 50px;
}
#footer{
	text-align: center;
	font-size: smaller;
}
.clear{
	clear: both;	
}
