/***********************************************************/
/*DEFAULT TAGS*/
/***********************************************************/

.menu_item:nth-child(5)
{
	background: #F8E23B;
}

.menu_item:nth-child(5) a
{
	color: #27326C;
}

.content
{
	background: #ffffff;
}
/*
body
{
	background: url(../img/contactos/banner_contactos.jpg) no-repeat left center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}
*/

.content_block_full
{
	font-size: 20px;
}

.section_title
{
	text-align: center;
}

#contactos
{
	
}

#oficinas
{
	background: #ffffff;
}

#oficinas .main_title_container
{
	background: transparent;
}

.main_text_block
{
	text-align: center;
}

#horarios
{
	background: #ffffff;
}

#formulario
{
	background: #f4f6f8;
}

#contact_form
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
	width: 100%;
	height: auto;
	text-align: center;
}

#googleMap
{
    position: relative;
    height: 480px;
    overflow: hidden;
}

#googleMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#error_message, #success_message, #fail_message
{
	display: none;
}

#send_btn
{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 128px;
	width: 100%;
	height: 32px;
	color: #27326C;
	background: #F8E23B;
	font-weight: bold;
	cursor: pointer;
}

.content_block_thirt
{
	max-width: 28%;
	width: 90%;
	vertical-align: top;
}

/***********************************************************/
/*RESPONSIVE*/
/***********************************************************/

@media (max-width: 850px){

	.content_block_thirt
	{
		padding: 0;
		max-width: 25%;
		width: 100%;
	}
}

@media (max-width: 750px){

	.content_block_thirt
	{
		max-width: 100%;
		width: 100%;
	}

	.section_title, .main_text_block
	{
		text-align: left;
	}
}

@media (max-width: 640px){

	.contact_container
	{
		max-width: 290px;
		width: 100%;
		height: auto;
		max-height: 290px;
		position: relative;
		margin: auto;
		top: 75px;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.contact_container input
	{
		height: 15px;
	}

	.contact_data_block
	{
		margin-top: 20px;
		padding: 10px;
		max-width: 270px;
		width: 100%;
		font-size: 12px;
	}

	#footer_bar
	{
		width: 100%;
		position: relative;
		margin: auto;
		top: 170px;
	}

	#googleMap
	{
		height: 240px;
	}
}

@media (max-width: 480px){

	
}