/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	color: #666;
	font: normal 0.8em/1.2em Tahoma, Arial, Helvetica, sans-serif;
	background: #FFF url(../images/bg_body.jpg) repeat-x left top;
}/* Siempre editar primero*/
#index {
	background: url(../images/bg_body_index.jpg) repeat-x left top;
}
a:focus {
	outline: 1px dotted invert;
}
a {
	text-decoration: none;
}
hr {
	clear: both;
	border: 0 #ccc solid;
	border-top-width: 1px;
	height: 0;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 1.9em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.45em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.15em;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ul {
	list-style: none;
}
li {
	margin-left: 0;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 12px;
}
/* --- Estilos Texto --- */
a {
	color: #666;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
h1 {
	padding-bottom: 3px;
	margin-bottom: 5px;
	color: #85C400;
	font: bold 0.95em/1.05em Tahoma, Arial, Helvetica, sans-serif;
}
h2 {
	color: #F86A00;
	font: bold 0.9em/1.05em Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px 0 4 0;
}
h3 {
	font: normal 1.6em/1.05em Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px 0 12px 0;
}
.tel{
	padding-bottom:14px;
	background: url(../images/img_telefono.gif) no-repeat right top;
}
.ver_link {
	text-align:right;
}
.ver_link a {
	font-size: 0.8em;
	color: #999;
	padding:5px;
	font-weight: bold;
	text-decoration: underline;
}
.ver_link a:hover {
	color: #FF6600;
}
/* --- 	Noticias --- */
#vernoticia {
	height:150px;
	background: #FFF;
}
.ul_comun li.ui-tabs-selected a {
	background: #EEF2F5;
	display:block;
	width:100%;
}
.ui-tabs-hide {
	display:none;
}
.ul_comun {
	margin: 0;
	padding:0;
	list-style:none;
}
.ul_comun li {
	margin: 0;
	padding:0;
}
.ul_noticias {
	font-size: 0.8em;
	width: 100%;
}
.ul_noticias li {
	margin: 2px 0;
}
.ul_noticias a {
	color: #7499B2;
}
.ul_noticias a:hover {
	background: #EEF2F5;
	display:block;
	width:100%;
}
.f_publicado {
	font-size: 0.7em;
	color: #999;
	margin-bottom: 10px;
}
/* --- Navegacion --- */
.menuTop {
	padding: 68px 0 0 0;
}
	.menuTop ul {
		float: right;
		margin: 0;
		padding: 0;
		height: 42px;
		color: #FFF;
		font-size: 0.9em;
		font-weight: bold;
		list-style:none;
	}
	.menuTop ul li {
		float:left;
		height: 42px;
		padding: 0;
		margin:0;
	}
	.menuTop ul li a {
		width: 189px;
		height: 42px;
		display: block;
		background-position: top;
		background-repeat: no-repeat;
	}
	.menuTop ul li p {
		display: none;
	}
	#nav_principal ul li a:hover {
		background-position: center;
	}
	#nav_principal ul li a.current {
		background-position: bottom;
	}
	#btn_quienes a {
		background: url(../images/btn_quienes.gif);
	}
	#btn_productos a {
		background: url(../images/btn_productos.gif);
	}
	#btn_contacto a {
		background: url(../images/btn_contacto.gif);
	}
.menuProductos {
	padding: 35px 0 0 0;
}
	.menuProductos ul {
		float: left;
		margin: 0;
		padding: 0;
		color: #FFF;
		font-size: 0.9em;
		font-weight: normal;
		list-style:none;
	}
	.menuProductos ul li {
		padding: 5px 0 0 0;
		margin:0;
	}
	.menuProductos ul li a {
		width: 220px;
		padding: 2px 0;
		display: block;
		border-bottom: 1px dotted #E9E9E9;
	}
	.menuProductos ul li a:hover, .menuProductos ul li a.current {
		color: #FA6A00;
		border-color: #FEE1CC;
		text-decoration: none;
	}

.ul_sitemap {
	margin: 0;
	padding:0;
	list-style:none;
}
.ul_sitemap li {
	margin: 3px 0;
	padding: 0;
}
.ul_sitemap li.sub {
	margin: 3px 0;
	padding: 0 0 0 10px;
}

/* --- Estilos Estructura --- */
#todo {
	float: none;
	display: block;
	position: absolute;
	min-width: 100%;
	background: url(../images/bg_todo.jpg) repeat-y center top;
	/*min-height: 100%; height: auto !important; height: 100%;*/ /*solo si footer va pegado*/
}
#cont {
	float: none;
	display: block;
	padding: 0 10px;
	background: url(../images/bg_cont.jpg) no-repeat left top;
	margin: 0 auto;
	width: 960px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	/*padding-bottom: 150px;*/
}
#index #cont {
	background: url(../images/bg_cont_index.jpg) no-repeat left top;
}
.header {
	width: 720px;
	height: 155px;
}
#index .header {
	width: 720px;
	height: 325px;
}
.main {
	width: 720px;
	padding: 12px 0 10px 0;
}
.cont_footer {
	float: none;
	/*bottom: 0;*/
	position: absolute;
	display: block;
	width: 100%;
	height: 25px;
	padding-top: 25px;
	clear: both;
	background: url(../images/bg_footer.jpg) no-repeat center top;
}
.legales {
	height: 25px;
	font-size: 0.9em;
}
.pd {
	height: 25px;
	text-align: right;
}
.sitemap {
	height: 25px;
	font-size: 0.9em;
	text-align: center;
}
.hr_punteado {
	border-top: 1px #ccc dotted;
}
/* --- Grids totales --- */
.izquierda {
	width: 240px;
	float:left;
	position: relative;
	display:inline;
	padding:0;
	margin:0;
}
.derecha {
	width: 720px;
	float:left;
	position: relative;
	display:inline;
	padding:0;
	margin:0;
}
/* --- Formulario --- */
.form_contacto {
	margin: 0;
	padding: 10px 0;
	font: normal 0.85em/1em Tahoma, Geneva, Arial, sans-serif;
}
.form_contacto h2 {
	margin:0;
	padding:0;
	color:#E60421;
	font: normal 1.2em/1.6em Tahoma, Geneva, Arial, sans-serif;
}
.form_contacto fieldset {
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
	width: 50%;
}
.form_contacto fieldset label {
	float: left;
	width: 100%;
	height: 18px;
	padding: 5px 0 0 0;
	background: none;
}
.form_contacto fieldset input, .form_contacto fieldset select {
	float: left;
	position: relative;
	width: 97%;
	margin: 3px 0;
	padding: 2px 0;
	font: normal 1.2em/1em Tahoma, Geneva, Arial, sans-serif;
	border:1px solid #DEDEDE;
}
.form_contacto .full {
	float: left;
	width: 96%;
	padding: 0 2% 8px 2%;
	margin: 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	background:#F3F3F3;
}
.form_contacto .full .check {
	float: left;
	border: 0;
	margin: 0;
	width: 6%;
	padding: 0 2%;
}
.form_contacto .full .subtitulo {
	padding:10px 0;
	font: normal 1em/1em Tahoma, Geneva, Arial, sans-serif;
}
.form_contacto .full label {
	float: left;
	width: auto;
	height: 15px;
	padding: 5px 10px 0 0;
}
.form_contacto .full_textarea {
	float: left;
	border: 0;
	margin: 0;
	width: 100%;
	padding: 0;
}
.form_contacto #consulta {
	float: left;
	position: relative;
	width: 98%;
	margin: 3px 0;
	font: normal 1.2em/1em Tahoma, Geneva, Arial, sans-serif;
	border:1px solid #DEDEDE;
}
/*
.form_contacto .submit {
	float: left;
	width: 62px;
	font-size: 0.8em;
	margin: 10px 0 0 33%;
	border: none;
	cursor: pointer;
}
.form_contacto .reset {
	float: left;
	width: 62px;
	font-size: 0.8em;
	margin: 10px 0 0 10px;
	border: none;
	cursor: pointer;
}
*/
.form_contacto .submit {
	float: left;
	cursor: pointer;
	margin: 10px 0 0 33%;
	width: 70px;
	height: 20px;
	font-size: 0.8em;
	border: none;
	background: url(../images/btn_enviar.jpg) no-repeat;
}
.form_contacto .reset {
	float: left;
	cursor: pointer;
	margin: 10px 0 0 10px;
	width: 70px;
	height: 20px;
	font-size: 0.8em;
	border: none;
	background: url(../images/btn_borrar.jpg) no-repeat;
}

