/* ****************************************************************************
 * TAGS HTML
 * ***************************************************************************/
a {
	color: #414141;
}
a:hover {
	text-decoration: none;
}
img {
	border-style: none;
}
blockquote {
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1em;
}
hr {
	display: none;
}
p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}
ul, ol {
}



/* ****************************************************************************
 * FORMULARIOS
 * ***************************************************************************/
#formularioLogin {
	width: 350px;
}
fieldset  {
	background-color: #efefef;
	border: solid 1px #d3d3d3;
	color: #666;
	font: 0.8em "Helvetica Neue", helvetica, arial, sans-serif;
	padding: 2px;
}
#fldAdm {
	width: 480px;
}
#fldTip {
	width: 480px;
}
#fldZon {
	width: 480px;
}
#fldOfe {
	width: 480px;
}
#fldAviso {
	background-color: #B0E0E6;
}
#fldComando {
	float: right;
	width: 120px;
}
#fldError {
	background-color: #FF6347;
}
legend  {
	background-color: #d3d3d3;
	color: #666;
	font-weight: bold;
	font-variant: small-caps;
	padding: 2px 6px;
	margin-bottom: 8px;
}
label   {
	display: block;
	float: left;
	font-weight: bold;
	line-height: normal;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 125px;
}
label.fieldLabel	{
	display: inline;
	float: none;
}
input.formInputText   {
	font-size: .8em;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
}
input.formInputText:hover {
	background-color: #ccffff;
	border: solid 1px #006600;
	color: #000;
	cursor: pointer;
}
input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	cursor: text;
}
	
select.formSelect  {
	font-size: .8em;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	}

select.formSelect:hover  {
	color: #333;
	background-color: #ccffff;
	border: solid 1px #006600;
	}
	
select.formSelect:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}

input.formInputButton   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #300;
	background: #f99 url(bg_button.png) repeat-x;
	padding: 1px;
	border: solid 1px #f66;
	cursor: pointer;
	float: right;
	}
	
input.formInputButton:hover   {
	background-image: url(bg_button_hover.png);
	}
	
input.formInputButton:active   {
	background-image: url(bg_button.png);
	}


/* ****************************************************************************
 * TABLAS
 * ***************************************************************************/
#tblBusAdm {
	padding: 0;
	margin: 0;
}
caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 3px 3px 3px 6px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}
th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 3px 3px 3px 6px;
	color: #4f6b72;
}
td.alt {
	background: #F5FAFA;
	color: #797268;
}
th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}



/* ****************************************************************************
 * BODY
 * ***************************************************************************/
body, html {
	background-color: #FFFFFF; 
	text-align: left; /*** Centers the design in old IE versions ***/
}
body {
	background: #FFFFFF url(../images/img01.gif) repeat-x;
	color: #737373;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}


/* ****************************************************************************
 * CABECERA
 * ***************************************************************************/
#cabecera {
	height: 200px;
	margin: 0 auto;
	width: 960px;
}


/* ****************************************************************************
 * CENTRAL
 * ***************************************************************************/
central{
	width: 960px;
	margin: 0 auto;
	padding: 30px;
}


/* ****************************************************************************
 * CONTENEDOR
 * ***************************************************************************/
#contenedor {
	margin: 0 auto;
	padding: 30px;
	width: 960px;
}


/* ****************************************************************************
 * IMAGEN ILUSTRATIVA
 * ***************************************************************************/
div.img-ilus {
	background: url('shadow.gif') no-repeat bottom right;
	margin: 10px 5px;
	padding: 0;
	position: relative;
}
div.img-ilus img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
}


/* ****************************************************************************
 * MAIN
 * ***************************************************************************/
#main {
	float: right;
	width: 680px;
	padding: 5px 5px 5px 5px;
}


/* ****************************************************************************
 * LOGO
 * ***************************************************************************/
#logo {
	float: left;
}


/* ****************************************************************************
 * MENUCENTRAL
 * ***************************************************************************/
#menuCentral {
	float: left;
	width: 250px;
	text-align: left;
}
#menuCentral ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menuCentral li {
	margin-bottom: 20px;
}

#menuCentral li ul {
	padding: 20px;
}

#menuCentral li li {
	background: url(../images/img04.gif) no-repeat left 50%;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
}
#menuCentral p {
	padding: 0 20px;
}
#menuCentral h2 {
	background: url(images/img07.jpg) no-repeat;
	border-bottom: 1px dashed #B9B9B9;
	color: #000000;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 6px 0 0 20px;
	text-transform: uppercase;
}



/* ****************************************************************************
 * INFORMACION CENTRAL
 * ***************************************************************************/
#informacionDatosCentral #colIzquierda {
	float: left;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	text-align: left;
	width: 120px;
}
#informacionDatosCentral #colDerecha {
	float: left;
	padding: 5px 0px 5px 0px;
	text-align: left;
	width: 350px;
}



/* ****************************************************************************
 * POST
 * ***************************************************************************/
.post {
	padding-bottom: 20px;
}
.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 24px;
}
.post .title a {
	text-decoration: none;
}
.post .entry {
	padding: 10px 20px;
}
.post .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}
.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}
.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}
.post .permalink {
}


/* ****************************************************************************
 * TITULO
 * ***************************************************************************/
#titulo {
	border-bottom: 6px solid #3F3F3F;
	color: #414141;
	height: 91px;
	margin: 0 auto;
	width: 960px;
}
#titulo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}
#titulo h1 {
	float: left;
	font-size: 3em;
	letter-spacing: -3px;
	padding-top: 30px;
	text-transform: uppercase;
}
#titulo h2 {
	float: right;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 39px;
	text-transform: uppercase;
}
#titulo a {
	color: #414141;
	text-decoration: none;
}
#titulo img {
	float: left;
	padding-top: 29px;
}


/* ****************************************************************************
 * TITLOGO
 * ***************************************************************************/
#titLogo {
	float: right;
}


/* ****************************************************************************
 * MENU
 * ***************************************************************************/
#menu {
	background: url(../images/img02.jpg) no-repeat center top;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
	width: 960px;
}
#menu ul {
	background: url(../images/img03.gif) no-repeat;
	height: 45px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	background: url(../images/img03.gif) no-repeat right top;
	float: left;
	height: 45px;
}
#menu a {
	color: #000000;
	float: left;
	font-size: smaller;
	font-weight: bold;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu a:hover {
	background: url(../images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
}
#menu .current_page_item a {
	color: #FFFFFF;
	height: 45px;
}


/* ****************************************************************************
 * PIE
 * ***************************************************************************/
#pie {
	border-top: 6px solid #3F3F3F;
	clear: both;
	font-size: smaller;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
}
#pie p {
	line-height: normal;
	margin: 0;
	text-align: center;
}

/* ****************************************************************************
 * SEARCH
 * ***************************************************************************/
#search form {
	padding: 20px;
}
#search br {
	display: none;
}
#search #s {
	width: 135px;
}
