@charset "utf-8";

body
{
	background-image: url(img/fondo_02.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;		/*necesario para que funcione el diseño elastico en ie*/
	
}

.principal {

width:829;
}


.links
{
	color: #b7063b;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

*{
	margin:0;
	padding:0;
}

/*/////////////////////////Contenedor padre/////////////////////////*/
.contenedor
{
	 margin: 0 auto;
	 position: relative;
     width: 829px;
     overflow: hidden;
	 min-height: 700px;
             
	}
/*/////////////////////////Fin contenedor padre/////////////////////////*/

/*/////////////////////////Menú/////////////////////////*/
.menu
{
	width: 819px;
	height: 44px;
	background-color: transparent;
}

#menuI
{
	position: relative;
	background-image: url(img/cabeceraI.png);
	background-repeat: no-repeat; 
	float: left;
	width: 20px;
	height: 44px;
}

#menuC
{
	position: relative;
	float: left;
	background-image: url(img/cabeceraC.png);
	background-repeat: repeat-x;
	width: 779px;
	height: 44px;
}

#menuD
{
	position: relative;
	float: left;
	background-image: url(img/cabeceraD.png);
	background-repeat: no-repeat; 
	float: left;
	width: 20px;
	height: 44px;
}

a.btn_empresa
{
	background-image: url(img/boton_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 80px;
	height: 44px;
}

a.btn_empresa:hover
{
	background-image: url(img/boton_over_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 80px;
	height: 44px;
}

a.btn_empresa:active
{
	background-image: url(img/boton_select_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 80px;
	height: 44px;
}

a.btn_instalaciones
{
	background-image: url(img/boton_02.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 102px;
	height: 44px;
}

a.btn_instalaciones:hover
{
	background-image: url(img/boton_over_02.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 102px;
	height: 44px;
}

a.btn_instalaciones:active
{
	background-image: url(img/boton_select_02.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 102px;
	height: 44px;
}

a.btn_productos
{
	background-image: url(img/boton_03.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 94px;
	height: 44px;
}

a.btn_productos:hover
{
	background-image: url(img/boton_over_03.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 94px;
	height: 44px;
}

a.btn_productos:active
{
	background-image: url(img/boton_select_03.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 94px;
	height: 44px;
}

a.btn_noticias
{
	background-image: url(img/boton_04.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 84px;
	height: 44px;
}

a.btn_noticias:hover
{
	background-image: url(img/boton_over_04.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 84px;
	height: 44px;
}

a.btn_noticias:active
{
	background-image: url(img/boton_select_04.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 84px;
	height: 44px;
}

a.btn_contacto
{
	background-image: url(img/boton_05.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 90px;
	height: 44px;
}

a.btn_contacto:hover
{
	background-image: url(img/boton_over_05.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 90px;
	height: 44px;
}

a.btn_contacto:active
{
	background-image: url(img/boton_select_05.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 90px;
	height: 44px;
}

a.btn_accesorios
{
	background-image: url(img/boton_06.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 84px;
	height: 39px;
}

a.btn_accesorios:hover
{
	background-image: url(img/boton_over_06.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 84px;
	height: 39px;
}

a.btn_accesorios:active
{
	background-image: url(img/boton_select_06.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 84px;
	height: 39px;
}

/*//////////////////////////////Botones ingles////////////////////*/
a.btn_empresa_en
{
	background-image: url(img/boton_en_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 80px;
	height: 44px;
}

a.btn_empresa_en:hover
{
	background-image: url(img/boton_over_en_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 80px;
	height: 44px;
}

a.btn_empresa_en:active
{
	background-image: url(img/boton_select_en_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 80px;
	height: 44px;
}

a.btn_instalaciones_en
{
	background-image: url(img/boton_en_02.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 102px;
	height: 44px;
}

a.btn_instalaciones_en:hover
{
	background-image: url(img/boton_over_en_02.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 102px;
	height: 44px;
}

a.btn_instalaciones_en:active
{
	background-image: url(img/boton_select_en_02.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 102px;
	height: 44px;
}

a.btn_productos_en
{
	background-image: url(img/boton_en_03.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 94px;
	height: 44px;
}

a.btn_productos_en:hover
{
	background-image: url(img/boton_over_en_03.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 94px;
	height: 44px;
}

a.btn_productos_en:active
{
	background-image: url(img/boton_select_en_03.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 94px;
	height: 44px;
}

a.btn_noticias_en
{
	background-image: url(img/boton_en_04.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 84px;
	height: 44px;
}

a.btn_noticias_en:hover
{
	background-image: url(img/boton_over_en_04.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 84px;
	height: 44px;
}

a.btn_noticias_en:active
{
	background-image: url(img/boton_select_en_04.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 84px;
	height: 44px;
}

a.btn_contacto_en
{
	background-image: url(img/boton_en_05.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 90px;
	height: 44px;
}

a.btn_contacto_en:hover
{
	background-image: url(img/boton_over_en_05.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 90px;
	height: 44px;
}

a.btn_contacto_en:active
{
	background-image: url(img/boton_select_en_05.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 90px;
	height: 44px;
}

a.btn_accesorios_en
{
	background-image: url(img/boton_en_06.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 84px;
	height: 39px;
}

a.btn_accesorios_en:hover
{
	background-image: url(img/boton_over_en_06.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 84px;
	height: 39px;
}

a.btn_accesorios_en:active
{
	background-image: url(img/boton_select_en_06.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: left;
	width: 84px;
	height: 39px;
}

/*/////////////////////////Fin Botones ingles/////////////////////////*/
/*/////////////////////////Fin menú/////////////////////////*/

/*/////////////////////////Idioma////////////////////////*/


.idioma
{
	position: relative;
	float:right;
	top: 10px;
}

/*/////////////////////////Fin Idioma////////////////////////*/

/*/////////////////////////Espacio entre menú y cabecera flash/////////////////////////*/
.espacioUno
{
	width: 819px;
	height: 20px;
}

.UnoespacioContenedor
{
	position: relative;
	width: 819px;
	height: 20px;
	padding-left: 10px;
}

.userloguin
{
	text-align:left;
	height:20px;
	float:left;
}

.date
{
	padding-right: 20px;
	text-align: right;
	width: auto;
	height:20px;
	float: right;
}
/*///////////////////////////Clases para user y loguin////////////////////////*/
.user, a:link.user, a:active.user, a:visited.user, .user 
{
	font-size: 12px;
	color:#ffffff;
	text-decoration:none;
}
	
a:hover.user
{
	color:#ffffff;
	text-decoration:underline;
	font-size:12px;
}

.login, a:link.login, a:active.login, a:visited.login, .login
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
	
a:hover.login
{
	color:#ffffff;
	text-decoration:underline;
	font-size:12px;
}
/*///////////////////////////Clases para user y loguin////////////////////////*/

/*/////////////////////////Fin de espacio/////////////////////////*/

/*/////////////////////////Cabecera flash/////////////////////////*/
.cabeceraflash
{
	/*background-image: url(img/cabecera.png);
	background-repeat: no-repeat;
	background-position: center;*/
	width: 819px;
	height: 206px;
	vertical-align:top;
	
}
/*/////////////////////////Fin de cabecera/////////////////////////*/

/*/////////////////////////Espacio entre cabecera y contentpane/////////////////////////*/
.espacioDos
{
	width: 819px;
	/*padding: 7px;*/
	height:10px;
}
/*/////////////////////////Fin de espacio/////////////////////////*/

/*/////////////////////////ContentPane/////////////////////////*/
.mastercontentpane
{
	position: relative;
	width: 819px;
	height: auto;
}


.contenidoI
{
	position: relative;
	background-image: url(img/contenidoTop.png);
	background-repeat: no-repeat;
	width: 819px;
	height: 20px;
	top: 0px;
}

.migas
{
	position: relative;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	color: #999999;
	top: 0px;
}

.contenedorcontenido
{
	position: relative;
	background-image: url(img/contenidoMiddle.png);
	background-repeat: repeat-y;
	margin: 0px;
}

.contentpane
{
	position: relative;
	font-size: 10px;
	width: 805px;
	/*left: 3%;*/
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 10px;
	/*padding-bottom: 10px;*/
}

#ContenedorLaterales
{
	position: relative;
	width: 805px;
	/*left: 3%;*/
	vertical-align: top;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.TdTop
{
	vertical-align: top;
}

#LeftPane
{
	float: left;
	width: 50%;
	vertical-align: top;
}

#RightPane
{
	float: right;
	width: 50%;
	vertical-align: top;
}

.contenidoD
{
	position: relative;
	background-image: url(img/contenidoBottom.png);
	background-repeat: no-repeat;
	width: 819px;
	height: 15px;
}
/*/////////////////////////Fin ContentPane/////////////////////////*/

/*/////////////////////////Espacio entre contentpane y pie/////////////////////////*/
.Tresespacio
{
	width: 819px;
	min-height: 20px;
}
/*/////////////////////////Fin de espacio/////////////////////////*/

/*/////////////////////////Pie/////////////////////////*/
.pie
{
	position: relative;
    width: 829px;
    overflow:hidden;
	height: 74px;
}

#pieI
{
	position: relative;
	background-image: url(img/pieI.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	width: 13px;
	height: 74px;
}

#pieC
{
	position: relative;
	float: left;
	background-image: url(img/pieC.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color:#C8C8C8;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	width: 793px;
	height: 74px;
}

.cnegro  {color: #000000;}

#ContenedorPie
{
	position: relative;
	padding-top: 33px;
	height: 74px;
}


#pieD
{
	position: relative;
	float: left;
	background-image: url(img/pieD.png);
	background-repeat: no-repeat; 
	background-position: bottom;
	float: left;
	width: 13px;
	height: 74px;
}
/*/////////////////////////Fin pie/////////////////////////*/

/*///////////////////////////////clases Argusa Actual///////////////////////////*/


TABLE	{
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica;
	/*background-color: #FFFFFF;*/
	font-size: 10px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}		

.vat		{vertical-align:top;}
.vam		{vertical-align:middle;}
.pad10		{padding: 10px;}
.cgrisoo  {color: #666666;}
.justificado{text-align: justify;}
.centrado	{text-align: center;}
.fwnegrita	{font-weight: bold;}

