﻿/*
	Cordoba Software (http://www.cordobasoftware.com.ar)
	producto:srv.aikonerp.com.ar v01
	author:Sebastian Torres DCV
	CSS: Estilos personalizados
	versión:01
*/


body {
background-color:#fff;
}

/*
#slide-home {
}
*/

/* =LINKS 
------------------------------------------------------- */
a,
a:link, 
a:visited {
color:#316ac5;
text-decoration:none;
}
a:active,
a:hover {
color:#316ac5;
text-decoration:underline;
}

/* =ENCABEZADOS 
------------------------------------------------------- */
h1 {color:#0745d3;}
h2 {color:#fff;}
h3 {color:#316ac5;}
h4 {color:#333;}
h5 {color:#484848;}
h6 {color:#316ac5;}


/* =CONTAINER / CONTENEDOR GENERAL 
------------------------------------------------------- */
.container_1 {
/*overflow:hidden;*/
width:92%;
/*max-width:960px;*/
/*min-width:960px;*/
margin:0 auto;
padding:0 1.0205%;

}
.col_1,
.col_2,
.col_3 {
display:inline;
float:left;
position:relative;
}
/* 1/3 columna */
.container_1 .col_1 {
width: 30.625666667%;
padding-right: 2.041%;
}
/* 2/3 columna */
.container_1 .col_2 {
width: 63.292333334%;
padding-right: 2.041%;
}
/* 1 columna */
.container_1 .col_3 {
width: 95.959%;
padding-right: 2.041%;
}

/* =HEADER / ENCABEZADO
------------------------------------------------------- */
#satelital {
width:100%;
height:30px;
margin:0 auto;
padding:0 auto;
padding-top:10px;
/*background:url(../imagenes/bg-satelital.jpg) repeat-x top center;*/
background:#222;
line-height: 21px;
}

/* SATELITAL */
#satelital-nav {
font-size:12px;
display:block;
font-weight:600;
}
#satelital-nav .container_1 {
position: relative;
}
#satelital-nav a {
/*color:#888888;*/
color:#25befa;
margin-left:13px;
}
#satelital-nav a:hover {
/*color:#222;*/
color:#58d0ff;
text-decoration:underline;
}

h2 {
margin-top:0.35em;

}

.top {
width:101px;
height:30px;
margin:0px 0 0px;
padding:0px 0 0 0;
float: left;
margin-top:-7px;
}

/*.btn {
width:120px;
height:27px;
margin:0px 0 0px;
padding:5px 0 0 0;
background: url(../imagenes/btn.png) no-repeat top left;

}
.btn:hover {
background: url(../imagenes/btn.png) no-repeat bottom left;
}
.btn a,
.btn a:link,
.btn a:visited,
.btn a:active {
font-size:13px;
font-weight:bold;
color:#f1f1f1;
padding:15px ;
}
.btn a:hover {
	color:#fff;
	text-decoration:none;
	text-align: center;
}*/

.btn {
  border-radius: 20px;
  font-family: Arial;
  color: #fff !important;
  font-size: 13px;
  background: #0295c1;
  padding: 8px 18px;
  text-decoration: none;
}
.btn:hover {
  background: #0083ab;
  text-decoration: none !important;
}


/* =CONTENT / CONTENIDO 
------------------------------------------------------- */
#content {
padding:5px auto;
}

/* =LISTAS 
------------------------------------------------------- */
#content ul {
list-style:none;
list-style-position:outside;
margin:0 0 12px -6px;
padding:0 0 0 6px;
}
#content ul li {
background:url(../imagenes/bullet.png) no-repeat 0 7px;
background-attachment:scroll;
background-clip:padding-box;
padding:0 0 3px 12px;
}
#content ol {
list-style:decimal;
margin:0 0 18px 15px;
padding:0 6px 0 0;
}

