@charset "utf-8";
html {
    height: 100%;
}

body {
	height: 100%;
	margin: 0;
	background-attachment: fixed;
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 44%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(44%,#ffffff), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 44%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ffffff 44%,#e2e2e2 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #ffffff 44%,#e2e2e2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-image: url(image/sup.jpg),url(image/mapa.png);
	background-repeat:  repeat-x, no-repeat;
	background-position: center top;
	}

#header {
	height:170px;
	background:rgba(192, 192, 192, 0.1);
	
	
	}
#logo{
	width:960px;
	height:170px;
	margin:auto;
	background-image: url(image/alamoc_logo_completo.png);
	background-repeat: no-repeat;
	background-position: right bottom;	
	}
.logo1{
	margin-top:45px;
	margin-left: 10px;
	float:left;
	-webkit-box-shadow: 2px 2px 4px 1px rgba(189,185,189,1);
	-moz-box-shadow: 2px 2px 4px 1px rgba(189,185,189,1);
	box-shadow: 2px 2px 4px 1px rgba(189,185,189,1);
	}
.logo2{
	float:left;
	margin-top: 50px;
	margin-left:23px;
	font-weight:500;
	font-size:19px;
	color: #042956;
	font-family: 'Maven Pro', sans-serif;
	line-height: 23px;
	letter-spacing:1px;
	
	
	}
#content {
	margin: auto;
	padding-top:15px;
	width:960px;
	height: 100%;	
}	
#content1 {
	width:718px;
	margin-left:20px;
	float:right;
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	text-align:justify;
	line-height: 22px;
}
.menu{
  display: block;
  position: relative;
  width: 200px;
  height: 100%;
  margin: 0px ;
  padding-right:20px;
  float: left;
  border-right:1px solid rgba(0,0,0,0.1);
}
.menu ul {
	margin-left:0px;
	margin-top:0px;
	padding-left:0px;
	list-style-type: none;
	
}
.menu ul li {
  border-bottom:1px solid rgba(0,0,0,0.1);
  padding:2px 2px;
  box-shadow:inset 0 1px 1px #fff;
  text-indent:10px;
   
  }
.menu ul li a {
  font-size:13px;
  color:#515E6B;
  font-family: 'Raleway', sans-serif;
  font-weight:600;
  text-decoration:none;
}
.menu ul li:hover {
  border-left:2px solid #042956;
  background-color:rgba(0,0,0,0.01);
}
.face{
	font-size:13px;
  	color:#333;
 	font-family: 'Raleway', sans-serif;
  	font-weight:400;
	padding-left:30px;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:rgba(0,0,0,0.03);
	
	}
#content .menu ul li a p {
	margin-left: 5px;
	text-indent: 0px;
}
.menu li ul {
   width: 190px;
   margin:0;
   display:none;
   position: relative;
   top:-1px;
   border:none;   
}
.menu li ul li{
	height:25px;
	border:none;
	padding-top:5px;
	margin-left:2px;
}

.menu li:hover ul {
   display: block;
   border:none;
}
.menu li ul li:hover{
   border:none;
   background-color:rgba(4,41,86,0.1);
}
#content h1 {
	font-family: 'Raleway', sans-serif;
	color:#FFF;
	background-color:rgba(4,41,86,0.5);
	padding: 3px 10px;
	font-size:13px;
	letter-spacing:1px;
}
#content h2 {
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	color:rgba(4,41,86,1);
	padding: 3px 0px;
	font-size:12px;
	letter-spacing:1px;
	border-bottom: 1px dotted rgba(4,41,86,0.5);
}
#content h3 {
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	color:rgba(4,41,86,1);
	font-size:12px;
	padding: 3px 10px 3px 10px;
	margin-bottom:0px;
	margin-top:0px;
	letter-spacing:1px;
	/*border-left:1px solid #042956;*/
	background-color:rgba(0,0,0,0.03);
}
#content h4 {
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	color:rgba(4,41,86,1);
	padding: 3px 0px;
	font-size:12px;
	letter-spacing:1px;
}

#content #content1 #columna1 ul li img {
	margin-right: 15px;
}
#content #footer p {
	margin-top: 10px;
	margin-left: 20px;
}
#columna1{
	float:left;
	width: 349px;
	padding-right:10px;
	}
#columna1 ul{
	display:block;
	list-style-type: none;
	float:left;
	padding-left:4px;
	margin-right:4px;
	}
#columna1 ul li{
	margin-top:10px;
	padding-bottom: 10px;
	border-bottom:1px dotted rgba(0,0,0,0.1);
	width:165px;
	}
#columna2{
	float:right;
	width: 349px;
	padding-left:10px;
	}
#columna2 ul{
	display:block;
	list-style-type: none;
	padding-left:10px;
	margin-top:23px;
	}
#columna2 ul li{
	padding-bottom: 12px;
	padding-top: 10px;
	border-bottom:1px dotted rgba(0,0,0,0.2);
	width:334px;
	height: 50px;
	}
#columna2 ul li img{
	margin-bottom:-20px; 
	margin-right:20px;
	}	
#footer{
	margin: auto;
	padding-top:15px;
	width:960px;
	height: 100px;
	border-top:3px solid rgba(0,0,0,0.1);
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	margin-top: 20px;
	}
.face a img {
	padding-top: 5px;
	padding-left:2px;
}
.afiliacion{
	list-style-type: none;
	}
.afiliacion li {
	clear:both;
	height: 80px;
}
.afiliacion li img {
	float: left;
	padding-right:15px;
}
.afiliacion li p {
	padding-top:15px;
	font-size:13px;
	line-height: 18px;
	width: 600px;
}
#content1 .directivos {
	list-style-type: none;
}
#content #content1 .directivos li{
	margin-top:5px;
	margin-bottom:5px;
	}
#content #content1 .directivos li span {
	font-weight: 500;
	color: #666;
	margin-right:10px;
	margin-left:10px;
}
form{
	margin-left:134px;}
.btn{
	width:100px !important;
	background-color: rgba(4,41,86,0.5) !important;
	color: #fff;}
.btn:hover{
	background-color: rgba(4,41,86,0.9) !important;
	}
input{
	width:450px;
	background-color:rgba(0,0,0,0.05);
	border: 1px dotted rgba(0,0,0,0.2);
	}
textarea{
	width:450px;
	height:200px;
	background-color:rgba(0,0,0,0.05);
	border: 1px dotted rgba(0,0,0,0.2);
	}
#columna1 ul li a {
	color: #333;
	text-decoration: none;
}
#columna1 ul li a:hover {
	text-decoration: none;
	font-weight:700px;
	text-shadow: 1px 1px 2px rgba(106, 106, 106, 0.7);
}
#columna2 ul li a {
	color: #333;
	text-decoration: none;
}
#columna2 ul li a:hover {
	text-decoration: none;
	font-weight:700px;
	text-shadow: 1px 1px 2px rgba(106, 106, 106, 0.7);
}
.pais{
	margin-right:9px;
	margin-bottom: -4px;
	}
.pais2{
	margin-right:9px;
	margin-bottom: -18px;
	}

.intro_pais{
	margin-top: 20px;
	font-size:11px;
	}
.datos_pais span {
	font-weight: 600;
}
.datos_pais{
	margin-top: 17px;
	}
.galeria{
	float:left;
	padding: 7px 15px 5px 0px;}
.asociados{
	color:#333;
	font-weight:600;
	margin-top:50px;
	padding: 10px;
	font-size:11px;
	}
.lista{
	font-size:11px;
	list-style:none;
	margin-left:0px;
	padding:5px 0px;;
	margin-bottom:2px;
	margin-top:2px;
	}	
.lista li {
	list-style:none;
	display:inline !important;
	}
.lista li a{
	text-decoration:none;
	color: #333;
	font-weight:400;
	}
.lista li a:hover{
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(106, 106, 106, 0.7);
	}
.lista li a img{
	margin-bottom:-5px;
	margin-right:5px;}
.link{
	color:rgba(4,41,86,1);
	text-decoration:none;
	}
.link:hover{
	font-weight:600;}
	
/*galeria*/
#slideshow {
		    position:relative;
			float:left;
			margin-top:20px;
			margin-right: 20px;
			margin-left: 109px;
		    height:300px;
			width:500px;
			margin-bottom:20px;
		}
#slideshow img {
			border:#FFF 2px solid;
		    position:absolute;
			margin-top:00px;
		    left:0;
		    z-index:8;
		    height:300px;
			width:500px;
		}
		
#slideshow img.active {
		    z-index:10;
		}
		
#slideshow img.last-active {
		    z-index:9;
		}