@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	background: url(bkg/bkg_logoextruido.jpg) top left no-repeat;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #060606; 
 	text-decoration: underline;
}



/* página inicial */

table.letrero_logo {
	position: absolute;
	top: 30%;
	right: 12%;
	width: auto;
	padding: 6px;
}

span.titulo_empresa {
	font-size: 24px;
	color: #000000;
	font-weight: bold; 
}

span.subtitulo_empresa {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.change_lang {
	font-size: 11px;
	color: #9f9f9f;
	text-align: right;
}


/* menu */

table.barra_atajos {
	bottom: 20px;
	right: 10px;
	position: absolute;
}

td.atajo_head, td.atajo_headsel {
	background-image: url(bkg/bkg_atajohead0.png);
	text-align: center;
	width: 100px;
	padding: 12px;
}

td.atajo_headsel {
	background-image: url(bkg/bkg_atajohead2.png)
}

td.atajo_head:hover, td.atajo_headsel:hover {
	background-image: url(bkg/bkg_atajohead1.png);
}

a.atajo_head {
	font-weight: bold;
}

td.atajo_body {
	vertical-align: bottom;
	color: #666666;
}

div.atajo_body {
	display: none;
}

ul {
	color: #c00000;
	margin-left: 8px;
	padding-left: 8px;
	padding-bottom: 2px;
}

ul span {
	color: #333333;
}


/* inicial */

div.rss_feed {
	font-size: 12px;
	color: #666666;
	width: 30%;
	height: 60%;
	left: 10%;
	top: 10%;
	position: absolute;
}

div.rss_segment {
	margin-top: 6px;
	margin-bottom: 6px;
}

span.rss_date {
	color: #9f9f9f;
}

a.rss_link {
	color: #303030;
	font-weight: bold;
}

div.rss_desc {
	text-align: justify;
	display: none;
}

.piedepag {
	font-size: 10px;
	color: #9f9f9f;
}

div.piedepag {
	right: 5px;
	bottom: 5px;
	position: absolute;
	text-align: right;	
}

/* sitios y contenidos */

table.container, table.contenido {
	position: absolute;
	top: 20%;
	right: 12%;
	border: hidden;
}

td.contenido, td.contenidotext, td.contenidolabel {
	padding: 6px;
	color: #606060;	
}

td.contenido {
	text-align: center;
	vertical-align: top;
}

td.contenidotext {
	text-align: justify;
	vertical-align: top;
	width: 480px;
}

td.contenidolabel {
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
}

td.contenidolabel:hover {
	color: #303030
}

#contenido1, #contenido2 {
	display: none;
}

div.sitedesc {
	color: #606060;
	font-size: 10px;
}

span.bullet {
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
}


/* formas */

table.formfield {
	border: hidden;
}

td.labelfield {
	padding: 4px;
	font-size: 10px;
	text-align: right;
}

input, button, textarea, select {
	color: #666666;
	font-size: 10px;
}

input:hover, button:hover, textarea:hover, select:hover {
	color: #303030;
}

span.send {
	text-align: center;
	vertical-align: middle;
	margin-left: auto;	
	margin-right: auto;
}