/**************************************************************/
.sicaMenu {
	background:url(../images/mainMenu/nosotros.jpg) repeat-x top center;
	width:620px;
	height:200px;
}

.ventanaInfo{
	background:url(../images/ventana.jpg) no-repeat;
	width: 160;
	height: 260;
	padding: 15px 40px 10px 10px;
}

.barraMainMenu {
	position:relative; top: 10px; left: 0px;
	width:600px;
	height:40px;
	padding: 5px;
	margin:0 auto;
}

/***** items para las urls de los menus *******/
a.conocenos {
	position:relative; top: -10px; left: 0px;
	display:block;
    width:116px;
    height:19px;
    background:url(../images/mainMenu/conocenos_item.png) no-repeat;
}

a:hover.conocenos {
	background-position:0 -19px;
}

a.diseno {
	position:relative; top: -09px; left: 116px;
	display:block;
    width:68px;
    height:19px;
    background:url(../images/mainMenu/diseno_item.png) no-repeat;
    text-decoration: none;
}
a:hover.diseno {
	background-position:0 -19px;
}

a.hardware {
	position:relative; top: -48px; left: 184px;
	display:block;
    width:92px;
    height:19px;
    background:url(../images/mainMenu/hardware_item.png) 0 0 no-repeat;
    text-decoration: none;
}
a:hover.hardware {
	background-position:0 -19px;
}
a.redes {
	position:relative; top: -47px; left: 276px;
	display:block;
    width:65px;
    height:19px;
    background:url(../images/mainMenu/redes_item.png) 0 0 no-repeat;
    text-decoration: none;
}
a:hover.redes {
	background-position:0 -19px;
}
a.soporte {
	position:relative; top: -86px; left: 341px;
	display:block;
    width:76px;
    height:19px;
    background:url(../images/mainMenu/soporte_item.png) 0 0 no-repeat;
    text-decoration: none;
}
a:hover.soporte {
	background-position:0 -19px;
}
a.software {
	position:relative; top: -85px; left: 417px;
	display:block;
    width:83px;
    height:19px;
    background:url(../images/mainMenu/software_item.png) 0 0 no-repeat;
    text-decoration: none;
}
a:hover.software {
	background-position:0 -19px;
}
/*************************************************************/

*{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #585858;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
#text-transform: lowercase;
}

h3,h4,h5,h6
{
color: #FF4100;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

a
{
text-decoration: underline;
color: #D90000;
}

a:hover
{
text-decoration: none;
}


p
{
line-height: 1.8em;
}
/* Header */
#header
{
width:100%;
height:120px;
background: #112843 url('../images/index_img/headBack.png') repeat-x;
}

#header_inner
{
position: relative;
width: 950px;
height:122px;
margin: 0 auto;
}

/* Logo */

#logo
{
position: absolute;
bottom: 0.6em;
}
/* Menu */

#menu
{
position: absolute;
right: 70px;
bottom: 0em;
}
/* Main */

#main
{
background: #fff url('../images/index_img/n2.gif') 0px 1px repeat-x;
}

#main_inner p
{
text-align: justify;
margin-bottom: 2.0em;
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#main_inner h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}

#main_inner .post
{
position: relative;
}

#main_inner .post h3
{
position: relative;
font-size: 1.7em;
padding-bottom: 1.2em;
}

#main_inner .post ul.post_info
{
list-style: none;
position: absolute;
top: 3em;
font-size: 0.8em;
}

#main_inner .post ul.post_info li
{
background-position: 0em 0.2em;
background-repeat: no-repeat;
display: inline;
padding-left: 18px;
}

/* Footer */

#footer
{
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
text-transform: lowercase;
}

/* Search */

input.button
{
background: #CA2F2F url('../images/index_img/n3.gif') repeat-x;
color: #fff;
border: solid 1px #A94B4B;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

#search
{
position: relative;
width: 100%;
margin-bottom: 2.0em;
}

#search input.text
{
position: absolute;
top: 0em;
left: -5em;
width: 9.5em;
}

#search input.button
{
position: absolute;
top: 0em;
left: 7em;
min-width: 2.0em;
max-width: 5em;
}

/* LAYOUT - 3 COLUMNS */
/* Primary content */
#primaryContent_3columns{
	position: relative;
	margin-right: 34em;
}
#columnA_3columns{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -15em;
	padding-right: 2em;
	}
/* Secondary Content */
#secondaryContent_3columns{
	position: absolute;
	float: left;
	padding-left: 25em;
}
#columnB_3columns{
	width: 13.0em;
	float: left;
	padding: 0em 2em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
}
/* LAYOUT - 2 COLUMNS */
/* Primary content */
#primaryContent_2columns{
	position: relative;
	margin-right: 17em;
}
#columnA_2columns{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -17em;
	padding-right: 2em;
}

/* Secondary Content */
#secondaryContent_2columns{
	float: right;
}
/* LAYOUT - COLUMNLESS */
/* Primary content */
	#primaryContent_columnless
	{
	position: relative;
	}
	
	#columnA_columnless
	{
	position: relative;
	width: 100%;
	}

/* ///////////////////////////////// */
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
