﻿
/*
Author: Adrian Mato
Author URI: http://web.ontuts.com
*/

/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
    border:0pt none;
    font-family:inherit;
    font-size:100%;
    font-style:inherit;
    font-weight:inherit;
    margin:0pt;
    padding:0pt;    
}
body{
    line-height: 1em;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0pt;
    cursor: default;
    color: #fff;    
}
table{
    border-collapse: separate;
    border-spacing: 0pt;
}
strong{
    font-weight: 700;
}
caption, th, td{
    font-weight:normal;
    text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after{
    content:"";
}
blockquote, q{
    quotes:"" "";
}
pre{
    font-family: Arial, Helvetica, sans-serif;
}
/*input{
    border: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}*/
input.text{
    border: solid 1px #029dc3;
    margin: 1em;
    font-family: Arial, Helvetica, sans-serif;
}
textarea{
    font-family: Arial, Helvetica, sans-serif;
    color: #888888;
    padding: 7px 3px 0 4px;
    font-size: 11px;
}
select{
    font-size: 11px;
    color: #888888;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #CAD2CE;
}
ul{
    list-style: none;
    list-style-type: none;
    list-style-position: outside;
}
a{
    cursor: pointer;
    color: #ece6bd;
    text-decoration: underline;
    outline: none !Important;
}
html,body{
    height:100%;
}
.clear{
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    line-height: 0;
}
.clearfix{
    overflow: hidden;
}
.italic{
    font-style: italic;
}
/******* /GENERAL RESET *******/

/******* GENERAL *******/
h1{
    color: #fff;
    font-size: 26px;
    line-height: 3em;
}
h2{
    line-height: 2em;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #e4e1cd;
}
.wrapper{    
    width:930px;    
    padding:10px; 
    background:#efefef;
    margin: 0pt auto;     
}
body
{
    background-image:url(../images/bck_body.jpg);
    background-repeat:repeat-x;    

}


/******* /GENERAL *******/



/******* CONTENT *******/
h3{
    line-height:1em;
    vertical-align:middle;
    height:48px;
    padding:10px 10px 10px 52px;
    font-size:32px;
    color:#E4E1CD;
}

.menuV
{     
    width:180px;     
    padding-top:1px;    
    float:left;
}
.main
{
    background:#f3f3f3;    
    width:740px;
    margin-left:8px;
    margin-bottom:5px;
    border: solid 1px #e5e5e5;
    float:left;    
}

#ContentTitle
{
    background:#152b30; color:#ddd; font-weight:bold; padding:10px;font-size:11px;
    /*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	*/
	margin:0 auto;

	
}
.footer
{    
    background: url(../images/topnav_stretch.gif) repeat-x;
    height:25px;
    width:930px;    
    color:#fff;
    font-size:11px;
    text-align:center;
    padding-top:5px;    
    clear:both;
    
 
}

/******* /CONTENT *******/

/**** menu H ******/
body {
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	font: 4.7em normal Georgia, 'Times New Roman', Times, serif;
	color: #333;
	margin: 0;
	padding: 5px 0;
}
h1 small{
	font: 0.2em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.5em;
	display: block;
	color: #fff;
}
.container {width: 930px; margin: 0 auto;}



ul#topnav {
	margin: 0; padding: 0;
	float: right;
	width: 930px;
	list-style: none;
	position: relative;
	/*font-size: 1.2em;*/
	font-size: 11px;
	background: url(../images/topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	float: right;
	margin: 0; padding: 0;
	border-left: 1px solid #555;
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #1376c9 url(../images/topnav_active.gif) repeat-x;}
ul#topnav li span 
{
    text-align:right;
	float: left;
	padding: 10px 0;	
	position: absolute;
	left: 0; top:30px;
	display: none;
	width: 930px;	
	background: #0180ec;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;	
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}




/******* MENU *******/
.menu{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:1px 1px 3px #888;
	-moz-box-shadow:1px 1px 3px #888;
}
.menu li{border-bottom:0px solid #659db4;}
.menu ul li, #menu li:last-child{border:none}	
.menu a{
	display:block;
	color:#FFF;
	text-decoration:none;
	font-family:'Helvetica', Arial, sans-serif;
	font-size:11px;
	padding:3px 5px;
	text-shadow:1px 1px 1px #325179;
	border-bottom:1px solid #659db4;
}
.menu a:hover{
	color:#F9B855;
	-webkit-transition: color 0.2s linear;
}
.menu ul a{background-color:#227293;}
.menu ul a:hover{
	/*background-color:#74a7b7;*/
	background-color:#0180ec;
	/*color:#2961A9;*/
	color:#fff;
	text-shadow:none;
	-webkit-transition: color, background-color 0.2s linear;
	padding-left:10px;
}
.menu{
	display:block;
	background-color:#152b30;
	margin:0;
	padding:0;
	width:180px;
	list-style:none;
}
/*#menu ul{background-color:#6594D1;}*/
.menu li ul {display:none;}


/***** CONTENIDO ******/
.contenido
{
    color:#555;
    padding:10px;
    font-size:12px;
    text-align:justify;
    line-height:140%;
}

.imgMision
{
    padding-right:3px;
    width:30px;
    height:30px;
}

/***** PRODUCTOS  ****/
#content_viewer {
	width: 700px;
	background: #fff;
	padding: 5px;	
	border: 1px solid #CCC;
}
#gallery img {
	border: none;
}

#gallery_nav {
	float: left;
	width: 120px;
	text-align: center;
	border-right:solid 1px #ccc;
	padding-right:10px;
}

#gallery_output {
	float: left;
	width: 560px;
	height: 100%;
	overflow: hidden;
}

.DescripcionProd
{    
    float:left;width:170px; padding-left:10px;    
        
}

.tituloDescripcionProd
{
    background: url(../images/topnav_stretch.gif) repeat-x;
    color:#fff;
    -moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	/*-webkit-box-shadow:2px 2px 3px #888;
	-moz-box-shadow:2px 2px 3px #888;*/
	padding:6px;
}

.contenidoDescripcionProd
{
    border-left:solid 1px #e5e5e5;
    border-right:solid 1px #e5e5e5;
    border-bottom:solid 1px #e5e5e5;
    padding:5px;
}

#gallery_output img {
	display: block;
	margin: 20px auto 0 auto;
	float:left;
	/*width:380px;*/
}
.marca{
    cursor: pointer;
    color: red;
    text-decoration: underline;
    outline: none !Important;
}
.texto_producto
{
    color:Maroon;
    text-decoration:none;
    display:block;    
}


/***** Otros ****/
.AksAzul
{    
    color: #072e6a;
    font-weight: bold;
}
.AksCeleste
{    
    color: #029dc3;
    font-weight: bold;
}
.Tamano12
{
    font-size:12px;
}
.Tamano14
{
    font-size:14px;
}
.emailLabel
{
    color:#029dc3;
}
fieldset
{    
    padding: 15px;
}

.celdaContacto
{
    text-align: right;
    width:150px;
    padding-right:5px;
}

#mensaje
{
    height: 150px;
    width:250px;
}

/**Servicio**/
.itemServicios{
    
    list-style-type: circle;
    list-style-position: inside;
    color: #029dc3;
    padding-left: 10px;
}
.itemServicios span
{
    color: #555;
}

/** Business Partner **/
.bizPartner
{
    width:100%;     
}
.bizPartnerInside
{
    float: left; padding-right: 10px;
    width:460px;
    text-align:center;    
}
.bizPartnerInside div
{
    background: #072e6a; height: 10px; width: 420px;    
} 
.bizPartnerInside img
{   
   padding:10px;
}
.bizPartner a
{
    color:#5675c3;
    text-decoration:none;    
} 

/** Mapa Sitio **/

.divMapa li
{
    list-style: none;
}
.divMapa a
{
    color:#5675c3;
    text-decoration:none;    
}

/*Estilo para el contenido de las paginas principales:Telecomunicaciones, Electronica,etc*/
.principalContenido
{
    text-align:left;
    padding:0 10px 0 20px;
}
.principalContenido li
{
    list-style-type:circle;
}
.principalContenido a
{
    color:#5675c3;
    text-decoration:none;
}

.principalContenido h2
{
    color: #072e6a;
    font-weight: bold;   
}