@charset "UTF-8";
/* CSS Document */

/* CSS Document **********************************************
Creada por: Álvaro Emparán
Profesión: Diseñador Gráfico / Ingeniero en Informática
Fecha de creación: 15/01/2014
Proyecto Cloud Store / Mercado Público
*************************************************************/

body{
	background: #fff;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	color:#666;
}

h1,h2,h3,h4,h5,h6 { font-weight:lighter; color:#356588; }

h1 { font-size:36px; }
h2 { font-size:32px; }
h3 { font-size:28px; }
h4 { font-size:24px; }
h5 { font-size:20px; }
h6 { font-size:16px; }


/* Comunes
*******************************************/
.left { float:left; }
.right { float:right; }
.text-align-left { text-align:left; }
.text-align-right { text-align:right; }

.padding-parejo { padding:5px; }
.margen-left { margin-left:5px; }
.margen-right { margin-right:5px; }
.boder-redondos { border-radius:4px; }

.Oculta { display:none; }
.Muestra { display: block; }

.bg-lineas-azules { background-image:url(../imagenes/fondos/bg_lineas.png); }

p { font-size:13px; }

.color-fuente-blanco { color:#FFF; }

.barra-estatica { position:fixed; overflow:hidden; width:100%; top:0px; }

.barra-ancla-subir-top { position:fixed; bottom:50px; right:30px; }

.contenedor-al-ancho { width:100%; overflow:hidden; }
.contenedor-principal { margin:0px auto; width:750px; overflow:hidden; }
.contenedor-principal .fuente-h2-tamagno { font-size:36px; }
.contenedor-areas-productos { padding-top:30px;}

.margen-top { margin-top:5px; }

.bg-fondo-gris { background-color:rgba(0,0,0, 0.4); }
.bg-fondo-blanco { background-color:rgba(255,255,255, 1); }
.bg-fondo-azul { background-color:rgba(0,100,174, 1); }

.color-linea-azul { border:#0064ae 1px solid; }

.css-clear { clear:both; }

.cursos-puntero { cursor:pointer; }

a { font-size:12px; }
 img {border:0px;}
