*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

body {
	/*background: #555555;*/ 
	background: #000000 url('../imagenes/body_background.png');
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size:73%; /* esto lleva la fuente a 12 px */
}


/* General */
h1 {font-size:1.5em; font-weight:bold; margin-bottom:10px;}
h2 {font-size:1.3em; font-weight:bold; margin-bottom:5px;}
h3 {font-size:1.1em; font-weight:600;}
h4 {font-size:1.0em; font-weight:normal;}

p { margin-bottom:5px; }

ul { list-style:none;	padding: 0px;	margin: 0px; }

.left {float:left;}

.right {float:right;}

.clear  {clear:both;}

.hidden {display: none;}

.centered
{
	display:block;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
}


/* All */
#body_content {position:relative; width:800px; margin-left:auto; margin-right:auto; background-color:transparent; }

/* Header */
#header {
	padding:5px;
	left:0px;
	min-height:160px;
	background: transparent url('../imagenes/header_back.png') no-repeat top left;
}
#header_logo {margin:10px; background:url('../imagenes/logo.png') no-repeat top left; width:450px; padding-top:110px;}
#header_text {line-height:1.4em; font-size:1.0em; color:#555555;  font-weight:normal; }

/* Header Rotator */
#header_rotator_container {position:absolute; right:10px; top:10px; }

#header_rotator img {
	border:1px solid #ccc;
	position:absolute;
	left:0px; top:0px;
}

/* Content */
#content_container{ padding: 10px; background-color:#ffffff; }
#content{ padding: 10px; }
#content h1{ text-align:center; }

/* Footer */
#footer {
	width:100%;
	padding:5px 0px; border-top:solid 1px #ddddff;
	text-align:center; font-size:0.9em; color:#818181;
	background:#222222;
	margin-bottom:10px;
}

#portada { background: transparent url('../imagenes/portada.png') no-repeat 50px 10px; min-height:400px; }

/* Servicios */
#servicios_content { margin: 0px 10px; padding:5px; }
#servicios_content .imagecontainer { opacity:0.60;	filter:alpha(opacity=60); /* para IE */}

#servicios_content_1 {width: 600px; float:left; margin-bottom: 10px; }
#servicios_content_2 {width: 600px; float:right; margin-bottom: 10px; }

#servicios_content_1 .imagebox {float: left; margin-right:10px; display:inline;}
#servicios_content_2 .imagebox {float: right; margin-left:10px; display:inline;}

/* Clientes */


/* Contacto */
#contact_content {font-size:1.0em;}

.contact_info {float:left; display:inline; width:294px;}
.contact_info p {line-height:1.2em;}

#contactForm label {height:15px; line-height:13px; }

#contactForm .column1 { width:200px; float:left; display:inline-block; }
#contactForm .column1 input[type="text"] { width:200px; height:18px; border:1px solid #a4a4a4; background:#ffffff; padding:1px; line-height:16px; color:#666666; }

#contactForm .column2 { width:360px; line-height:13px; display:inline-block; margin-left:10px; }
#contactForm .column2 textarea {width:360px; height:123px; border:1px solid #a4a4a4; background:#ffffff; padding:1px; overflow:auto; line-height:16px; color:#666666; }

#contactForm .buttons {text-align:right; padding:6px 6px 0 0;}
#contactForm input[type="submit"] {width:50px; height:22px; cursor:pointer; background-image:url('../imagenes/send.gif'); border:none; color:#ffffff; }

#response { background-color:transparent; color:#aa0000; font-weight:bold; padding:2px 0px; }


/*
Clases referidas a elementos en particular
*/
#content_menu
{
	display:inline;
	float: left;
	width: 150px;
}

#content_main
{
	display:inline-block;
	margin-left: 10px;
	width: 608px;
}

/*
Clases referidas al rol o utilidad de los objetos
*/
.content_container {
	padding: 5px;
	border: 1px solid #d6d6d6;
	background: #f0f0f0 ;
	position:relative;
}

.institucional p {text-indent:1em; letter-spacing:1px; margin-bottom:10px;}
.institucional p:first-letter {font-size:1.2em;}

.product_description {}
.product_description .product_image { float:left; display:inline-block; width:210px; }
.product_description .content { display:inline-block; width:390px; }
.product_description h1 {}
.product_description img {margin: 0px 10px 10px 0px;}
.product_description p {text-indent:1em; letter-spacing:1px; margin-bottom:10px;}

.service_description {}
.service_description .product_image { float:left; display:inline-block; width:210px; }
.service_description .content { display:inline-block; width:390px; }
.service_description h1 {}
.service_description img {margin: 0px 10px 10px 0px;}
.service_description p {text-indent:1em; letter-spacing:1px; margin-bottom:10px;}

.software_description {}
.software_description h1 {}
.software_description img {}
.software_description p {text-indent:1em; letter-spacing:1px; margin-bottom:10px;}


/*
Clases referidas a aspectos est&eacute;ticos
*/
.transparent{
  opacity:0.8;                /* CSS3 standard */
  filter:alpha(opacity=80);   /* para IE */
}

.rounded{
 border-radius: 6px;  
 -ms-border-radius: 6px;			/* para IE, aunque no es soportado aun por IE */
 -moz-border-radius: 6px;		/* para Firefox */
 -webkit-border-radius: 6px; /* Para Safari/Chrome */
 -khtml-border-radius: 6px; 
}

.bullet_list, .list_bullet{
	position:relative;
}
.bullet_list li, .list_bullet li{
	background-image: url('../imagenes/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	font-size:1.0em;
	color:#007fff; 
	line-height:1.3em;
}
.bullet_list li:hover, .list_bullet li:hover{
	color:##007fff;
}


a.file_download
{
	background: url('../imagenes/pdf.png') no-repeat left center;
	padding: 16px 0px 16px 32px;
	display:inline-block;
	margin: 5px 0 px 5px 0px;
	font-size: 0.9em;
}