﻿/* ::::: básicos ::::::::::::::::::::::::::::::::: */

body {
	background:#71a8eb url(../img/bg.jpg) repeat-x;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	text-align: center;
}

p	{
	margin:20px 10px 0 30px;
}

h1	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;	
	font-style: italic;
	color: #000033;
	text-align: center;
	line-height: 30px;
	padding: 10px;
	margin: 9px;	
}

h1.header {
	margin: 0;
	padding: 0;
}

h2.header {
	margin: 0;
	padding: 0;
}

h3.header {
	margin: 0;
	padding: 0;	
}

p.textodestacado {
color:#000033;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:18px;
font-style:italic;
font-weight:normal;
line-height:30px;
margin:9px;
padding:10px; 
text-align:center;

}
	
/* ::::: links ::::::::::::::::::::::::::::::::: */

a	{
	font-weight: bold;
	color: #527bb1;
	text-decoration: none;
}
	
a:hover {
	color: #527bb1;
	text-decoration: underline;
}

a:visited {
	color: #527bb1;
}
	
a:active {
	color: #527bb1;
	text-decoration: none;
}
	
/* ::::: contenedor centrado de la plantilla ::::::::::::::::::::::::::::::::: */

#contenedor {
	width: 720px;
	margin: 0 auto;
	background-color: #fff;
}

/* ::::: cabecera flash ::::::::::::::::::::::::::::::::: */

#flash {
	margin-bottom: 10px;
	margin-left: 3px;	
}

/* ::::: barra navegación ::::::::::::::::::::::::::::::::: */

#contenedornavega{
	position:relative;
	height:37px;
	background-color: #19435c;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;	
}

#navega{
	position:relative;
	height:33px;
	font-size:12px;
	background:#fff url(../img/navega_bg.gif) repeat-x bottom left;
	padding:0 0 0 20px;
}

#navega ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}

#navega ul li{
	display:block;
	float:left;
	margin:0 5px;
}

#navega ul li a{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
}

#navega ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;
}

#navega ul li a:hover{
	color:#fff;
	background:transparent url(../img/navega_bg-OVER.gif) repeat-x bottom left;
}

#navega ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
}

#navega ul li a.current,#navega ul li a.current:hover{
	color:#fff;
	background:#1D6893 url(../img/navega_left-ON.gif) no-repeat top left;
	line-height:33px;
}

#navega ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#1D6893 url(../img/navega_right-ON.gif) no-repeat top right;
	height:33px;
}

/* ::::: contenido ::::::::::::::::::::::::::::::::: */

#content {
	background-color: #ffffff;
	padding: 0;
	margin: 0 10px;
}

/* ::::: base ::::::::::::::::::::::::::::::::: */

#base {
	font-size: 9px;
	color: #999999;
}

/* ::::: producto ::::::::::::::::::::::::::::::::: */

/*Subnav*/

#contenedor_producto{
	float: left;
	width:400px;
	background: url(none);
	padding: 20px 0 0 22px;
}

#producto
	{
	padding: 0;
	margin: 0;
}

#producto li
	{
	line-height: 27px;
	list-style: none;
	background: url(../img/bolo_producto.gif) no-repeat;
	padding: 0 0 0 40px;
	text-align:left;
}

#foto{  
	width:270px;
	margin:10px 0 10px 425px;
	border-left:1px solid #88ce0b;
	padding: 10px 0 10px 3px; 
}

/* ::::: galeria ::::::::::::::::::::::::::::::::: */

#galeria_ideas {  
	list-style:none;
	width:720px;
	float:left;		
	margin:0;
	padding:0;
}
	
#galeria_ideas li {
	display:inline;
	float:left;
	padding:2px;
	margin: 0 11px 0 11px;
}

#galeria_ideas .rollover_image a {
	display: block;
	height: 165px;
	width: 112px;
	padding-top:9px;
	padding-left:5px;
	background: url(../img/marco.gif) 0 0 no-repeat;
	border-bottom: none;
}

#galeria_ideas .rollover_image a:hover{
	display: block;
	height: 165px;
	width: 112px;
	background: url(../img/marco.gif) 0 -175px no-repeat;
}

/* ::::: formulario ::::::::::::::::::::::::::::::::: */

label {
	margin: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color:#88ce0b;
} 

.formulario label, .alinear label {
	text-align: right;
	display: block;
	width: 280px;
	float: left;
}

input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin: 5px 0;
	background:transparent url(../img/input_bg.gif) no-repeat 0 0;
	padding: 4px;
	width: 400px;
	border-top: 0px solid #acacac;
	border-bottom: 0px solid #acacac;
	border-left: 0px solid #acacac;
} 

textarea {
	height: 100px;
}  

.boton {
	padding-left: 540px;
}    

.boton input {
	background: #527bb1;
	color: #ffffff;
	height: 30px;
	width: 150px;
	text-align: center;
	border: none;
	margin-top: 15px;
} 

.boton input:hover {
	background: #4cd0f4;
} 

.telefono	{
	font-size: 18px;
	font-weight: normal;
	color: #000033;
}