﻿/* CSS Document */

img
{
	border:0px;
}

body
{
    float:left;
	margin: 0px 0px;
	background-position:top;
	background-color:#fff;			
}
a:hover{text-decoration:none;color:#f4a933}
a {color:#949a9e;text-decoration:none; }

#container-total {
  
  float:left;
  position: absolute;
  width: 600px;
  margin-left: -300px;
  left: 50%;
  top:0px;
}
.texto-arriba
	{
	float:left;
	font-family:Tahoma;
	font-size:10px;
	color:#000;
	}
.cabecera
{
    float:left;
    width:600px;
    padding-top:35x;
    padding-bottom:5px;
    height:135px;
}
.caja-central
{
    float:left;
    width:600px;
    padding-top:30px;
    padding-bottom:30px;  
}
.bloque-home
{
    float:left;
    width:600px;
    padding-top:10px;
    padding-bottom:10px;
	font-family:Tahoma;
	font-size:11px;
	color:#999998;
	height:12px;
	border-bottom:solid 1px #f19d15;
	margin-top:10px;
}
.bloque-home-texto
{
    float:left;
    width:300px;
	text-align:left;
}
.caja-central-izquierda
{
    float:left;
    line-height:15px;
    width:150px;
	margin-right:50px;
    font-family: Tahoma;
    font-size:11px;
    text-align:left;
    letter-spacing:1px;
	color:#999998;
}
li.caja-central-izquierda
{
	color:#9e9e9d;
	float:left;
	height:25px;
	font-family: Tahoma;
	text-transform:uppercase;
	text-align:left;
	text-decoration:none;
	list-style:none;
	letter-spacing:1px;
	font-size:10px;
	width:220px;
}
.caja-central-derecha
{
    float:left;
    width:400px;
	padding:0px;
	margin:0px;
}
#articulo
{
    float:left;
    width:400px;
	height:450px;
}
.lados-caja
{
    float:left;
    width:80px;
}
.texto-caja-foto
{
    float:right;
    font-family:Tahoma;
    font-size:10px;
    text-align:left;
    color:#989689;
    margin-top:230px;
    letter-spacing:1px;
}
.texto-caja-foto2
{
    float:left;
    font-family:Tahoma;
    font-size:10px;
    text-align:left;
    color:#989689;
    padding-left:170px;
    letter-spacing:1px;
}
.medio-caja
{
    float:left;
    width:300px;
}
.pie
{
    float:left;
    font-family: Tahoma;
    font-size:11px;
    color:#949a9e;
    text-align:left;
    letter-spacing: 1px;
	margin-bottom:15px;
	width:100%;
	padding-top:10px;
	padding-left:0px;
}
.texto-mapa
{
	font-family:tahoma;
	font-size:11px;
	color:#9e9e9d;
	text-decoration:underline;
}
#fotos
{	
	float:left;
	width:400px;
	height:320px;
}
.clear4
{
    height:0px;
    clear:both;
}
.clear
{
    height:10px;
    clear:both;
}
.clear2
{
    height:4px;
    clear:both;
}
.clear3
{
    height:1px;
    clear:both;
}
.texto
{
    float:left;
    font-family: Tahoma;
    font-size:10px;
    color:#000;
    letter-spacing:1px;
}
.menu-espacio ul 
{
	float:left; 
	width: 600px;
	padding-top:5px;
	margin-left:0px;
	padding-left:0px;
}

ul
{
	float:left; 
	width: 600px;
	padding-top:5px;
	margin-left:35px;
	padding-left:0px;
}
li 
{
	color:#9e9e9d;
	float:left;
	height:25px;
	font-family: Tahoma;
	text-transform:uppercase;
	text-align:left;
	text-decoration:none;
	list-style:none;
	letter-spacing:1px;
	font-size:10px;
}
li a
{
	color:#9e9e9d;
	text-decoration:none;
}
li a:hover
{
	text-decoration:none;
	color:#F29400;

}
.menu-espacio
{
	float:left;
	width:600px;
	border-top:solid 1px #f19d15;
}
.linea
{
	background-color: #f19d15;
	height: 1px;
	width:600px;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: both;
	font-size:1px;
}
.linea-vertical
{
    float:left;
    height:8px;
    width:1px;
    background-color: #f19d15;
    margin-right:5px;
    margin-top:3px
}
    
.pelicula
{
    float:left;
    width:540px;
    height:300px;

}
#google
{
	float:left;
	width:599px;
	height:300px;
	border:solid 1px #d1d1d1;
}
.textbox
{
    float:left;
    height:13px;
    width:100px;
	font-family:Tahoma;
	font-size:11px;
	color:#000;
	background-color:#e0dfdf;
}
.caja-formulario
{
    float:left;
    padding-left:80px;
}
.caja-texto-grande-formulario
{
	float:left;
	width:110px;
	padding-right:25px;
}
.texto-formulario
{
    float:left;
	font-family:Tahoma;
	font-size:11px;
	margin:0px;
	padding:0px;
	color:#999998;
	height:20px;
}
#div_error
{
    float:left;
	font-family:Tahoma;
	font-size:11px;
	margin:0px;
	padding-bottom:10px;
	color:#f19d15;
}
.texto-clientes
	{
	float:left;
    line-height:15px;
    font-family: Tahoma;
    font-size:11px;
    text-align:left;
    letter-spacing:1px;
	color:#999998;
	}
/* root element for scrollable */
.scrollable{  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 360px;	 
	width: 120px;
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
}

/* single scrollable item */
.items li {
	color:#9e9e9d;
	float:left;
	height:25px;
	font-family: Tahoma;
	text-transform:uppercase;
	text-align:left;
	text-decoration:none;
	list-style:none;
	letter-spacing:1px;
	font-size:10px;
	width:220px;
}

/* elements inside single item */
/* the action buttons above the scrollable */
#actions {
	width:150px;
	margin:3px 0 1px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.prevPage
{
	float:left;
}	



