@charset "utf-8";
/* CSS Document */

/*Global Settings*/

* {
	font-family: Arial, Helvetica, sans-serif;
	color:#5e7d83;
}

body {
	font:100%/1.80 Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(../imgs/fondo_web_cabecera.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

html, body {
	border:0;
	margin: 0;
	padding: 0;
}

div {
	font-size:10px;
	color:#333333;
}

/* ESPACIOS EN ALTO */
.espacio1, .espacio2, .espacio4, .espacio5, .espacio10, .espacio20 {clear: both;border:0px;margin:0px;padding:0px;}
.espacio1 {height:1px;line-height:1px;}
.espacio2 {height:2px;line-height:2px;}
.espacio4 {height:4px;line-height:4px;}
.espacio5 {height:5px;line-height:5px;}
.espacio10 {height:10px;line-height:10px;}
.espacio15 {height:20px;line-height:20px;}

/* ESPACIOS EN ANCHO */
.vertical1, .vertical5, .vertical10 {line-height:1px; height:1px; float:left; margin:0px; padding:0px;}
.vertical1 {width:1px;}
.vertical5 {width:5px;}
.vertical10 {width:10px;}

/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
	background:url(../imgs/fdo_titulos.gif); background-repeat:no-repeat; background-position:left;
	padding: 0 0 3px 10px;
	font-size:13px;
	color: #FFFFFF;
	height: 20px;
	margin: 0;
}
 
h2 {
	padding:0 0;
	/*letter-spacing:-1px;*/
	font-size:2em;
	font-weight: bold;
	color: #FF0000;
}
 
h3 {
	font-size:120%;
	font-weight:bold;
	margin: 0 0 0 0;
	color: #999999;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 1.25em;
	line-height: 18px;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/
 
a,
a:link,
a:visited,
a:active {
	color:#FF0000;
	text-decoration:none;
}
 
 
a:hover {
	color:#ffffff;
	background-color:#FF0000;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	width: 200px;
}
 
textarea {
	width:200px;
	line-height:1.25;
}
 
label {
cursor:pointer;
}

#button {
	background-color:#000000;
	color:#FFFFFF;
	width:100px;
	float:right;
	border:none;
}

#nombre, #tel, #email {
	background-color:#EEEEEE;
	border: 1px solid #CCCCCC;
}

#consulta {
	background-color:#EEEEEE;
	border: 1px solid #CCCCCC;
}



/***** Tables *****/
 
table {
border:0;
margin:0 0 0 0;
padding:0;
}
 
table tr td {
padding:0px;
}

/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}

/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/***** DIV´s *****/

#contenedor {
	text-align:center;
	width:100%;
	/*height: 100%;*/
	position: relative;
	margin: 0px;
} 

#cabecera {
	width: 980px;
	text-align:left;
	color:#86989F;
	vertical-align:middle;
	clear: both;
	margin: auto;
	height:155px;
}

#cabecera table{
	font-size:11px;
	float:right;
	width:730px;
	margin-top:60px;
}

#cuerpo {
	width: 980px;
	text-align:center;
	vertical-align:top;
	clear: both;
	margin: auto;
	
} 

#columnaizquierda {
	width:200px;
	float:left;
	vertical-align:top;
	padding-left:0px;
	padding-bottom:5px;
	color:#666666;
	text-align:left;
}

#columnaizquierda h1{
	/*letter-spacing:-1px;*/
	font-size:12px;
	color: #FFFFFF;
	font-weight: normal;
	height: 20px;
	text-transform: uppercase;
	padding-top:6px;
}

#columnaizquierda td {


}

#columna-descripcion {
	width:230px;
	float:right;
	vertical-align:top;
	margin-top:15px;
	padding: 5px 0 10px 8px;
	color:#666666;
	text-align:left;
	border-left:#CCCCCC solid 1px;
	background-image:url(../imgs/fdo_col_descripcion.gif); background-repeat:repeat-y;
}

#pie {
	width:100%;
	height:100px;
	background-image: url(../imgs/fdo_web_pie_2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	margin: auto;
	vertical-align:bottom;
}

#pie span {
 	display:none;
}
 
#pie strong {
	font-size:17px;
	letter-spacing: -0.05em;
}

#miniaturas {
	color:#86989F;
}

#miniaturas a:link, #miniaturas a:active, #miniaturas a:visited {
	font-size:1.6em;
	font-weight:normal;
	text-transform:uppercase;
	color:#86989F;	
}

#miniaturas td a:hover {
	background: none;
	color:#ff0000;	
}

#miniaturas td{
	vertical-align:top;
}

#miniaturas h1 {
	font-size:2em;
	color:#86989F;
	background:none;
	margin: 4px 0 7px 0;
	padding: 0;
	text-transform:uppercase;
	height:auto;
}

#miniaturas h2 {
	font-size:1.5em;
	font-weight:bold;
	color:#000000;
	background:none;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight:normal;
}



#columnappal {
	width:730px;
	float: right;
	text-align: left;
	overflow: auto;
	font-size:120%;
}


#columnappal a, #columnappal a:link, #columnappal a:visited, #columnappal a:active {
	font-weight:bold;
}

#columnappal a:hover {
	color:#FFFFFF;
	background-color:#FF0000;
}
#contenedor #cuerpo #columnappal #muestras img {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #EEEEEE;
}
/***** Botones *****/

.btn-formulario {
	background-color:#EE7F01;
	color:#FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	border: 2px solid #EEEEEE;
	height: 30px;
	width: 120px;
}

.btn-mail {
  width:		192px;
  height:		23px;
  background:		url(../imgs/mail_carahue.gif) no-repeat right top;
    clear:		both;
  float:		right;
  border:		0px;
}
.btn-mail:hover {
  background:		url(../imgs/mail_carahue_up.gif) no-repeat right bottom;
  border:		0px;
}

.btn-descarga {
  width:		218px;
  height:		38px;
  background:		url(../imgs/link_descarga.gif) no-repeat right top;
    clear:		both;
  float:		right;
  border:		0px;
}
.btn-descarga:hover {
  background:		url(../imgs/link_descarga_up.gif) no-repeat right bottom;
  border:		0px;
}

.btn-web1 {
  width:		218px;
  height:		38px;
  background:		url(../imgs/link_web1.gif) no-repeat right top;
    clear:		both;
  float:		right;
  border:		0px;
}
.btn-web1:hover {
  background:		url(../imgs/link_web1_up.gif) no-repeat right bottom;
  border:		0px;
}

.btn-web2 {
  width:		218px;
  height:		38px;
  background:		url(../imgs/link_web2.gif) no-repeat right top;
    clear:		both;
  float:		right;
  border:		0px;
}
.btn-web2:hover {
  background:		url(../imgs/link_web2_up.gif) no-repeat right bottom;
  border:		0px;
}

a span {
  display:		none;
}
.nota {
	font-size: 15px;
	color: #FF6600;
}

.link-bienvenido, .link-diseno, .link-identidad, .link-bienvenido-up, .link-diseno-up, .link-identidad-up {
	padding: 5px 0 5px 0;
}

.link-bienvenido {
	height:	19px;
	width: 200px;
	background:	url(../imgs/link_bienvenido.gif) no-repeat left top;
	clear:		both;
	float:		left;
	border:		0px;
}
.link-bienvenido:hover {
  background:	url(../imgs/link_bienvenido_up.gif) no-repeat left top;
}
.link-bienvenido-up {
	height:	19px;
	width: 200px;
	background:	url(../imgs/link_bienvenido_up.gif) no-repeat left top;
	clear:		both;
	float:		left;
	border:		0px;
}
.link-bienvenido-up:hover {
	background-color: none;
	background:	url(../imgs/link_bienvenido_up.gif) no-repeat left top;
}
.link-diseno {
	height:	43px;
	width: 200px;
	background:	url(../imgs/link_diseno.gif) no-repeat left top;
	clear:		both;
	float:		left;
	border:		0px;
}
.link-diseno:hover {
  background:	url(../imgs/link_diseno_up.gif) no-repeat left top;
}
.link-diseno-up {
	height:	43px;
	width: 200px;
	background:	url(../imgs/link_diseno_up.gif) no-repeat left top;
	clear:		both;
	float:		left;
	border:		0px;
}
.link-diseno-up:hover {
	background-color: none;
	background:	url(../imgs/link_diseno_up.gif) no-repeat left top;
}
.link-identidad {
	height:	40px;
	width: 200px;
	background:	url(../imgs/link_identidad.gif) no-repeat left top;
	clear:		both;
	float:		left;
	border:		0px;
}
.link-identidad:hover {
  background:	url(../imgs/link_identidad_up.gif) no-repeat left top;
}
.link-identidad-up {
	height:	40px;
	width: 200px;
	background:	url(../imgs/link_identidad_up.gif) no-repeat left top;
	clear:		both;
	float:		left;
	border:		0px;
}
.link-identidad-up:hover {
	background-color: none;
	background:	url(../imgs/link_identidad_up.gif) no-repeat left top;
}

.txt-epigrafe {
	background-color:#F5F5F5;
	color: #666666;
	border-bottom: #cccccc solid 1px;
	padding:5px;
	/*background-image: url(../imgs/fdo_epigrafe.gif);
	background-repeat:  repeat-x;
	background-position: top;*/
	height: 30px;
	vertical-align:bottom;
}

