@charset 'UTF-8';

/* Fonts --------------------------------- */

@font-face {
    font-family: 'LucidaGrande';
    src: url('fonts/lucida_grande-webfont.eot');
    src: url('fonts/lucida_grande-webfont.eot?iefix') format('eot'),
         url('fonts/lucida_grande-webfont.woff') format('woff'),
         url('fonts/lucida_grande-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LucidaGrande';
    src: url('fonts/lucida_grande_bold-webfont.eot');
    src: url('fonts/lucida_grande_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lucida_grande_bold-webfont.woff') format('woff'),
         url('fonts/lucida_grande_bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Generales --------------------------------- */

body, div, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font-size: 11px;
	font-family: 'LucidaGrande', Tahoma, Verdana, Arial, sans-serif;
}

input, textarea, select, button {
	margin: 0;
	padding: 2px 2px 2px 3px;
	outline: 0 none;
	color: #000000;
	font-size: 11px;
	border: #d8dfea solid 1px;
	background-color: #ffffff;
	font-family: 'LucidaGrande', Tahoma, Verdana, Arial, sans-serif;
}

input.form-checkbox {
	padding: 0 3px 0 0;
	border: none;
	vertical-align: bottom;
}

th input.form-checkbox { padding: 0; }

.required-value input,
.required-value textarea,
.required-value select,
.required-value button {
	background-color: #ffffb6 !important;
}

img {
	border: none;
}

ul {
	list-style: none;
}

a {
	outline: none 0px;
	color: #3b5998;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Clases ************************************ */

.hidden {
	display: none;
}

.nofloat {
	clear: both;
}

.float-left {
	float: left;
}

.float-left-pad {
	float: left;
	padding-left: 10px;
	padding-top: 8px;
}

.float-right {
	float: right;
}

.text-left {
	text-align: left;
}


.text-left-pad {
	text-align: left;
	padding-left: 10px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.tooltip {
	padding: 5px 10px 5px 10px;
	display: none;
	color: #ffffff;
	font-size: 11px;
	white-space: nowrap;
	background-color: #3694ce;
	border: #808080 solid 1px;
}

.photo-thumbnail {
	width: 194px;
	height: 140px;
	display: none;
	position: absolute;
	padding: 4px;
	border: #d8dfea 1px solid;
	background: #ffffff url('../images/loader-small.gif') no-repeat center center;
}

.form-error {
	margin: -2px 0 0 2px;
	position: absolute;
}

.form-button {
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	color: #ffffff;
	width: auto;
	cursor: pointer;
	font-size: 12px;
	height: 26px;
	background: #617aac url('../images/bg-buttons.png') repeat-x left top;
	border: #29447e 1px solid;
}

.form-cancel,
.button-cancel .form-button {
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	color: #333333;
	width: auto;
	cursor: pointer;
	font-size: 12px;
	background: #eeeeee url('../images/bg-cancels.png') repeat-x left top;
	border: #999999 1px solid;
}

.error-message {
	padding: 6px 7px 7px 31px;
	color: #333333;
	font-size: 13px;
	border: #dd3c10 solid 1px;
	background: #ffebe8 url('../images/error.png') no-repeat 3px 4px;
}

.info-message {
	padding: 6px 7px 7px 31px;
	color: #333333;
	font-size: 13px;
	border: #75c90b solid 1px;
	background: #ffebe8 url('../images/accept.png') no-repeat 3px 4px;
}

.alert-message {
	padding: 6px 7px 7px 31px;
	color: #333333;
	font-size: 13px;
	background: transparent url('../images/alert.png') no-repeat 3px 4px;
}

.colored-note {
	width: 10px;
	height: 8px;
	margin-right: 5px;
	display: inline-block;
	border: #d8dfea solid 1px;
	background-color: #ffffb6;
}

/* Boxes ************************************ */

div#full-body {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 980px;
}

div#full-body2 {
	margin: 0 auto 0 auto;
	padding: 0;
}

div#fb-root {
	margin-top: 15px;
	overflow: hidden;
}

/* Footer ************************************ */

div#main-footer {
	overflow: hidden;
	border-top: #d8dfea solid 1px;
}

div#main-footer p {
	margin: 0 0 0 5px;
	width: 40%;
	line-height: 24px;
}

div#main-footer ul li {
	float: left;
	line-height: 24px;
	display: block;
}

div#main-footer ul li a {
	padding: 0 5px 0 5px;
	border-left: #d8dfea solid 1px;
}

div#main-footer ul li a.first {
	border: none;
}






























/* End */
