* {
	border: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	background: white;
	text-align: center;
	/*background: url(../../images/fondo1.jpg) no-repeat center;*/
	background: url(../img/bf-src.png) repeat-x scroll left top;

}

#contenedor{
	width: 1024px;
	margin: 0 auto;
	/*background-color: #FF88FF;*/
	position: relative;
	padding: 10px 0 0 20px;
	/*background: transparent url(../img/bf-src.png) repeat-x scroll left top;*/
	height: 900px;
}

#header{
	clear:both;
	border-bottom-width: 1px;
}

#logo{
	width: 300px;
	float: left;
}

ul#menu_arriba,
#menu_arriba ul{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	width: 100%;
	
}

ul#menu_arriba{
	display: table;
}
ul#menu_arriba>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}

ul#menu_arriba,
#menu_arriba ul,
#menu_arriba ul li a{
	background-color: #fff;
	color: #369;
}


ul#menu_arriba li:hover,
#menu_arriba ul li a:hover{
	background-color: #CCC;
	color: #fff;
}

ul#menu_arriba li:active,
#menu_arriba ul li a:active{
	background-color: #369;
	color: #fff;
}

ul#menu_arriba,
#menu_arriba ul{
	border: 1px solid #369;
}

#menu_arriba a{
	text-decoration: none;
	font-weight: bolder;
}

/*
#menu_arriba{
	float: left;
	width: 600px;
}

#menu_arriba li{
	float:left;
	margin: 10px;
	padding: 0 10px;
}
*/
#sub_cont{
	width: 100%;
	height: 700px;
}
#der {
	/*position: static;*/
	z-index: 1000;
	top: 80px;
	left: 0px;
	float:left;
	width: 250px;
	height:600px;
}
#contenido{
	/*position: absolute;
	top: 80px;
	left: 250px;
	*/
	/*background-color: #FFC;*/
	float: left;
	width: 750px;
	height: 760px;
	z-index: 1;
	overflow: auto;
}

#footer{
	clear:both;
	position: absolute;
	top: 1024px;
	left: 350px;
}

.ui-accordion-content p, ul{
	text-align: justify;
}

/*
 CALENDARIOS
*/
.calendario  table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 0px auto;
	font-size: 11px;
}
.calendario  td, th {
	width: 30px;
	height: 21px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/cells.png);
	color: #444;
	position: relative;
}
.calendario  th {
	height: 25px;
	font-weight: bold;
	font-size: 12px;
}
td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 162px -81px;
}
td.padding {
	background: url(../img/calpad.jpg);
}
td.today {
	background-position: 81px 0px;
	color: white;
}
td.today:hover {
	background-position: 81px -81px;
}
.eventos {
	position: relative;
	z-index: 100;
}
.eventos ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1999;
	padding: 15px;
	background: #E7ECF2 url(../img/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.eventos li {
	padding-bottom: 5px;
}
.eventos li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.eventos li span.title {
	font-weight: bold;
	color: #222;
}

.instructor {
text-align: justify;
padding-left: 10px;
padding-right: 10px;

}

input {
background:#FFFFFF none repeat scroll 0 0;
border:1px double #CCCCCC;
color:#000000;
width:100%;
}

.temario {
font-size: 1.1em;
}
.incluye {

width: 100%;
margin-top: 30px;
}