﻿body
{
	margin: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 11px;
	background-image: url(../../App_Assets/bg_repeater.jpg);
	background-repeat: repeat-x;
	color:#585858;	/*El color del texto en todo el sitio es un gris obscuro*/
}

/*BOTON DE BUSQUEDA*/
.buttonSearch
{
	border: 0px;
	height: 18px;
	width: 120px;
	color: #208DE8;
}

.ddl_extension
{
	color: #208DE8;
	font-size: 10px;
	border: 0px;
	width: 70px;
}



/*CONTAINER*/
.mainContainer
{
	width: 800px;
	border-right: 0px;
	border-left: 0px;
	width: 800px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	background-color: White;
	text-align:left;
}
.footerContainer
{
	width: 800px;
	border-right: 0px;
	border-left: 0px;
	width: 800px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom:1px solid gray;
	background-color: White;
	text-align:center;
	font-size: 10px;
	color: #494949;
}

.boxHeader
{
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	width: 100%;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif !important;
	line-height: 10px;
}
.boxContainer
{
	font-size: 11px;
	text-align: justify;
}

hr
{
	border: 1px solid #208DE8;
}

/*  font styles */

.heading
{
	color: #0F5691;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.subheading
{
	color: #494949;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}


/* ESTILOS PARA EL CONTENEDOR */
.containerHeader
{
	font-size: 14px;
	font-weight: bold;
	color: #0F5691;
	text-transform: uppercase;
}

.containerSmallGray
{
	font-size: 10px;
	color: #494949;
}

/*  botones */

.btn, .btn a
{
	display: inline-block;
	width: 134px !important;
	height: 27px;
	border: none;
	font-family: arial, helvetica, sans-serif !important;
	line-height: 27px !important;
	background: url(./images/boton.gif) top left no-repeat;
	text-align: center;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

/*===============================BOXES Y CONTAINERS ==================================*/
.box
{
	border: 2px solid #63B0EF;
	padding: 0px;
	font-size: 11px;
	color: #208DE8;
	height: 100px;
	font-weight: bold;
}

.box thead
{
	background-color: #63B0EF;
	color: white;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

.box td
{
	padding: 2px;
}

/*================================CONTROLES=========================================*/

/*GRIDVIEW*/
.gv_alternate
{
	background-color: #DCEEFC;
	color: #0F5691;
}

.HeaderPage
{
	width: 800px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	background-color: White;
}

/* MENU */
.menu
{
	background-color: #208DE8;
}
.menu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menuBG
{
	background: #208DE8;
	color: white;
	height: 28px;
}
.menu li, .menu a
{
	float: left;
	height: 29px;
	vertical-align: bottom;
	margin-right: 2px;
	width: 85px;
	text-align: center;
	vertical-align: middle;
	color: White;
	font-weight: bold;
	line-height: 30px;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.menu li:hover
{
	background-color: #63B0EF;
	text-align: center;
	vertical-align: middle;
	color: White;
	font-weight: bold;
	line-height: 30px;
	cursor: pointer;
	display: block;
}


.headerSearchContainer
{

}

div.TitleBox
{
	text-align:left;
	background-image:url('./images/TitleBox.gif');
	background-repeat:no-repeat;
	height:37px;
	line-height:33px;
	font-size:14px;
	color:White;	
	padding-left:5px;
	font-weight:bold;
	width:181px;
	display:block;
}

td.separator
{
	background-image:url('./images/separator.gif');
	background-repeat:repeat-y;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}

div.TextTitle, h1
{
	font-size:17px;
	color:#63B0EF;
	font-weight:bold;
	text-align:left;
	position:relative;
	top:-10px;
}

div.TextTitleComment
{
	font-size:10px;
	color:gray;	
	text-align:left;
	font-style:italic;
	padding-bottom:10px;
	position:relative;
	top:-13px;
}

div.SiteComment
{
	font-size:10px;
	color:gray;	
	text-align:left;
	font-style:italic;
	text-align:right;
}


div.DefaultOffers
{
	border:2px solid #208DE8;
	width:100%;
	padding:5px;
}

div.content-wrapper {
	width: 100%;
	margin: 0px auto;
	padding: 0;
}

div.main
{
	float:left;
	width:550px;
	display:inline;
}

div.sidebar {
	float: right;
	width: 200px;
	padding: 0px;
	margin: 10px 0 0 0;	
	font-family:Trebuchet MS, sans-serif;
    font-size:9pt;
	color: #707070;
	margin-right:20px;
}
