body {
	background-color: #FFF;
	background-image: url(../images/img1.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}
.contenedor {
	width: 900px;
	margin: 0 auto;
}

.header, .main, .contenido, .footer, .gallery	{
	width: 100%;
	float: left;
}
/* ----------------------------------------------------------- encabezado ---------------------------------------------------------*/
.header	{
	padding-bottom: 20px;
}
.logo {
	float: left;
	padding-top: 45px;
}
.topmenu {
	float: right;
	width: 690px;
	padding-top: 103px;
	padding-left: 30px;
}

.topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

.topmenu ul li a {
	text-decoration: none;
}
.der, .izq, .medio	{
	float: left;
}
.topmenu .medio ul li a, .topmenu .der ul li a {
	color: #999;
}

.topmenu .der {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
}

.topmenu .der ul {
	width: 100px;

}
.topmenu .der ul li a {
	background-image: url(../images/der.jpg);
	background-position: 0px 2px;
	float: left;
	padding-left: 12px;
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-bottom: 4px;
}

.topmenu .medio ul li a {
	background-image: url(../images/med.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
	float: left;
	width: 225px;
}

.topmenu .izq ul li a {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/izq.jpg);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	float: left;
	width: 225px;
}
.topmenu .izq ul li a:hover {
	color: #999;
}
.topmenu .medio ul li a:hover {
	color: #FFF;
}
.topmenu .der ul li a:hover {
	color: #FFF;
}
.header .topmenu p	{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333;
	padding-top: 50px;
}
/* ----------------------------------------------------------- contenido ---------------------------------------------------------*/

.contenido h1	{
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
/*------------clientes-----------*/
.cliente img {
	padding-right: 10px;
}
.cliente {
	width: 203px;
	height: 85px;
	float:left;
	padding-right: 48px;
	padding-left: 48px;
	padding-bottom: 30px;
	text-align: center;
}

/*----------contenido index----------*/

.contenido .clientes h1, .accordion h3  	{
	border-bottom: 1px dashed #999;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.contenido .clientes h1	{
	margin-bottom: 14px;
}
.clientes, .clientes h1	{
	width: 203px;
	float: left;
}
.staff	{
	width: 667px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	float: right;
}
.staff img	{
	float: right;
	padding-top: 20px;
}
.staff a	{
	color: #333;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	background-image: url(../images/staff-flecha.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 8px;
}
.staff a:hover	{
	color: #000;
}

/*------------------accordion --------------------*/
.accordion h3	{
	font-weight: normal;
	font-size: 11px;
	color: #370d83;
	cursor: pointer;
	padding: 7px 15px;
	margin: 0;
	cursor: pointer;
	background-image: url(../images/arrow-square.gif);
	background-repeat: no-repeat;
	background-position: right -51px;
}
.accordion h3.active {
	background-position: right 5px;
}

.accordion p {
	margin: 0;
	padding: 10px 15px 20px;
}
/*--------------------------galeria-----------------------------*/

#gallery {
	position:relative;
	width:900px;
	margin:0px;
	padding:0px;
}
#images {
	height:225px;
	margin-bottom:20px;
}
#image {
	position:relative;
	width:900px;
	height:405px;
	padding:0;
	background-color: #FFF;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#image img {
	position:absolute;
}
#thumbwrapper {
	margin-top:10px;
	width:900px;
	height:100px;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:100px;
	width:900px;
}
#thumbs {
	position:absolute;
	list-style:none;
	height:100px;
	width:10000px;
	border-right:5px solid #FFF;
	padding-left: 0;
}

#thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer;
}
.imgnav {
	position:absolute;
	height:405px;
	width:20%;
	z-index:100;
	outline:none;
	cursor:pointer;
}
#previmg {
	left:0;
	background:url(../images/left.gif) left center no-repeat;
	filter:alpha(opacity=50);
}
#previmg:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
#nextimg {
	right:0;
	background:url(../images/right.gif) right center no-repeat;
	filter:alpha(opacity=50);
}
#nextimg:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

/* ----------------------------------------------------------- pie ---------------------------------------------------------*/
.footer, .contenido, .cliente	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	letter-spacing: 0;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
}
p.siniestro	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	background-image: url(../images/siniestro.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 20px;
}
p.siniestro a	{
	color: #999;
	text-decoration: none;
}
p.siniestro a:hover	{
	color:#000;
}

