BODY,HTML
{
	height:100%;
	background: url(images/fondo.jpg);
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-align: center;
}
.wrapper
{
	margin-top: 25px;
	margin-bottom:25px;
	margin-left: auto;
	margin-right: auto;
	min-width: 400px;
	text-align: left;
	width: 1000px;
}
.contentint
{
	background:#FFF;
}
.enlace_buscador{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#06C;
	text-decoration:none;
}

.descripcion{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
	text-decoration:none;
}
.enlace_buscador:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	text-decoration:underline;
}

/*WEB Rounded*/
.t
{
	
	width: 1000px;
}
.b
{
	background: url(images/dot.gif) repeat-x 0 100%;
}
.l
{
	background: url(images/dot.gif) repeat-y 0 0;
}
.r
{
	background: url(images/dot.gif) repeat-y 100% 0;
}
.bl
{
	background:transparent url(images/bl.png) no-repeat scroll 0 100%;
	float:left;
	padding:5px;
}
.br
{
	background:transparent url(images/br.png) no-repeat scroll 100% 100%;
	float:right;
	padding:5px;
	position:relative;
}
.tl
{
	background:transparent url(images/tl.png) no-repeat scroll 0 0;
	float:left;
	padding:5px;
}
.mid
{
	background:#FFFFFF none repeat scroll 0 0;
	float:left;
	height:10px;
	width:980px;
}
.tr
{
	background:transparent url(images/tr.png) no-repeat scroll 100% 0;
	float:right;
	padding:5px;
	position:relative;
}
/*END WEB Rounded*/

/* CONTENT */
.top{
	height:10px;
	width:1000px;
	position:relative;
}
.bottom{
	height:10px;
	width:1000px;
	position:relative;
	margin-bottom:10px;
}

.content
{
	min-height: 200px;
	position: relative;
}
.header
{
	
	height: 130px;
	color: #000;
	position: relative;
	
}
.menubar
{
	background: #b4e0fb;
	height: 45px;
	width: 1000px;
	position: relative;
}
.search
{
	background: url(images/buscar.jpg) no-repeat 10px 7px;
	height: 45px;
	width: 200px;
	float: left;
	position: relative;
	color: #666;
}
.search INPUT
{
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	height: 23px;
	padding-top:6px;
	position: relative;
	margin-left: 45px;
	margin-top:7px;
	width: 180px;
	border:1px solid #999;
}

#tooltip{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	color:#fff;
	}
	
.menu
{
	float: right;
	height: 45px;
	width: 760px;
	position: relative;
}

.banners{
	display:inline-table;
	float:right;
	
	position:relative;
	width:300px;
}

.banner{

	margin-top:10px;
	position:relative;
	width:300px;

}

/* END CONTENT */


/* HOME / NOSOTROS */

.contenthome{
	display:inline-block;
	padding:20px;
	position:relative;
	width:960px;
}

.aboutus{
	width:660px;
	position:relative;
	float:left;
}

.tittlehome{
	font-size:20px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#464851;
	margin-bottom:10px;
	max-width:610px;
}
.tittlelinks{
	font-size:12px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#069;
	margin-bottom:10px;
	max-width:610px;
	font-weight: bold;
}

.texthome{
	position:relative;
	width:610px;
}

/* END HOME / NOSOTROS*/

div.movible {
		width: 100%;
		height: 20px;
		background: #004593;
		cursor: move;
		color:#FFF;
		
	}
div.contenedor {
		
		width: 250px;
		height: 200px;
		border: 1px solid #000000;
		position: absolute;
		bottom: 10px;
		right:10px;
		background: #FFF;
		overflow:auto;
		z-index:9999;
		
	}

