/****************************************************************************************
MENU
****************************************************************************************/


#tab1 {
	background: url(images/tab_inactivo.gif) no-repeat;
	line-height: 30px;
	vertical-align: middle;
}

#tab2 {
	background: url(images/tab_activo.gif) no-repeat;
}

#tab3 {
	background: url(images/tab_inactivo.gif) no-repeat;
}

#tab4 {
	background: url(images/tab_inactivo.gif) no-repeat;
}

#tab5 {
	background: url(images/tab_inactivo.gif) no-repeat;
	line-height: 30px;
	vertical-align: middle;
}

#tab4 a:link, #tab4 a:visited, #tab4 a:active , #tab4 a:hover {
	color: #333;
}

/****************************************************************************************
PRINCIPAL
****************************************************************************************/

#principal {
	background: url(images/principal_fondo.gif) repeat-x #FFF;
	padding: 40px 0 0 0;
}

div.galereia {
    padding: 0 10px;
}

div.galeria a {
    padding: 10px;
}

div.galeria a img {
    border: 4px solid #EEE;
}

h1,h2,h3 {
	color: #1e5bbf;
}

/****************************************************************************************
tabla comparativa
****************************************************************************************/

table.tabla_comp {
	margin: 10px;
}

table.tabla_comp td {
	text-align: center;
	font-size: 12px;
	padding: 4px;
	margin: 2px;
}


table.tabla_comp td.cabecera {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: #1e5bbf;
	color: #eee;
}

table.tabla_comp td.producto {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: #ddd;
}

table.tabla_comp td.producto2 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: #eee;
}