/*   

Theme Name: CSS inicial
Theme URI: http://rudeworks.com/blog/css-inicial-2/
Author: RUDE
Author URI: http://rudeworks.com
Version: 2.0
Description: CSS bÃ¡sico con arreglos y selectores pre-configurados.

*/

/* Elementos que queremos limpiar completamente: */

* {
	margin: 0;
	padding: 0;
	/*border: none;*/
}

/* Ajustes tipográficos */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
}

cite, em, dfn {
	font-style: italic;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

li, dd, blockquote {
	margin-left: 1em;
}

code, kbd, samp, pre, tt, var{
	font-size: 100%;
	font-family: monaco, "Lucida Console", courier, mono-space;
}

del {
	text-decoration: line-through;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
}

small, sup, sub {
	font-size: 85%;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a abbr, a acronym {
	border: none;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/

a, a:link, a:visited, a:hover, a:active {
	/*
	Si quisieramos eliminar la lÃ­nea de puntos que aparece al pulsar un enlace, aplicarÃ­amos la siguiente propiedad:
	
	outline: 0;
	
	Sin embargo no se recomienda, por temas de accesibilidad para navegaciÃ³n con teclado (lo cual implica temas legales, un tema peliagudo).
	*/
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
	/*
	Si aÃ±ades un background aparecerÃ¡ como fondo de la imagen, Ãºtil para imÃ¡genes de carga
	*/
}

/* Formularios */

label, button {
	cursor: pointer;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

fieldset {
	border: none;
}

/* Clases útiles */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Para empezar un layout centrado: */

html {
	font: 75% Arial, Verdana, sans-serif;
	text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
	overflow: auto;
	color: #fff;
}

body {
	text-align: center;/* Hack para que IE6 no de problemas */
	background: #FFFFFF none no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

form{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/*ESTRUCTURA PRINCIPAL*/
#container{
	position: absolute; 	/*Posicionamiento absoluto*/
	top: 0%; 				/*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; 				/*Desde la izquierda, colocar al 50% de la pantalla*/
	margin-left: -512px; /*Restamos la mitad de ancho de la capa para centrarla horizontalmente*/
	width: 1024px;
	text-align:left;
	color:#000;
}

#cabecera{
	width:1024px; 
	height:72px;
	background: url(../imagenes/fondo-cabeceraTop.png);
	color:#ffffff;
}

#cabecera a{
	color:#ffffff;
}

#cabecera a:hover{
	font-weight: bold;
}

#contenido{
	margin-top:3px;
	margin-bottom:10px;
}

#contenido-indice{
	margin-top:15px;
	margin-bottom:55px;
}

#contenido-datos{
	margin-top:55px;
	margin-bottom:25px;		
}

#pie-pagina{
	color:#b2b2b2;
	font-size:8pt;
	width:100%;
	text-align:center;
}

#pie-pagina a{
	font-size:9pt;
	color:#0ddde5;
}

#pie-pagina a:hover{
	font-size:9pt;
	font-weight: bold;
}

#flash-inicial{
	margin-left:198px;
	width:600px;
	height:300px;	
}

#flash-tiendaonline{
	width:1024px;
	height:500px;
}

#flash-profesional{
	width:1024px;
	height:300px;
}

#flash-nuvol{
	position:relative;
	left:650px;
	z-index:200;
	width: 300px;
	height: 160px;
}

#flash-producto{
	width:650px;
	height:540px; 
}

#info-producto{
	padding:107px 0 0 44px; 
	width:255px;
}

#nombre-tela{
	font-size:9pt;
	font-weight:bold;
}

#precio-tela{
	font-size:14pt;
	font-weight:bold;
	color:#0ddde5;
}


#capa-pasos{
	height:1000px;
	width:293px;
}

#capa-datosPersonales{
	width:362px; 
}

#capa-ley{
	width:359px;
}

#info-ley{
	margin-top:50px;
	margin-left:10px;
	width:319px;
	color:#9a9a9a;
}

#capa-ley a{
	color:#9a9a9a;
	font-weight:bold;
}
#capa-ley a:hover{
	color:#9a9a9a;
	font-weight:bold;
	text-decoration: underline;
}

#capa-info-datosPersonales{
	height:1000px;
	width:731px;
}

#capa-detallesCesta{
	height:1000px;
	width:731px;
}

#info-detallesCesta{
	padding-left:40px;
	width:484px; 
	color:#898a8a;
}

#capa-info-pasos{
	height:1000px; 
	width:293px;
}

/*formulario*/
#form-contacto{
	padding-left:20px;
}

#form-contacto label{
	display: block;
	float: left;
	width: 105px;
	padding-right: 8px;
	text-align:right;
	color:#747575;
}

#form-contacto input {
	width: 205px;
	margin-bottom: 5px;
	border: 1px solid #c0f6f8;
	background-color: #c0f6f8;
  	color: #333;
}

#form-contacto input.radio{
	width: 30px;	
	border: 1px solid #fff;
	background-color: #fff;
}

#form-contacto input.boton{
	width: 248px;
	margin-bottom: 5px;
	border: none;
}

.noBullet{
	list-style-type: none;
	padding:0;
	margin:0;
}

#flash-disenya{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:650px;
}

#info-producto input.producto{
	width:150px;
	margin-bottom:5px;
	font-size:9pt;
	font-weight:bold; 
	color:#696a6a;
	border:none;
}

#info-producto label{
	font-size:13pt;
	display:block;
	float:left;
	width:65px;
	padding-right:3px;
	text-align:left;
	color:#696a6a;
	font: normal normal 13pt/8pt Arial, Helvetica, sans-serif;
}

#capa-superior{
	width:100%;
	height:72px;
	background: url(../imagenes/fondo-capa-cabeceraTop.png);
}

/*seccion tak-t*/
#container-takt{
	position: absolute; 	/*Posicionamiento absoluto*/
	top:52px;
   left: 50%;
	width: 897px;
	margin-left: -463px;
	text-align: left;
}
#footer-contacto2{
	background:#ffffff; 
	width:100%; 
	color:#bbbcbc;
}
.texto1{
	color: #777777;
}
.titulo{
	width: 100%;
	font-weight: bold;
	color: #3fa8cf;
	margin-top:10px;
	margin-bottom:3px;
}

.imprimir a{
	color:#0ddde5;
	
}

.imprimir a:hover{
	color:#0ddde5;
	text-decoration: underline;
}