
body {
	margin: 0px;
	margin-top: 0px;
	font-size: 14px;
	font-family: Sans, Verdana;
	background-color: #EEEEEE;
}

body.print {	
    background-color: #c0d2e0;
}

body.print #top_frame {
    margin-top: 19px;
}

body.print #content{
    margin: 10px;
    
    border: 1px solid;
    box-shadow: 0 0 8px;
    margin: 30px;
    padding: 10px;
    
}

ul {
	padding: 5px;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 10px;
}

li {
	margin-bottom: 5px;
}

.hl {
	font-weight: bold;
}

button {
	border: outset 1px ;
}

#meta_menu {
	text-align: right;
	border: 3px solid #fff;
	padding-right: 10px;
	font-size: 11px;
	height: 13px;
        background-color:#fff;
}

#username_label {
	font-weight: bold;
}

#left_frame {
	margin-left: 0px;
}

#left_cell {
	width: 200px;
	_width: 160px;
}

#center_frame {
	width: 100%;
}

#center_frame td {
	text-align: left;
	vertical-align: top;
}

#center_frame #left_cell {
	background-color: #DDDDDD;
	border-right: solid 1px #777777;
}

#center_frame #content_cell {
	background-color: #FFFFFF;
	padding: 0px;
}

#content_frame {
	padding: 20px;
	padding-top: 5px;
        /*
        border: 1px solid;
        box-shadow: 0 0 8px;
        margin: 15px;
        */
}

#center_frame #bottom_cell {
	background-color: #EEEEEE;
	border-top: solid 1px #777777;
        height:auto;
}

#bottom_frame, #bottom_frame a {
	color: #777777;
	font-size: 11px;
	padding: 10px;
	padding-bottom: 0px;
}

#app_logo {
	margin-top: 20px;	
	float:left;
}

.print #app_logo{
	display:none;
}

#app_logo_imprimir {
	display:none;
}

.print #app_logo_imprimir {
	display:block;
	float:left;
	height:90px;
	margin-top:15px;
}

#top_frame {
	height: 110px;
	background-color: #DDDDDD;
	background-image: url('../images/marquesina_int_2.gif');
	background-repeat: repeat-x;
	border-bottom: solid 1px #777777;
}

#app_owner_frame {
	position: absolute;
	right: 15px;
	top: 0px;
	height: 110px;
	text-align: center;
	padding-top: 20px;
	_padding-top: 20px;
	width: 120px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	border: solid 1px #777777;
	border-top: solid 0px;
	border-bottom: solid 0px;
}

#app_owner_frame a {
	color: #555555;
	font-size: 11px;
}

#app_owner_logo {
	position: absolute;
	top: 33px;
	right: 10px;
	display:none;
}

#app_owner_label {
}

#app_name_label {
	margin-top: 25px;
	font-size: 16px;
	font-weight: Bold;
	width:100%;
	text-align:center;

}

#app_package_label {
	padding-top: 20px;
	font-weight: bold;
	width:100%;
	text-align:center;
}

#app_package_label a {
	letter-spacing: 3px;
	text-decoration: none;
        
	color: #AA7700;
}

#left_menu {
	padding: 10px;
}

.section_title {
	font-weight: bold;
}

#left_frame a {
	color: #000000;
	font-size: 13px;
}

#app_authors_frame {
	float: right;
	right: 20px;
	opacity: .6;
}

#footer_text {
	width: 80%;
}

#login_box {
	padding: 20px;
	background-color: #DDDDDD;
	border: solid 1px #777777;
	width: 270px;
	margin: 30px;
	margin-left: 100px;
	margin: 50px auto;
}

#page_title {
	border-bottom: solid 1px #777777;
	margin-top: 20px;
	margin-bottom: 10px;
}

#page_title h1 {
	font-size: 18px;
	width: 80%;
	margin: 0px;
}

#page_meta_menu {
	position: absolute;
	right: 20px;
	width: 20%;
	font-size: 12px;
	text-align: right;
	margin-top: -5px;
}

#page_meta_menu .item {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	padding-left: 10px;
}

#page_meta_menu .item img {
	width: 20px;
	position: relative;
	top: 5px;
}

/* Form related styles */


table.form_color {
	background-color: #DDDDDD;
	padding: 15px;
        *padding: 5px;
	border: solid 1px #AAAAAA;
}

table.form {
	background-color: #FFFFFF;
	padding: 5px;
	border: solid 1px #FFFFFF;
}

table.form tr.field td.label, table.form tr.field td.control {
	padding: 3px;
	font-size: 12px;
}

table.form tr.field td.label span {
	text-align: right;
	display: block;
	font-weight: bold;
}

td.controls {
}

input.text, input.password, textarea.text {
}

/* ---------------------------- */

div.help {
	float: right;
	width: 25%;
	margin: 5px;
	margin-right: 0px;
	padding: 10px;
	border: solid 1px #777777;
	font-size: 12px;
	display: none;
	background-color: #FFFFEE;
}

div.help h3 {
	margin: 5px;
}

.breadcrumbs {
	font-size: 11px;
}

/* User level messages */
.error {
	color: #FF0000;
}

.warning {
	color: #997711;
}

.success {
	color: #007700;
}

div.result.messages {
	margin: 5px;
}

div.result.message {
	font-weight: bold;
}

/* Collection rules */

table.collection {
	width: 100%;
	_width: 99%;
	margin-top: 10px;
	font-size: 12px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

table.collection thead {
	background-color: #EEEEEE;
	font-size: 12px;
}

table.collection thead th, table.collection tbody td {
	padding: 3px;
}

table.collection thead th {
	text-align: left;
}

table.collection thead tr th {
	border-bottom: solid 1px #CCCCCC;
}


/* Activity related rules */

div.activity.intro form {
	text-align: center;
}

ul.instructions li {
	margin: 10px;
        font-size: 12px;
}

p.wizard.actions {
	text-align: center;
	/*clear: both;*/
}

p.wizard.actions input {
	font-size: 13px;
}

/* Leyenda del listado de centros */

div.leyenda {
	border: 1px solid #CCCCCC;
    font-size: 11px;
    margin: 20px;
    text-align:center;
}

div.leyenda .titulo{
	background-color: #EEEEEE;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    font-style: italic;
}

div.leyenda dl{
	margin: 5px;
    padding: 0;
}

div.leyenda dl dd {
	float: left;
    margin-left: 0;
    padding: 5px 25px 5px 5px;
}

div.leyenda dl dt {
	color: #001797;
    float: left;
    font-weight: bold;
    padding: 5px;
}

div.leyenda input[type="checkbox"] {
	margin: 0px;
	margin-right: 3px;
}

fieldset {
	margin: 20px 30px;
}

legend {
	font-style: italic;
	font-weight: bold;
}

fieldset#notificacion {
	margin: 10px auto;
	width: 600px;
}

fieldset#notificacion td.label span {
	width: 100px;
}

/* Menú lateral de Sociales */
.menu_lateral {
	border-right: 1px dotted #777777;
    float: left;
    padding-right: 20px;
    width: 225px;
}

.menu_lateral .titulo {
	border-bottom: 1px dotted #777777;
    color: #001797;
    font-weight: bold;
    margin: 10px 0;
}

.menu_lateral img.icon_hand {
	float: right;
    height: 38px;
    width: 32px;
}

.menu_lateral img.icon_imprimir {
    height: 20px;
    width: 20px;
}

.menu_lateral div.enlace {
	padding-bottom: 10px;
}

.menu_lateral a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.menu_lateral a.visited {
	color: #333333;
}


.menu_lateral li a.actual {
	color: #001797;
	font-weight: bold;
}

.menu_lateral li ol a {
	font-weight: normal;
}

.menu_lateral ol{
	padding-left: 18px;
	_padding-left: 0px;
	margin-top: 0;
}

.menu_lateral ul li ol li{
	padding-bottom: 0px;
	padding-top: 5px;
}

.menu_lateral ol li{
	padding-bottom: 10px;
}

.menu_lateral ul li{
	padding-bottom: 10px;
}

div.con_menu{
	margin-left: 275px;
}

a.resumen {
	float:right;
}

.link_imprimir {
    height: 30px;
    width: 155px;
    margin: 0 auto;
	color: #000;
	border:1px solid #CCC;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding:2px;
	background:#F3BA22;
	background: -webkit-gradient(linear, left top, left bottom, from(#F3BA22), to(#FEF170));
	background-image: -moz-linear-gradient(top, #F3BA22, #FEF170);
}

.link_imprimir:hover {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
	cursor:pointer;
}

.link_imprimir img {
	float: left;
	margin:5px;
	height: 20px;
	width: 20px;
}

.link_imprimir div {
	display: table-cell;
    height: 30px;
    vertical-align: middle;
}

/* Botones */

input[type=submit] {
	color: #000;
	border:1px solid #CCC;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding:5px;
}

input[type=submit]:hover {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}

.link_inicio {
	padding-top: 20px;
	text-align: center;
}

.link_inicio a {
	color: #000;
	border:1px solid #444444;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding:5px;
	text-decoration: none;
	background: #F0F0F0;
}

/* Modificación caja de login */

.div-login {
	background-color: #DDDDDD;
	padding: 15px;
	border: solid 1px #AAAAAA;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.div-login td {
	padding: 5px 0px;
}

.div-login #recuperar{
	text-align: center;
	padding-top: 15px;
}

.div-login input[type=submit]{
	border-color: #444444;
}

.div-login a {
	color: #000;
	border:1px solid #444444;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding:5px;
	text-decoration: none;
	background: #F0F0F0;
}

.div-login a:hover {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}

/* Enlace para subir */
div.subir {
	width: 100%;
	_width: 99%;
	text-align: right;
}

.volver {
	float: left;
}

.continuar {
	float: right;
}

/* Enlace para mostrar el fieldset de nueva solicitud */
.nueva_solicitud_enlace {
	text-align: center;
	margin: 20px 0;
}

.nueva_solicitud_enlace a {
	color: #000;
	border:1px solid #CCCCCC;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding:5px;
	text-decoration: none;
	background: #F0F0F0;
}

.nueva_solicitud_enlace a img{
	border: 0 none;
    margin-bottom: -3px;
    padding-right: 3px;
}

.nueva_solicitud_enlace a:hover {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}

.cerrar {
	float: right;
}

.cerrar img {
	border: 0;
}

td.actions
{
	width: 40px;
}

td.actions form img {
	width: 15px;
	height: 15px;
	border: 0;
}

td.actions form {
	float: left;
    width: 20px;
}

table.middle th {
	vertical-align:middle !important;
}

table.middle td {
	vertical-align:middle !important;
}

tr.sesiones td {
	border-bottom: 1px solid #CCCCCC;
}

tr.ultima td {
	border-bottom: 0;
}

tr.sesiones table {
    width: auto;
    border: 0;
    margin: 0 auto;
}

tr.sesiones table td {
    border: 0;
    width: 100px;
}

tr.sesiones table th {
    border: 0;
    width: 100px;
    font-weight: normal;
}

tr.form-sesiones table td.aviso {
    font-style: italic;
}

tr.form-sesiones td {
	border: 0;
}

tr.form-sesiones table th {
    color: #001797;
    font-weight: bold;
}

tr.listado-sesiones th {
	color: #000;
}

tr.listado-sesiones td {
	border: 0;
}

th.title_right
{
	text-align: right;
	font-weight: normal;
}

td.center_cell {
	text-align: center !important;
}

.listado .label span {
	color: #000;
}

.clearboth {
	clear: both;
}

.mas_icon {
	border: 0;
	width: 11px;
	height: 11px;
	float: right;
}

.advertencia_plazas_libres {
	padding: 10px;
}

.advertencia_plazas_libres img {
	border: 0px;
	width: 27px;
	height: 27px;
	float: left;
}

.advertencia_plazas_libres p {
	margin: 0 0 0 40px;
}

.rua td.line {
	border-top: 1px dotted #CCC;
}

.rua_actividad td.line {
	border-top: 1px dotted #000000;
}

.rua_nivel td {
	border-top: 1px solid #000000 !important;
}

.listado_imce td {
	padding: 5px !important;
	/*border-bottom: solid 1px #CCC;*/
}

.listado_imce th.centered {
	text-align: center !important;
}

.listado_imce td.centered {
	text-align: center !important;
}

.listado_imce tr.spacer td {
	background-color: #EEEEEE;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #CCC;
}
.logo_footer img{
	width:100px !important;
	float:right;
}