@import url(jm.css);
@import url(nav.css);
@import url(home.css);
@import url(int.css);
@import url(industria.css);
@import url(bloque.css);
@import url(equipo.css);
/*CSS Document
RESET*/
HTML, BODY, DIV, UL, OL, LI, DL, DT, DD, H1, H2, H3, H4, H5, H6, PRE, FORM, BLOCKQUOTE, FIELDSET, INPUT
{
	margin: 0;
	padding: 0;
}
H1, H2, H3, H4, H5, H6, PRE, CODE, ADDRESS, CAPTION, CITE, CODE, TH
{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
UL, OL
{
	list-style: none;
}
FIELDSET, IMG
{
	border: none;
}
CAPTION, TH
{
	text-align: left;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
HTML
{
	overflow: -moz-scrollbars-vertical;
	background-color: #FFFFFF;
/*
background-image:url(/img/bg.jpg);
background-position:top;
background-repeat:repeat-x;
*/
	background-attachment: fixed;
	background-image: url(/img/fondo_vantaz.jpg);
	background-position: center 150px;
	background-repeat: repeat-x;
}
BODY
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
/*ESTRUCTURA*/
#wrap
{
	width: 950px;
	margin: auto;
}
#head
{
	width: 950px;
	margin: auto;
	height: 180px;
	background-image: url(../img/bg_head.jpg);
}
#headbg
{
	width: 100%;
	margin: auto;
	height: 180px;
	background-image: url(../img/bg_headerbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#col-izq
{
	display: block;
	float: left;
	width: 190px;
}
#content
{
	float: left;
	width: 460px;
	margin: 0 10px;
}
#content-home
{
	float: left;
	width: 490px;
	margin: 0 10px;
}
#content-int
{
	float: left;
	width: 630px;
	margin: 0 10px;
/*background-image: url(/img/bg_cont.jpg);*/
}
#content-bloque
{
	float: left;
	width: 685px;
	margin: 0 10px;
}
#cont-bg
{
	clear: both;
	display: block;
/*
background-image:url(../img/fondcurv.gif);
background-repeat:no-repeat;
*/
	width: 950px;
}
#cont-clear
{
	clear: both;
}
#col-der
{
	display: block;
	float: right;
	width: 250px;
}
#mapa
{
	display: block;
	float: right;
	height: 180px;
	width: 230px;
	margin-top: -40px;
}
#footer
{
	display: block;
	margin: auto;
	height: 140px;
	width: 970px;
}
#footerbg
{
	display: block;
	float: left;
	clear: both;
	margin: auto;
	height: 140px;
	width: 100%;
/*background-image:url(../img/bg_footer.png);*/
	padding-top: 20px;
	background-image: url(../img/bg_footer.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
/*HEAD*/
#logo
{
	display: block;
	float: left;
	margin: 15px 0 0 80px;
	width: 400px;
	height: 70px;
}
#herramientas
{
	display: block;
	float: right;
	height: 25px;
	width: 160px;
/*width:225px;*/
}
#buscar
{
	display: block;
	float: right;
	height: 25px;
	width: 50px;
}
/*
*comentado mientras no haya buscador visible
#buscar{
display:block;
float:right;
height:25px;
width:150px;}
*/
#nav
{
	width: 660px;
	height: 60px;
	display: block;
	float: right;
}
/*modulo banderas*/
.moduletable_flag
{
	display: block;
	float: left;
	padding: 3px;
}
/*texto en dos columnas*/
.txt_izq
{
	display: block;
	float: left;
	width: 48%;
}
.txt_der
{
	display: block;
	float: right;
	width: 48%;
}
.txt_normal
{
	clear: both;
	float: left;
	display: block;
	width: 98%;
}
IMG, TABLE, DIV, INPUT, A
{
	behavior: url(/css/iepngfix.htc);
}
/*paginacion*/
DIV#pagination
{
	font-size: 11px;
}
DIV#pagination SPAN.disabled B
{
	margin: 0 0 0 5px;
}
DIV#pagination A.next B
{
	margin: 0 5px 0 0;
}
DIV#pagination SPAN.current
{
	padding: 0 5px;
	font-weight: bold;
	color: #9C0000;
}
DIV#content-int DIV#pagination A
{
	padding: 0 5px;
	text-decoration: none;
}

