﻿@charset "utf-8";  /* CSS Style */

body {
	margin-top: 0px;
	background-image: url(../img/tmp/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	}
#logo {
	position: absolute;
	/*	top: 0px;
	left: 0px;
*/	top: 0px;
	left: -15px;
	width: 200px;
	height: 200px;
	z-index: 10;
}
#general {
	position: relative;	
	height: auto;
	width: 950px;
	/*margin-right: auto;
	margin-left: auto;*/
	left: 50%;
	margin-left: -475px;
	}
#top{
	float: left;
	height: 100px;
	width: 950px;
	background-image: url(../img/tmp/bg_head.gif);
	background-repeat:  repeat-x;
}
/*::::::::::::::::::::::::::::::::::::::::::::    cuerpo     :::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#cuerpo {
	float: left;
	width: 950px;
	height: 100%;
	background-color: #FFFFFF;
}
.banner{
	height: 200px;
	width: 600px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CFDBE7;
	border-left-color: #CFDBE7;
	margin-left: 4px;
	margin-right: 4px;
	background-image: url(../img/tmp/bg_empresa.gif);
	background-repeat:  repeat-x;
	/*	text-align: center;*/
}
#rodea{
	float: left;
	height: auto;
	width: 610px;
}
/*::::::::::::::::::::::::::::::::::::::::::::    columna     :::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.columna {
	float: left;
	width: 170px;
	height: 100%;
	background-color: #C6D9EC;
}
#carga {
	height: auto;
	width: 600px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CFDBE7;
	border-left-color: #CFDBE7;
	margin-left: 4px;
	margin-right: 4px;
}
.logos{
	width:100%;
	height:auto;
	float:left;}
/*::::::::::::::::::::::::::::::::::::::::::::    pie     :::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.pie {
	float: left;
	width: 100%;
	height: 40px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	background-image: url(../img/tmp/sombra_pie.png);
	background-repeat: no-repeat;
	background-position: top;
	line-height: 30px;
	/*margin-left: 250px;*/
}
/*:::::::::::::::::::::::::::::::::::::::::: generales ::::::::::::::::::::::::::::::::::::::*/
#emergente{
	position:absolute;
	width:610px;
	height:469px;
	border:2px solid #CFDBE7;
	background-color:#FFFFFF;
	left:50%;
	margin-left:-305px;
	z-index:200;
	display:none;
}
#cerraremergente{
	position:absolute;
	right:0px;
	top:0px;
	width:50px;
	text-align:right;
	left:50%;
	margin-left:240px;
	z-index:210;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
}