body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;

}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 3px 3px;
	height:50px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background-image:url('flash-error.png');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background-image:url('flash-notice.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left;
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}
/* Botones de accion */
.buttonlink
{
	background: #99AAB3;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	border: 1px solid #555;
	font-size:14px;
	color:white;
	text-decoration:none;
	color:999;
	box-shadow: 2px 2px 5px #999;
}
.buttonlink a:visited
{
	text-decoration:none;
}
.buttonicon
{
	background: #0011B3;
	margin-bottom: 8px;
	padding: 2px;
	border: 1px solid #555;
	text-decoration:none;
}
.buttonicon:hover,.buttonlink:hover
{
	border: 1px solid #dd0;
	padding: 4px;
	background: #d9eaf3;
	color:blue;
}
legend {
	text-decoration:bold;
}
legend{font-weight:bold}

div.titulo
{
	background:#E6EFC2;
	color:#0000aa;
	padding:5px;
	font-size:15px;
	font-weight :bold;
	border-radius:5px;
	border-color:#0000FF;
	box-shadow: 2px 2px 5px #999;
}


.horario
{
	border:1px solid;
}
.horario th
{
	background: #dddddd;
	font-weight:normal ;
	font-size:12px ;
	width:75px;
	text-align: center;
	border:#0066A4 1px dotted;
}
.horario tbody tr:nth-child(even) td, tbody tr.even td
{
	background:#ffffff;
}

.horario td
{
	font-size:11px;
	width:80px;
	border:#0066A4 1px dotted;
}
.horario td .sub
{
	font-size:11px;
	color:#0000ff;
}
.horario td .sub a
{
	color:#0000ff;
	text-decoration: none;
	font-size:10px;
}

.horario td .subright
{
	font-size:10px;
	float:right;
	color:#777;
}
 .subright a
{
	text-decoration:none;
}

.tip{
	width:100px;
	text-align:center;
}

.tiptext{
	word-wrap: break-word;
}
.fotoicon{
	box-shadow: 2px 2px 5px #999;
	height:140px;
}
.simplelink
{
	text-decoration:none;
	font-weight:bold;
	color:999;

}
.simplelink a:hover
{

	font-weight:bold;
	color:blue;

}
.simplelink a:visited
{
	text-decoration:none;
}
h1 {font-size:1.4em;line-height:1;margin-bottom:0.5em;margin-top:0px;
	border-radius:5px;
	box-shadow: 2px 2px 5px #999;background:#eeeeee;padding:3px 3px 3px 8px
}
.longtext  {font-family: 'Open Sans Condensed', sans-serif !important;}
