/* @override http://www.albasolar.es/assets/templates/albasolar/style.css */

/* Generales */

#lang_map {
	float: left;
	padding: 2px 5px;
	background-color: #044d9a;
}

#lang_map a {
	color: #fff;
}

#lang_map a:hover {
	text-decoration: underline;
}

input.btn_basic {
	border-style: hidden;
	background-image: none;
	background-color: transparent;
	font-size: 14px;
	color: #014a99;
	text-align: left;
}

input.btn_basic:hover {
	font-weight: bold;
}

img {
border: none;
}

a {
	text-decoration: none;
}

.tit1 {
	font-size: 18px;
	font-weight: bold;
	color: #014a99;
}

.tit2 {
	font-size: 14px;
	color: #014a99;
}

.tit2:hover {
	font-weight: bold;
}
	
p {

}

h2 {
	color: #014a99;
}

#menu {
	width: 800px;
	height: 35px;
}

#option_mnu {
	float: left;
	width: 133px;
	text-align: center;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 25px;
	padding-top: 10px;
	background-image: url(imgs/btn.gif);
}

#option_mnu a {
	color: #fff;
	background-position: center;
}

#option_mnu:hover {
	color: #fff;
	font-weight: bold;
	background-image: url(imgs/btn_resaltado.gif);
}



/* Home */

#txt_home {
	width: 500px;
	float: left;
	padding: 10px;
}



#img_home {
	float: right;
	width: 260px;
	background: url(imgs/modulo_home.png) no-repeat;
	height: 500px;
}

/* Productos */

#lateral_productos {
	float: left;
	margin-bottom: 40px;
}

#mnu_familia {
	width: 190px;
	float: left;
	background-color: #044d9a;
	padding-top: 10px;
	padding-left: 20px;
	height: 25px;
	border-bottom: 1px solid #fff;
}

#mnu_familia a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

#mnu_familia a:hover {
	color: #2a86bf;
}

#mnu_marca {
	width: 190px;
	float: left;
	background-color: #2a86bf;
	padding-top: 10px;
	padding-left: 20px;
	height: 25px;
	border-bottom: 1px solid #fff;
	text-indent: 15px;
}

#mnu_marca a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

#mnu_marca a:hover {
	color: #044d9a;
}

#mnu_cierre {
	background-image: url(../../images/mnu_down.png);
	width: 210px;
	height: 35px;
	float: left;
}

#menu_productos {
	float: left;
	height: 100%;
	width: 210px;
	margin-top: -12px;
}

#txt_productos {
	float: right;
	width: 550px;
	height: auto;
	padding: 15px 15px 15px 0;
}

#option_mnu_lateral
 {
	text-align: left;
	margin-bottom: 2px;
	padding: 5px 5px 5px 8px;
	font-size: 10px;
	float: left;
}

#option_mnu_lateral a
 {
	text-align: center;
	color: #004c99;
}

#option_mnu_lateral a:hover
 {
	font-weight: bold;
}

#producto {
	height: auto;
	padding: 5px;
	border: 1px dotted #969898;
	margin-bottom: 15px;
	float: left;
	width: 520px;
	margin-right: 10px;
}

#producto_big {
	height: auto;
	padding: 5px;
	border: 1px dotted #969898;
	margin-bottom: 15px;
	float: left;
	width: 600px;
	margin-right: 10px;
}

#img_mini {
	float: left;
	height: 100px;
	width: 120px;
	text-align: center;
}

#txt_mini {
	float: right;
	text-align: left;
	height: auto;
	width: 370px;
	margin-left: 20px;
}

#seccion_productos {
	border-bottom: 2px solid #004c99;
	margin-bottom: 10px;
}

#img_big {
	float: right;
	height: auto;
	background-color: #fff;
	width: 200px;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}

#txt_big {
	float: left;
	text-align: left;
	height: auto;
	width: auto;
	margin-left: 20px;
}

#txt_content_big {
	float: left;
	width: 350px;
	text-align: justify;
}

#pdf {
	width: 310px;
	position: relative;
	margin-right: auto;
	margin-left: 20px;
	float: left;
	margin-top: 40px;
	background: url(imgs/iconopdf.png) no-repeat right;
	padding-right: 40px;
	text-align: right;
	padding-top: 10px;
	height: 25px;
	font-weight: bold;
}


/* Genérico */

#txt_content {
	width: auto;
	height: auto;
	padding: 15px;
}

/* Contacto */

#contacto {
	width: 530px;
	background-color: #fff;
	float: left;
	border: 1px dotted #969898;
}

#map_google {
	float: right;
}


