#fotos_contacto {
	margin-top: 30px;
	width: 757px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;

}
#content #contenido #col #contact_form {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
#c_form {
	width: 350px;
	background-color: #0D2229;
	float: left;
	box-shadow:3px 3px 3px #999;
	-webkit-box-shadow:3px 3px 3px #999;
	-moz-box-shadow: 3px 3px 3px #999;
}
#titulo_forma {
	background-color: #226278;
	width: 215px;
	height: 55px;
	margin-top: -20px;
	margin-left: -20px;
	box-shadow:2px 2px 2px #000;
	-webkit-box-shadow:2px 2px 2px #000;
	-moz-box-shadow: 2px 2px 2px #000;
	padding-top: 5px;
	padding-left: 20px;
}
.fields {
	font-family: "Times New Roman", serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #35758A;
}
.borde {
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #226278;
}
#botones {
	float: left;
	width: 350px;
}
#contact {
	width: 302px;
	float: right;
	height: 295px;
}
#contact {
	background-image: url(images/layout/fondo_header.png);
	background-repeat: repeat;
	box-shadow:3px 3px 3px #999;
	-webkit-box-shadow:3px 3px 3px #999;
	-moz-box-shadow: 3px 3px 3px #999;
	display: table;
}
#contact_phones {
	height: 275px;
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 10px;
}
#contact_phones a {
	font-family: "Times New Roman", serif;
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
}
#contact_phones a:hover {
	color: #999;
}
#Boton {
	background-color: #FFF;
	font-family: "Times New Roman", serif;
	font-size: 20px;
	color: #163139;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7FB9C5;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}

#Boton:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.pic_box {
    width: 25%;
    display: inline-block;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 0px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pic_box:hover {
    background-color: #318299;

}
.image_gallery {
    width: 100%;
    height: auto;
}
.pic_box .image_gallery {
    margin:0px;
    vertical-align: top;
    
}
