@charset "utf-8";

/* Copyright Muchachamaca SCP, Spain - All rights reserved */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

html { overflow-y: scroll; }	/* force vertical scrollbar */

body, td, th, a, p, ul, li, h1, h2, h3, h4, h5, input {
	font-size: 11px;
	text-decoration: none;
	color: #555555;
	line-height: 1.3em;
}

body {
	text-align: center;	/* IE way to center blocks */
	margin: 0 auto;		/* NS way to center blocks */
	width: 1020px;
	position: relative;
	background: white url(../images/interface/double-stripe-bg.gif) 0 133px repeat-x;
}

img { border: none; }
table { border: none; }
th { vertical-align: bottom; }
td { vertical-align: top; }
input { padding: 1px 2px; }
input[type=button], input[type=submit] { padding: 1px 1em; }
input[type=checkbox] { position: relative; top: 2px; }
sup { font-size: 70%; }

h1 { font-size: 24px; color: #999999; }
h2 { }

a { color: inherit; }
a:link		{ text-decoration: none; }
a:visited	{ text-decoration: none; }
a:hover		{ text-decoration: underline; color: #7e5f9d; }
a:active	{ }

a img { border: none; }

a.subtle { text-decoration: none !important; }
a.subtle:hover { text-decoration: underline !important; }

.explicit { color: red !important; }
.explicit:hover { text-decoration: underline; }

#breadcrums {
	background-color: #EEE;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #AAA;
	margin: 0 -30px 20px -30px;
	padding-left: 10px;
	line-height: 2em;
 	font-size: 9px;
}
#breadcrums a {
 	font-size: 9px;
}
#crums-rightside {
	float: right;
	line-height: 2em;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.label {
	text-align: right;
	padding: 3px 5px 0 0;
}

.radio-selection {
	padding: 0 5px 0 0;
}

.std_table {
	border-collapse: collapse;
	border: 1px solid black;
}
.std_table th {
	border: 1px solid black;
	background-color: #CCC;
	padding: 2px;
}
.std_table td {
	border: 1px solid black;
	padding: 2px;
}

.grey_border {
	border: 1px solid #999;
}
.grey_border th {
	border: 1px solid #999;
}
.grey_border td {
	border: 1px solid #999;
}

.sidebar-title {
	height: 25px;
	line-height: 26px;
	text-align: left;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: #543b6e;
	border-bottom: 3px solid #acfc09;
}
.sidebar-box {
	width: 285px;
	background-color: white;
	margin-bottom: 8px;
}

#youtube {
	height: 185px;
}

#right-panel {
	float: right;
	padding: 13px 8px 13px 13px;
	background-color: #f2f2f2;
}

#content-container {
	background-image: url(../images/interface/content-bg.gif);
	padding: 0 27px 0 33px;
}

#content {
	width: 605px;
	text-align: left;
	padding: 25px 0 25px 25px;
}

#content p {
	margin-bottom: 1em;
}

#content ul {
	margin: 0;
	padding-left: 25px;
}
#content li {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	color: #555555;
}

#content address {
	font-style: normal;
	margin: 1em 3em;
}

#content .left-inset {
	float: left;
}
#content .inset-overlay {
	position: absolute;
	z-index: 2;
	display: none;
	width: 620px;
	border: 10px;
	background-color: #f1f2f2;
	border: 1px solid #cccccc;
}
.rounded-corners {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
/*
.rounded-corners {
    behavior: url(/css/border-radius.htc);
    border-radius: 5px;
}
*/
#content .teacher {
	margin: -10px -10px 10px -10px;
	padding: 10px 10px 0px 10px;
	border: 1px solid white;
	background-color: white;
	cursor: pointer;
}
#content .teacher:hover {
	border: 1px solid #7e5f9d;
	background: #f8f8ff url(../images/interface/mas-info.gif) bottom right no-repeat;
}
#content .teacher-selected {
	border: 1px solid #7e5f9d;
	background: #f8f8ff url(../images/interface/cerrar-info.gif) bottom right no-repeat;
}
#content .teacher-selected:hover {
	border: 1px solid #7e5f9d;
	background: #f8f8ff url(../images/interface/cerrar-info.gif) bottom right no-repeat;
}

#content .teacher-cv {
	display: none;
	border-top: 1px dashed #888;
	margin: 0px -10px 10px -10px;
	padding: 10px 10px 0px 10px;
	background-color: #f8f8ff;
	cursor: pointer;
}

#footer {
	clear: both;
	height: 90px;
	background-image: url(../images/interface/bottom-bg.png);
	text-align: left;
	padding: 0 27px 0 33px;
	color: #777777;
}

#top-menu {
    width: 828px;
	height: 51px;
    position: relative;
}
#top-menu.menu-lang-es {
	background: url(../images/interface/top-menu-basic-sprites.png) 0 0 no-repeat;
}
#top-menu.menu-lang-ca {
	background: url(../images/interface/top-menu-basic-sprites.png) 0 -102px no-repeat;
}
#top-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#top-menu li, #top-menu a {
	height: 51px;
	display: block;
}

#menu-presentacion { left: 0; width: 131px; }
#menu-instalaciones { left: 132px; width: 116px; }
#menu-oferta-educativa { left: 249px; width: 138px; }
#menu-profesorado { left: 388px; width: 106px; }
#menu-contactanos { left: 495px; width: 110px; }
#menu-facebook { left: 693px; width: 69px; }
#menu-youtube { left: 762px; width: 64px; }

#menu-presentacion a:hover { background: url(../images/interface/top-menu-basic-sprites.png) 0 0 no-repeat; }
#menu-instalaciones a:hover { background: url(../images/interface/top-menu-basic-sprites.png) 0 0 no-repeat; }
#menu-oferta-educativa a:hover { background: transparent url(../images/interface/top-menu-basic-sprites.png) 0 0 no-repeat; }
#menu-profesorado a:hover { background: transparent url(../images/interface/top-menu-basic-sprites.png) 0 0 no-repeat; }
#menu-contactanos a:hover { background: transparent url(../images/interface/top-menu-basic-sprites.png) 0 0 no-repeat; }
#menu-facebook a:hover { background: transparent url(../images/interface/top-menu-basic-sprites.png) 0 0 no-repeat; }
#menu-youtube a:hover { background: transparent url(../images/interface/top-menu-basic-sprites.png) 0 0 no-repeat; }

#menu-presentacion.menu-lang-es a:hover { background-position: 0 -51px; }
#menu-instalaciones.menu-lang-es a:hover { background-position: -132px -51px; }
#menu-oferta-educativa.menu-lang-es a:hover { background-position: -249px -51px; }
#menu-profesorado.menu-lang-es a:hover { background-position: -388px -51px; }
#menu-contactanos.menu-lang-es a:hover { background-position: -495px -51px; }
#menu-facebook.menu-lang-es a:hover { background-position: -693px -51px; }
#menu-youtube.menu-lang-es a:hover { background-position: -762px -51px; }

#menu-presentacion.menu-lang-ca a:hover { background-position: 0 -153px; }
#menu-instalaciones.menu-lang-ca a:hover { background-position: -132px -153px; }
#menu-oferta-educativa.menu-lang-ca a:hover { background-position: -249px -153px; }
#menu-profesorado.menu-lang-ca a:hover { background-position: -388px -153px; }
#menu-contactanos.menu-lang-ca a:hover { background-position: -495px -153px; }
#menu-facebook.menu-lang-ca a:hover { background-position: -693px -153px; }
#menu-youtube.menu-lang-ca a:hover { background-position: -762px -153px; }

#menu-presentacion a.selected, #menu-presentacion a:hover.selected { background: url(../images/interface/top-menu-select-sprites.png) 0 0 no-repeat; width: 140px; }
#menu-instalaciones .selected, #menu-instalaciones a:hover.selected { background: url(../images/interface/top-menu-select-sprites.png) 0 0 no-repeat; width: 125px; margin-left: -1px; }
#menu-oferta-educativa .selected, #menu-oferta-educativa a:hover.selected { background: transparent url(../images/interface/top-menu-select-sprites.png) 0 0 no-repeat; width: 146px; margin-left: -1px; }
#menu-profesorado .selected, #menu-profesorado a:hover.selected { background: url(../images/interface/top-menu-select-sprites.png) 0 0 no-repeat; width: 114px; margin-left: -1px; }
#menu-contactanos .selected, #menu-contactanos a:hover.selected { background: url(../images/interface/top-menu-select-sprites.png) 0 0 no-repeat; width: 118px; margin-left: -1px; }

#menu-presentacion.menu-lang-es a.selected, #menu-presentacion.menu-lang-es a:hover.selected { background-position: 0 0; }
#menu-instalaciones.menu-lang-es .selected, #menu-instalaciones.menu-lang-es a:hover.selected { background-position: -142px 0; }
#menu-oferta-educativa.menu-lang-es .selected, #menu-oferta-educativa.menu-lang-es a:hover.selected { background-position: -270px 0; }
#menu-profesorado.menu-lang-es .selected, #menu-profesorado.menu-lang-es a:hover.selected { background-position: -420px 0; }
#menu-contactanos.menu-lang-es .selected, #menu-contactanos.menu-lang-es a:hover.selected { background-position: -538px 0; }

#menu-presentacion.menu-lang-ca a.selected, #menu-presentacion.menu-lang-ca a:hover.selected { background-position: 0 -51px; }
#menu-instalaciones.menu-lang-ca .selected, #menu-instalaciones.menu-lang-ca a:hover.selected { background-position: -142px -51px; }
#menu-oferta-educativa.menu-lang-ca .selected, #menu-oferta-educativa.menu-lang-ca a:hover.selected { background-position: -270px -51px; }
#menu-profesorado.menu-lang-ca .selected, #menu-profesorado.menu-lang-ca a:hover.selected { background-position: -420px -51px; }
#menu-contactanos.menu-lang-ca .selected, #menu-contactanos.menu-lang-ca a:hover.selected { background-position: -538px -51px; }

.formulario h2 {
	margin-bottom: 3px;
	margin-top: 10px;
}

.input {
}

.facebook-events-table {
}
.facebook-events-table td {
	padding-top: 10px;
	font-size: 10px;
	line-height: normal;
}
.facebook-events-table td a {
	font-weight: bold;
	font-size: 10px;
	line-height: normal;
}

