/* Created by: Roberto Jatón para i2T s.a. */
* { padding: 0; margin: 0; }
html, body {
	height:100%;
	}
body {
	background: transparent url(../imagenes/fd_pagina.gif) center repeat-y;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	}
a:link { color: #81005B; }
a:hover {text-decoration: none;}
a:visited {color: #966;}
h1 {
	color: #81005B;
	background-image: url(../imagenes/fd_h1.gif);
	background-repeat:no-repeat;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin: 3px 0 0 0;
	text-align:left;
	padding-left: 22px;
	}
	h1 span {
	background-color:#FFF;
	padding: 3px 5px;
	}

h3 {
	background-image: url(../imagenes/fd_h3.gif);
	background-position: left;
	font-size: 12px;
	line-height: 18px;
	padding-left: 15px;
	margin-bottom: 10px;
	height: 20px;
	}
	
img{ border: none;}
blockquote {
	color: #966;
	background: transparent url(../imagenes/quotes1.png) left top no-repeat;
	margin: 15px;
	}
blockquote div {
  	padding: 0 20px;
  	background: transparent url(../imagenes/quotes2.png) right bottom no-repeat;
	font-size: 1.2em;
	text-align: left;
	}

ul {
	list-style-image: url("../imagenes/img_li.gif"); 
	margin-bottom: 20px;
	}
li { 
	list-style-position: outside;
	margin-left: 20px;
	}

ul ul{
	 list-style-type: disc;
	}

ul ul ul{
 list-style-type: none;
}
p {
	line-height: 1.40em;
	margin-bottom: 20px;
	}

/* FORMULARIO */
fieldset {
	background-color: #EEE;
	padding: 10px;
	border: 1px solid #CCC;
	}
textarea, input {
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.boton {
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}

/* MAQUETACION */

#contenedor {
 	margin: 0 auto;
	width: 755px;
	}
	
/* CABECERA */
#cabecera {
	color: #333;
	padding-top: 10px;
	width: 755px;
	height: 80px;
	}

/* CONTENIDO */
#colIzq {
	float: left;
	border-right: 1px solid #CCC;
	color: #333;
	padding:0 10px 20px 20px;
	min-height: 350px;
	width: 510px;
	margin-bottom: 20px;
	}
	
#colDrch {
	float: right;
 	color: #333;
	padding:0 20px 20px 0;
	height: 350px;
	width: 180px;
	}

#pie {
	background-color: #DDD;
	border-top: 1px solid #CCC;
	font-size: 10px;
	padding: 10px;
	margin-top: 20px;
	width: 735px;
	height: 25px;
	clear:both;
	}
	#pie img { margin-top: 5px;}

/* BARRA NAVEGACION PPAL */
#menu {
       /*float: left;*/
		width: 170px;
        margin-bottom: 30px;
		}
#menu ul {
	list-style: none;
	list-style-image:none;
    margin: 0;
    padding: 0;
    border: none;
    }
#menu ul li {
	background-image: none;
	padding: 0;
	list-style:none;
	list-style-position:outside;
	margin-left: 0;
}
#menu li a {
        height: 28px;
        text-decoration: none;
		line-height: 28px;
		padding-left:15px;
        }

#menu li a:link, #menu li a:visited {
        color: #903;
        display: block;
        background-image:  url(../imagenes/bt_bnav.gif);
        }

#menu li a:hover, #menu li #activo {
		background:  url(../imagenes/bt_bnav.gif) 0 -28px;
        }

/* CLASES */
.ampliar {
	border-top: 1px solid #CCC;
	font-size: 10px;
	margin-bottom: 20px;
	}
.ampliar a:link  { /* texto ampliar */
	color: #81005B;
	background-image:url(../imagenes/bt_ampliar.gif);
	background-repeat:no-repeat;
	padding-left: 12px;
	}
.ampliar a:hover {
	background:  url(../imagenes/bt_ampliar.gif) 0 -15px;
	padding-left: 12px;
	}
.ampliar a:visited  { /* texto ampliar */
	background-image:url(../imagenes/bt_ampliar.gif);
	background-repeat:no-repeat;
	padding-left: 12px;
	}
	
.productosHome { /* div producto de la home */
	float: left;
	font-size: 90%;
	margin-right: 20px;
	width: 140px;
	margin-bottom: 20px;
	}

.thumb { /* imagenes thumbnails */
	border: 1px solid #999;
	}
.thumbNoti {
	background-position: center;
	background-repeat:no-repeat;
	border: 5px solid #DDD;
	float:left;
	margin-right:20px;
	height:65px;
	width:75px;
	}
.thumbProductos {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #903;
	}

.noti {
	display:block;
	float:left;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	min-height: 75px;
	width: 500px;
}
.noti p { margin-left: 105px; }

.fecha {
	color: #969;
	letter-spacing: -1px;
	}

.titSecc {  /* titulos de secciones */
	background-image:url(../imagenes/fd_titsecc.gif);
	font-size: 14px;
	font-variant:small-caps;
	letter-spacing: normal;
	padding-left: 25px;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: block;} 
	/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
	/* End hide from IE-mac */

/* IDS */
#cabecera img {
	border: none;
	}
	#isologoCab {
		float:left; 
		margin-left:20px;
		}
	#infoIdiomaCab {
		float:right; 
		padding-top: 20px; 
		margin: 0 20px 5px 0;
		width:190px; 
		}
	#telEmail {
		float:left;
		padding-right: 10px;
		}
#EspIng {
	float:right;
	margin-left:10px;
	border-left: 1px dotted #CCC;
	width: 50px;
		}
		#EspIng ul { margin:0;}
		#EspIng ul li#idiomaActivo { color: #CCC;}
	/* home y email */
	#iconitos { 
		color: #D7BEC4;
		float:left;
		border:none;
		height: 18px;
		line-height: 18px;
		text-align:right;
		padding-right: 145px;
		padding-top: 5px;
		width: 610px;
		}
		#iconitos img { /* home y email */
			vertical-align:middle;
			}
#izquierda { /* COLUMNA IZQUIERDA HIJO */
		float:left;
		padding-right: 20px;
		width: 240px;
		}
	#derecha {  /* COLUMNA DERECHA HIJO */
		float:left;
		width: 240px;
	}
	#colIzq h1 {
		margin-bottom: 10px;
		}
		
#objflash {
	float:left;
	height: 120px;
	display: block;
	}

#volver {
	background-color: #FFF;
	float:right;
	position:relative;
	font-size: 10px;
	font-weight: normal;
	font-variant:normal;
	padding: 3px;
	}
