/**
 * sebbm.css
 *
 * Sebbm theme.
 *
 */
 
 
 /*---------------------------------- Common.css ----------------------------- */
 
body {
	margin: 0;
	padding: 0;
	background: #012530 url(img/bg.gif) repeat;
	color: #00222c;
	/*font-size: 65%;*/
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

div {line-height: 140%;text-align: left;}

table {border: 0; border-spacing: 0; font-size: 1.0em;}

form {margin: 0;}

a {text-decoration: underline;}
a:link {color: #006666;}
a:active {color: #006666;}
a:visited {color: #6e714a;}
a:hover {color: #ffffff; background: #1b3b45;}

a.plain {text-decoration: none;}

a.boton {padding: 5px 10px 5px 10px; margin: 0px 10px 0px 0px; background: #00222c; font-weight: bold; color: #fff; text-decoration: none; cursor: pointer; float: left;}
a.boton:hover {background: #008dab;}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}




tt {font-size: 1.25em;}
label {}
label.error {color: #a70a00;}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;
	font-size: 1em;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 1em;
	background-color: #E8E8E1; 
	border: 1px solid #ccc;
	cursor: pointer;
}

input.defaultButton {
	background-color: #012530;
	color: #fff;
	font-weight: bold;
	border: 1px solid #012530;
	cursor: pointer;
}

/*input {background-color: #ccc; border: 1px solid #ccc;cursor: pointer;}*/


/**
 * Main layout elements
 */

#container {
	width: 996px !important;
	min-width: 730px !important;
	margin: 0 auto;
	line-height: 125%;
	text-align: center;
	background: url(img/bg_cuerpo.jpg) repeat-y;
	height: auto;
	overflow: hidden;
}

#header {margin: 0px; padding: 0px;width:996px;background: #012530 url(img/bg.gif) repeat; z-index: 1;}


#headerTitle {
	text-align: left !important;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 200px;
	background: url(img/cabecera.jpg) no-repeat top;
}

#headerTitle h1 img {margin: 0px; padding: 0px; float: left;}


#header h1 {
	margin: 0 auto;
	padding: 0px;
	color: #284267!important;
	font-size: 2.2em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	line-height: 130%;
	height: 150px;
}


#footer {
	width: 996px;
	height: 132px;
	position: static;
	background: url(img/bg_pie.jpg);
	float: left;
}

#footerContent {
	width: 95%;
	margin: 0px 0px 0px 30px;
	padding: 75px 0px 0px 0px!important;	
	font-family: Verdana;
	font-size: 0.7em;
	color: #6e714a;
}

#main {
	margin: 0px;
	margin-left: 20px!important;
	padding: 0px 0px 20px 0px;
	width: 690px;
	margin: 0 auto;
	float: left;
	z-index: 10;
}

#main h2 {
	margin: 0;
	padding: 0px;
	padding-top: 0.5em;
	width: 690px;
	font-size: 1.4em!important;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	line-height: 130%;
}

#main h3 {
	margin: 0px;
	padding: 0px 0px 5px 15px;
	color: #fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold!important;
	width: 675px;
	font-size: 1.4em!important;
	background: #98b3b5;
	text-align: left!important;
	line-height: 90%!important;
}

#main a img {border: none!important;} 
/* class="img" se pone en el editor a las imágenes con enlace para que no tengan borde ni hover */
#main a.img {border: none!important; background: #fff; padding: 0px; margin: 0px;} 
#main a.img:hover {color: #ffffff; background: #fff!important;}


#navbar {
	margin-right: 0;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #898e79;
}

#breadcrumb {
	padding: 0px;
	font-size: 0.7em;
	border-bottom: 1px dotted #ccc;
}


#content {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	font-size: 0.7em;
	border-top: 2px dotted #000;
}

#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.3em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.35em;
}

#content h4 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	/*width: 690px;*/
	text-align: left;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding: 0px;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
}


/**
 * Navigation bar
 */

#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em;
}

#navbar a:link {
}

#navbar a:active {
}

#navbar a:visited {
}

#navbar a:hover {
}


/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
}


/**
 * Announcements
 */

#announcementsHome {
	width: 690px;
	margin: 2em 0 2em 0;	
	padding: 0px;
}
#announcementsHome h3 {
	width: 690px;
	margin: 0px;
}

#announcements {
	margin: 0px;
	padding: 0px;
	width: 690px;
}
#announcements h3 {
	margin: 0px;
	width: 690px;
}



table.announcements {
	width: 690px;
	margin: 0px; 
	padding: 0px;
	float: left;
}

table.announcements td {
	margin: 0px;
	padding: 0px;
}

table.announcements td.nodata {
	text-align: center;
	font-style: italic;
}

table.announcements td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.announcements td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements tr.intro {
}

table.announcements td.intro {
}

table.announcements tr.title {
	/*width: 690px;*/
	margin: 0px;
	padding: 0px;
	vertical-align: top; 
	float: left;
}

table.announcements td.title {
	margin: 0px;
	padding: 0px;
	float: left;
}

table.announcements td.title h4 {
	margin: 0px;
	padding: 0px;
	width: 690px;
	float: left;
}

table.announcements tr.description {
	width: 690px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

table.announcements td.description {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	font-size: 1em;
	text-align: justify;
}

table.announcements tr.details {
	width: 690px;
	height: 25px;
	vertical-align: bottom;
}

table.announcements td.posted {
	/*padding-top: 1em;*/
	margin: 0px;
	padding: 0px;
	padding-right: 1em;
	font-style: italic;
	font-size: 1em;
	color: #8f8f69;
	float: left;
}

table.announcements td.more {
	/*width: 15%;
	padding-top: 1em;
	padding-left: 1em;*/
	text-align: left;
	float: left;}


table.announcementsMore {
	width: 100%;
}

table.announcementsMore td {
	/*padding-top: 1.5em;*/
	text-align: right;
}






/**
 * Homepage image
 */

#homepageImage img {
	display: block;
	margin: 0 auto;
	border: 0;
	text-align: center;
}


/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}


/**
 * Additional text styles
 */

span.disabled, label.disabled {color: #666;}
a.action, a.file {font-size: 0.85em; text-transform: uppercase;}
a.icon {text-decoration: none;}
a.icon img {border: 0;}
a.icon:hover {background: none;}

span.formRequired {color: #333;font-size: 0.9em;}
span.instruct {}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {border-bottom: 1px dotted #000;}

.nowrap {white-space: nowrap;}

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}

/**
 * Table styles
 */

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
	margin: 0px;
	padding: 0px;
	width: 690px;
	border-collapse: collapse;
	float: left;
}

table.listing td {
	padding: 0.25em 1.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	font-weight: normal;
	line-height: 120%;
	padding: 0.75em 1.5em 1em 0.5em;
	text-transform: none;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.data {
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}

/**
 * Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #900;
}


/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}

ul.filter {
	margin: 0;
	padding: 1.5em 0 1.5em 0;
	list-style-type: none;
}

ul.filter li {
	padding-right: 1.5em;
	display: inline;
}

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px dotted #000;
	font-size: 0.5em;
	line-height: 25%;
	clear: both;
}

/**
 * Drag and drop styles
 */
.draggable {position: relative;cursor: move;}
.borderBox {border: 1px solid #000000;margin: 2px;padding: 2px;}
.floatLeft {float: left;}

/**
 * Scheduler styles
 */
.scrollContainer {overflow: auto;}
.scheduleTable {min-width: 100%;}

.schedulerEvent {
	color: #880000;
	background-color: #FBFBF3;}
.schedulerPresentation {
	color: #008800;
	background-color: #FBFBF3;}
.schedulerEventHeader {
	color: #FBFBF3;
	background-color: #880000;}
.schedulerPresentationHeader {
	color: #FBFBF3;
	background-color: #008800;}
td.hole {background-color: #777777;}
td.timeRowLabel {
	border-style: solid none none none;
	border-width: 1px;}
.droppable {}

 /* ---------------------------- Fin Common.css ----------------------------- */
 
 
 
/* --------------------- sidebar.css ----------------------------------*/
#sidebar {font-family: Verdana,Arial,Helvetica,sans-serif; z-index: 10;}

#developedBy {
	font-size: 0.95em;
}
#sidebar div.block {
	font-size: 1em;
	padding-bottom: 1.5em;
	
}
#sidebar div.block span.blockTitle {
	display: block;
	padding: 0px 0px 7px 0px;
	font-size: 14px;
	letter-spacing: 0em;
	color: #1b3b45;
	font-weight: bold;
	text-transform:capitalize!important;
}
#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
}
#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1em;
}

#sidebar ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 197px;
	list-style-type: none;
	float: left;
}
#sidebar ul li {
	margin: 0px;	
	border-bottom: 1px dotted #88b5bf;
}
#sidebar ul li a {display: block; width: 195px; padding: 3px 0px 3px 2px;text-decoration: none; font-size: 11px;}
#sidebar ul li a:hover {text-decoration: none;}

/* --------------------- Fin sidebar.css ----------------------------- */


/*-------------------- leftSidebar.css ------------------------------ */
#leftSidebar {	
	margin: 0px;
	padding: 5px;
	margin-left: 30px;
	margin-right: 0px;
	width: 200px;
	font-size: 0.65em;
	height: 100%;
	display: inline;
	overflow: hidden;
	float: left;
	background: #e9f4f8;
}

// Set main on non-IE browsers to have a 10% margin
*html #main {
	margin-right: 5%;
} 

/*-------------------- fin leftSidebar.css -------------------------- */











