/**
 * Componentes comunes.
 * Color primario #EB3D12
 * Color secundario #139622
 */


/*Contacto (Simple Contact)*/
#simplecontactcomponent
	{
	background-image: url(../images/contact/telefono.png);
	background-repeat: no-repeat;
	background-position: 300px 35px;
	}

#simplecontactcomponent table.contactheader
	{
	width: 100%;
	}

#simplecontactcomponent h2 
	{
	margin-top: 5px !important;
	margin-bottom: 20px !important;
	color: #000000;
	}

#simplecontactcomponent table.phonesaddres
	{
	}

#simplecontactcomponent table.phonesaddres th
	{
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	padding-top: 5px;
	white-space: nowrap;
	color: #139622;
	}

#simplecontactcomponent table.phonesaddres td
	{
	text-align: left;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 5px;
	
	white-space: nowrap;
	}

#simplecontactcomponent table.phonesaddres td span
	{
	padding-left: 140px;
	}


#simplecontactcomponent form
	{
	background-image: url(../images/contact/email.png);
	background-repeat: no-repeat;
	background-position: 310px 100px;
	margin: 0px;
	padding: 0px;
	}

#simplecontactcomponent form table
	{
	margin-left: auto;
	margin-right: auto;
	}

#simplecontactcomponent form table td
	{
	text-align: left;
	}

#simplecontactcomponent .submitbutton
	{
	text-align: center;
	}

#simplecontactcomponent .thanks
	{
	text-align: center;
	font-weight: bold;

	background-image: url(../images/contact/email-sended.jpg);
	background-repeat: no-repeat;
	background-position: right center;

	margin-top: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 185px;

	vertical-align: middle;
			
	color: #EB3D12;
	
	}

#simplecontactcomponent label
	{
	font-weight: bold;
	color: #EB3D12;
	}

#simplecontactcomponent input, #simplecontactcomponent textarea, #simplecontactcomponent select
	{
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #EB3D12;
	margin-bottom: 10px;
	}

#simplecontactcomponent textarea.message
	{
	width: 390px;
	}

#simplecontactcomponent button
	{
	border: 1px solid #000000;
	background-color: #EB3D12;
	color: #FFFFFF;
	font-weight: bold;
	width: 100px;
	height: 30px;
	cursor: pointer;
	}

/*Sucursales*/
#sucursalesComponent
	{
	}

#sucursalesComponent h2
	{
	margin-top: 0px;
	}

#sucursalesComponent .sucursal
	{
	width: 100%;
	margin-top: 30px;
	}

#sucursalesComponent .sucursal td
	{
	text-align: left;
	vertical-align: middle;
	}

#sucursalesComponent .sucursal th
	{
	width: 152px;
	text-align: center;
	vertical-align: middle;
	}

#sucursalesComponent .sucursal th a
	{
	margin-top: 10px;
	}

#sucursalesComponent .datosSucursal
	{
	padding-top: 10px;
	font-size: 12px;
	}

#sucursalesComponent .datosSucursal span
	{
	padding-left: 85px;
	}

.showContactoSucursal
	{
	width: 400px;
	height: 400px;
	overflow: hidden;	
	}

#sucursalesComponent .enlacesSucursales 
	{
	position: absolute;
	top: 230px;
	right: 35px;
	width: 150px;
	z-index: 100;
	}

#sucursalesComponent .topTextPadding
	{
	padding-right: 160px;
	}


#sucursalesComponent .enlacesSucursales  a
	{
	display: block;

	font-size: 12px;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	
	background-image: url(../images/productos-menu/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
		
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
		
	color: #000000;
	}

#sucursalesComponent .enlacesSucursales  a:hover
	{
	background-image: url(../images/productos-menu/bullet-hover.png) !important;
	}

#sucursalesComponent .mapa
	{
	text-align: center;
	}

#sucursalesComponent .mapa img
	{
	width: 480px;
	height: 352px;
	}


