﻿
/* Stylesheet by Max */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0;	
}

#Encabezado {
    background: #f5f5f5 url(Imagenes/bg-footer.gif) repeat-x top left;
	margin:0 auto;
	padding-left:10px;
    padding-right:10px;    	
    padding-top:5px;
    padding-bottom:5px;
	overflow: hidden;
	min-width: 970px;	
    color: #2a4f5e;
}

#EncabezadoMobil {
    background: #f5f5f5 url(Imagenes/bg-footer.gif) repeat-x top left;
	margin:0 auto;
	padding-left:5px;
    padding-right:5px;    	
    padding-top:5px;
    padding-bottom:5px;
	overflow: hidden;
    color: #2a4f5e;
}

#Menu {
	margin:0 auto;
	overflow: hidden;
	min-width: 970px;	
    color: #2a4f5e;
    font-size: 12px;
}

#Cuerpo {
	margin: 0 auto;
    padding-left:30px;
    padding-right: 30px;
	/*width: 970px;*/
    /*width: 1250px;*/
}

#CuerpoMobil {
	margin: 0 auto;
	padding: 5px;	
}

.Bienvenido {
    font-size: 40px;
    color: #2a4f5e;
    padding-top:30px;
    padding-bottom:30px;
}

.ACcompletionList {
border:solid 1px #444444;
margin:0px;
padding:2px;
height: 100px;
overflow:auto;
background-color: #FFFFFF;
}

.AClistItem {
font-size:13px;
color: #2a4f5e;
color: #1C1C1C;
}

.ACitemHighlighted {
font-size:13px;
background-color: #ffc0c0;
}

.BotonMenu {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#2a4f5e;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	width:110px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
    margin:5px 5px 0px 5px;
}
.BotonMenu:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.BotonMenu:active {
	position:relative;
	top:1px;
}

.BotonMenuMkt {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:lightblue;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid lightblue;
	display:inline-block;
	color:#2a4f5e;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	width:110px;
	text-decoration:none;
	text-align:center;
    margin:5px 5px 0px 5px;
}

#Mensaje {display:none; width: 960px; height: 14px; 
        position: relative; text-align: center; width:100%; 
        font-size:12px; font-weight:bold; color:red                
}


.TituloPrincipal {
    color: #2a4f5e;
    font-weight:bold;
    text-align:left;
}

.PanelConsulta {
    font-size:12px;
    color: #2a4f5e;
    width:100%;
}

.TablaEncabezadoDatos
{
    font-size:12px;
    font-weight:bold;
    text-align:center;
}

.TablaEncabezadoDatos td {
    background-color:#cacaca;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height:20px;
}

.TablaDatos
{
    border-color:GrayText;
    font-size:12px;
}

.TablaDatos td
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}  

/*.TablaDatos .row  {color: #2a4f5e; background-color: #f5f5f5 }
.TablaDatos .alt  {color: #2a4f5e; background-color: #e8e8e8 }*/

.TablaDatos .row  {color: #2a4f5e; background-color: white }
.TablaDatos .alt  {color: #2a4f5e; background-color: #dddddd  }
.TablaDatos .pgr {background-color: #e8e8e8 }
.TablaDatos .pgr table { margin: 5px 0; }
.TablaDatos .pgr td { border-radius: 0; border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
.TablaDatos .pgr a { color: #666; text-decoration: none; }
.TablaDatos .pgr a:hover { color: #000; text-decoration: none; }

.PanelAgregar
{
    font-size:12px;
    font-weight:bold;
}

.TablaPieDatos td {
    background-color:#cacaca;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height:30px;
}




.TituloEstandar {
    color: #2a4f5e;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin: 15px 0 0;
    padding: 0 30px 0 0;
    text-transform: uppercase;
}
  
.ParrafoEstandar {
	color: #5d5d5d;
	font-size: 14px;	
	line-height: 24px;
}

.CeldaImagen {
    text-align:center;
    vertical-align:middle;    
}


#Pie {
	background: #f5f5f5 url(Imagenes/bg-footer.gif) repeat-x top left;
	margin: 0;
	min-width: 960px;
	padding: 0;    
}

#Pie div {
	margin: 0 auto;
	overflow: hidden;
	padding: 26px 0 0;	
	width: 960px;
}
#Pie div div {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 192px;	
}
#Pie div div h3 {
	color: #818a8c;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
}

#Pie div div ul,
#Pie div div ul li {
	margin: 0;
	list-style: none;
	padding: 0;	
}	
#Pie div div ul li {
	font-size: 12px;
	line-height: 22px;
	color: #818a8c;	
}

#Pie div a.facebook,
#Pie div a.twitter {
	display: block;
	float: left;
	height: 27px;
	margin: 10px 0 0;
	text-indent: -99999em;
	width: 40px;	
}
#Pie div a.facebook,
#Pie div a.twitter {
	background: url(Imagenes/icons.gif) no-repeat;	
}
#Pie div a.facebook {
	background-position: 0 0;
	margin: 10px 0 0 58px;
	_margin: 10px 0 0 28px;
}
#Pie div a.twitter {
	background-position: 0 -37px;
}

#Pie div p {	
    color: gray;
	font-size: 12px;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;	
	text-shadow: 1px 1px 1px #fff;
}

.autocomplete_completionListElement 
{  
margin : 0px!important;
background-color : White;
color : windowtext;
border : buttonshadow;
border-width : 1px;
border-style : solid;
cursor : 'default';
overflow : auto;
font-family:Calibri;
font-size:12px;
text-align : left; 
list-style-type : none;
margin-left:0px;
padding-left:0px;
max-height:150px;
width:auto;
}

