#header {
	background-color:#07A5E0;
	margin-left: 5px;
	margin-bottom:5px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	height:150px;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:750px;
	margin:0;	
}

#menu {
	width:15%;
	float:left;
	margin-left: 5px;
}

#menu ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:14px;
}

#menu ul li {
	margin-bottom: 5px;
}

#menu ul li a {
	text-decoration:none;
	color: #FE771D;
	display:block;
	width: 100%;
	border-left: 3px solid #FE771D;
	padding-left: 5px;
}

#menu ul li a:hover {
	text-decoration:underline;
	color:#07A5E0;
	border-left: 3px solid #07A5E0;
}

#menu ul li strong {
	display:block;
	width: 100%;
	padding-left:5px;
	color: white;
	background-color: #07A5E0;
	border-left: 3px solid #07A5E0;
	background-repeat:no-repeat;
	background-position:right;	
}

#menu ul.sub {
	margin-top:0;
	margin-bottom:0;
}

#menu ul.sub li {
	font-size:12px;
	padding-left:20px;
}
#menu ul.sub li a:hover {
	background:none;
	border-left: 3px solid #07A5E0;
	text-decoration:underline;
	color:#07A5E0;
}
#menu ul.sub strong{
	color:white;
	font-weight:bold;
	background-color:#07A5E0;
}

#menu p {
	margin:0;
}

#menu p img {
	border:0;
}

#menu p a {
	font-size:10px;
	color:#FE771D;
	text-decoration:none;
}

body h1 {
	font-size:30px;
	color:#07A5E0;
	border-bottom:2px solid #07A5E0;
}

body h2 {
	font-size:20px;
	color:#07A5E0;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}

body h3 {
	font-size:16px;
	color:#FE771D;
	font-style: italic;
	font-variant: normal;
	border-bottom-style: none;
	border-bottom-width: thin;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
}

body p {
	font-size:12px;
}

#contents {
	font-size:12px;
	width:82%;
	float:right;
	border-left: 2px solid #07A5E0;
	padding-left: 5px;
	margin-bottom:5px;
}

#footer {
	clear:both;
	font-size:10px;
	text-align:center;
	background-color:#07A5E0;
	color:white;
	margin-left: 5px;
	margin-top:5px;
	border-top: 2px solid #FE771D;
}

#contents a{
	color:#FE771D;
	text-decoration:none;
}
#contents a:hover{
	font-weight:bold;
	background-color:#FE771D;
	color:#FFFFFF;
}

#contents a:visited {
	color:#808080;
}

#contents .link1, #contents .link2 {
	padding:5px;
	margin-top:5px;
/*	width:98%;*/
	overflow:hidden;
}

#contents .link1 h2, #contents .link2 h2 {
	font-size:14px;
	margin-bottom:0;
	margin-top:0;
}

#contents .link1 p, #contents .link2 p {
	margin-bottom:0;
}

#contents .link1 img, #contents .link2 img {
	float:right;
	border:2px solid #FE771D;
}

#contents .link1 {
	background-color:#EEEEEE;
}

#contents ul {
	margin-top:5px;
	list-style-image: url(webicons/bullet01.png);
	margin-left:25px;
	padding-left:0;
	font-size:12px;
}

#contents p img {
	border:2px solid #FE771D;
	margin:5px;
}

#contents p img.der {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

#contents p img.izq {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#gallery {
	margin-top:0;
	padding:5px;
	background-color:#DDDDDD;
}

#gallery .photo {
	display:block;
	text-align:center;
	width:100%;
	padding-top:30px;
}

.boton {
	display:block;
	float:left;
	width:20px;
	height:20px;
	padding:2px 2px 0px 2px;
	margin:0px 0px 0px 0px;
}

.photo_number, .photo_number_sel {
	display:block;
	float:left;
	width:20px;
	height:20px;
	padding:2px 2px 0px 2px;
	margin:0px 0px 0px 0px;
	font-size:11px;
	text-decoration:none;
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
}

.photo_number_sel {
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(webicons/number_sel.png);	
}

a.photo_number:hover {
	background-color:#FFFFFF;
}

#video {
	background-color:#666666;
}

#tabs {
display:inline-block;
overflow:hidden;
}

#tab {
	border-bottom-width:medium;
	border-bottom-style: solid;
	border-bottom-color: #49A5E0;
	float:left;
	padding:10px;
	border-top-width:thin;
	border-right-width:thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color:#DDDDDD;
}

#tab.sel {
	margin-top:1px;
	background-color:#FFFFFF;
	border-top-width:medium;
	border-right-width:medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #07A5E0;
	border-right-color: #07A5E0;
	border-left-color: #07A5E0;
	border-bottom:none;
	font-weight:bold;
	color:#07A5E0;
}

#tab.gap {
}

.hide {
display:none;
}

#menu_teaching {
	border-bottom:dashed 2px #07A5E0;
	font-size:18px;
}
#menu_teaching ul li {
	font-size:24px;
	color:white !important;
	text-decoration:none;
	list-style:none;
}
#menu_teaching ul li .sel {
	background-color:#07A5E0;
}