@charset "UTF-8";

body {
	color: #333;
	font: 11px Arial, Helvetica, sans-serif;
	background: #191e2f url(../images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

p,#side ul {
	line-height: 1.6em;
}

#wrap1 {
	position: relative;
	margin: 0 auto;
	width: 986px;
}

.logo {
	position: absolute;
	top: 50px;
	left: -75px;
}

#header {
	background: url(../images/navbg.gif) no-repeat top right;
	padding-top: 15px;
	height: 45px;
	overflow: hidden;
	clear: both;
}

h1#head {
	float: left;
	width: 282px;
	height: 36px;
	margin: 0;
	text-indent: -9999px;
	background: url(../images/logotipo.gif) no-repeat top right;
}

img.more {
	margin: 10px 0 20px;
}

/* MINI OPCIONES SOBRE HEADER */
.options {
	float: right;
	list-style: none;
	margin: 30px 20px 0 0;
	padding: 0;
	width: 300px;
}

.options li {
	float: right;
	list-style: none;
	margin: 0;
	padding: 10px 8px;
	display: block;
}

.options li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

/* MENU PRINCIPAL */
ul#nav {
	float: right;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
	width: 520px;
}

ul#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul#nav li a {
	display: block;
	height: 36px;
	text-indent: -9999px;
}

/* COLUMNAS */
#slide {
	clear: both;
	background: transparent url(../images/slide2.jpg) no-repeat;
	width: 960px;
	height: 200px;
}

#wrap2 {
	width: 960px;
	background: #fff;
}

#content {
	float: left;
	width: 585px;
	padding: 20px 20px 0 45px;
}

#side {
	float: right;
	width: 270px;
	padding: 20px;
	background: #4d5a7a;
	color: #fff;
	border-top: 3px solid #fc3
}

/* HEADINGS - TITULOS */
h1,h2,h3,h4,h5 {
	color: #191e2f;
	font: italic normal 100% Baskerville, Georgia, "Times New Roman", Times,
		serif;
	letter-spacing: 1px;
	margin: 0 0 20px;
}

h1 {
	font-size: 26px
}

h2 {
	font-size: 23px
}

h3 {
	font-size: 18px
}

#side h3 {
	color: #fff;
}

#content h3 {
	color: #4d5a7a;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

/* MENU LATERAL */
#side ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

#side ul li {
	background: url(../images/bullet.gif) no-repeat 0 5px;
	padding: 0 0 10px 15px;
	list-style: none;
}

#side a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#side a:hover {
	color: #fc3;
	font-weight: bold;
}

/* LINKS GENERALES */
a {
	color: #4d5a7a;
	text-decoration: underline;
}

a:hover {
	color: #191e2f;
}

a img {
	border: 0;
}

/* FOOTER */
#footer {
	clear: both;
	background: #ffcc33;
	padding: 10px 25px 10px 45px;
	margin: 0 0 30px
}

#footer a {
	color: #4d5a7a;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover,.options li a:hover {
	text-decoration: underline;
}

/* FORMULARIO DE CONTACTO */
.contactform label {
	width: 70px;
	clear: both;
	float: left;
	color: #4d5a7a;
	font-weight: bold;
	text-transform: uppercase;
}

.contactform {
	margin: 30px 0 0;
}

.contactform p {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.contactform #submit {
	font: 14px bold "Arial Black", Gadget, sans-serif;
	color: #fff;
	background: #fc3;
	width: 80px;
	padding: 5px;
	text-transform: uppercase;
}

.contactform input,.contactform textarea {
	font: 11px Verdana, Geneva, sans-serif;
	color: #333;
	background: #eee;
	width: 440px;
	padding: 5px;
	border: 0;
}

div.logodisplay {
	background: #eee;
	margin: 0 0 30px -55px;
	padding: 10px 0 10px 45px;
	border-left: 10px solid #fc3;
}

div.logodisplay:hover {
	border-left: 10px solid #4d5a7a;
}

table.admin-table a {
	display: inline;
}

tr.odd  td img {
	width: 40px;
	height: 40px;
}

tr.even  td img {
	width: 40px;
	height: 40px;
}

div.left p img {
	width: 40px;
	height: 40px;
}

div.logounit {
	display: block;
	float: left;
}

div.logounit img {
	width: 90px;
	height: 70px;
}

div.logounit {
	background: #eee;
	margin: 0 0 30px -55px;
	border-left: 200px;
	padding-left: 100px;
	padding-right: 80px;
}

div.logodisplay a img {
	max-height: 52px;
	width: auto;

}

div.logodisplay div.logoitem {
	display: inline-table;
	padding: 12px;
	width: 168px;
	text-align: center;
	vertical-align: middle;
}

th.wicket_orderNone  a   span {
	color: white;
}

th.wicket_orderNone  a {
	background: #4D5A7A none repeat scroll 0% 0%;
}

div.action a {
	background: top;
}

div.action a:hover {
	background: top;
}

div.createEntityDiv {
	color: blue;
}

#editorlink {
	background-color: transparent;
	color: white;
	text-decoration: underline;
}

img.imgCalendIcon {
	width: 20px;
	height: 20px;
}

div.searchPanel  table tr td input {
	background: url("../images/searchbutton.gif");
	background-repeat: no-repeat;
	border: none;
	width: 80px;
	padding-bottom: 10px;
}

div.searchPanel  table tr td span input {
background:url(../images/fieldbg1.gif) no-repeat center left ;
width: 130px;
padding-bottom: 10px;
}
}
