@charset "utf-8";

html, body {          
	font-size: 11px;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
    background-color: #010101;
    color: #000000;
    margin: 10px 0; 
    padding: 0;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #930000;
    text-decoration: none;
}
a:link{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #930000;
	text-decoration: none;
}
a:visited{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #930000;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}
a:active{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

h1 {
	color: #D90000;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
}
h2 {
	color: #D90000;
    font-size: 1.1em;
	font-weight: bold;
    margin: 0;
}
h3 {
	color: #000000;
    font-size: 1em;
    margin: 0;
}
h4 {
	font-size: 1em;
    margin: 0;
    color: #006699;
	font-weight: bold;
}
/*********************/
#main {
	width: 760px;
	margin: auto;
	position: relative;
	border: 1px solid #888888;
}


#bg {
    background-image: url('../pics/bg_cen.gif');
	background-position: center;
	text-align: justify;
	padding: 0 15px;
}
#bg_top {
    background-image: url('../pics/bg_top.gif');
	background-position: center;
	text-align: right;
	padding: 0 15px;
	height: 40px;
	font-size: 10px;
	font-weight: bold;
}
#bg_botton {
    background-image: url('../pics/bg_bot.gif');
	background-position: center;
	padding: 0 15px;
	height: 40px;
}
#header {
	padding: 15px;
	position: relative;
}

#c_left {
	width: 150px;
	float: left;
}

.links {
	padding-top: 10px;
	color: #FFFFFF;
	border-right: 1px solid #888888;
	border-top: 1px solid #888888;
}
.links a {
	color: #FFFFFF;
	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;	
}

.links1 {
	padding-top: 10px;
	color: #FFFFFF;
	border-top: 1px solid #888888;
}
.links1 a {
	color: #FFFFFF;
	text-decoration: none;
}
.links1 a:hover {
	text-decoration: underline;	
}

#datetime {
	color: #FFFFFF;
}
#flag {
	width: 150px;
	text-align: center;
	padding-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.flag1 {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.flag1 a{
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.flag1 a:hover {
	text-align: center;
	color: #FF0000;
	font-weight: bold;
}

#publicidad {
	width: 130px;
	background: #000000;
	text-align: center;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	padding: 5px 0;
	color: #FFFFFF;
}

#footer {
	width: 760px;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer1 {
	width: 760px;
	margin: auto;
	text-align: center;
	color: #CCCCCC;
	font-size: 11px;
	padding-top: 10px;
}
#footer1 a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/****************************/
/*		FONDO IMAGES		*/
/****************************/
#pics {
	float: right;
	text-align: center;
	padding: 0 0 5px 10px;
	font-size: 90%;
	color: #853D27;
}
#pics img {
	padding: 5px;
	border: 1px solid #C9C9C9;
	background: #F3F3F3;
}
#pics img:hover  {
	border: 1px solid #BCBCBC;
}
#pics1 {
	text-align: center;
	font-size: 90%;
	color: #6C6C6C;
	font-weight: bold;
}
#pics1 img {
	padding: 5px;
	border: 1px solid #C9C9C9;
	background: #F3F3F3;
}
#pics1 img:hover {
	border: 1px solid #BCBCBC;
}
.teacher {
	font-size: 80%;
	color: #6C6C6C;
	font-weight: bold;
}
.teacher img {
	padding: 4px;
	border: 1px solid #C9C9C9;
	background: #F3F3F3;
}
.teacher img:hover {
	border: 1px solid #BCBCBC;
}
.student {
	font-size: 80%;
	color: #6C6C6C;
	font-weight: bold;
}
.student img {
	/*padding: 4px;*/
	border: 1px solid #888888;
	background: #F3F3F3;
}
.student img:hover {
	border: 1px solid #BCBCBC;
}
/****************************/
/*			VARIOS			*/
/****************************/
.aright { text-align: right; }
.acenter { text-align: center !important; }
.aleft { text-align: left !important; }
.fright { float: right; }
.fleft { float: left;}
.clear { clear: both; }
.hidden { display: none;}
.upper { text-transform: uppercase; }
.ohp { width: 95%;}
.req {
	font-weight: bold;
	color: #FF0000;
}
acronym, abbr {
	border-bottom: 1px dotted #00327D;
	cursor: help;
}
.divider { border-bottom: 1px solid #AE760A;}
.divider1 { border-bottom: 1px solid #000000;}
.divider2 {
	background: url(../pics/divider.gif) repeat-x;
}
.divider3 {
	background: url(../pics/divider1.gif) repeat-y center;
	
}

/*	NAVEGACION DE MENUS	 */
/*-----------------------*/
#nav-main {
	clear: left;
    background-color: #FFDE61;
    padding-top: 4px;
    padding-bottom: 4px;
	text-align: center;
}
#nav-main ul {
	display : inline;
    font-size : 1em;
    list-style : none;
    background : transparent; 
    margin : 0;
    padding : 0;
}                                                
#nav-main li {
	display : inline;
    padding : 0;
    font-weight: bold;
}
#nav-main li a:link,  #nav-main li a:visited {
	color: #000000;
    text-decoration: none;
    padding-right: 7px;
    padding-left: 7px;
    border-right: 1px solid #000000;
}
#nav-main li a:active, #nav-main li a:hover {
	color: #FFFFFF; 
    text-decoration: none;
}
#nav-main li a.current:link,  #nav-main li a.current:visited, #nav-main li a.current:active, #nav-main li a.current:hover, #nav-main span.current {
	color: #000000; 
    text-decoration: none;
    padding-right: 6px; 
    padding-left: 6px; 
    border-right: 1px solid #FFFFFF;
}
/*	 NAVEGACION  */
/*---------------*/
#ddblueblockmenu{
	border-bottom-width: 0;
	width: 13.5em;
}
#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
}
#ddblueblockmenu li a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 134px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #000000;
	border-bottom: 1px solid #888888;
	border-left: 6px solid #888888;
	color: #E4E6E7;
}
* html #ddblueblockmenu li a{ /*IE only */
	width: 13.5em; /*IE 5*/
	width: 134px; /*185px minus all left/right paddings and margins*/
}
#ddblueblockmenu li a:hover {
	background-color: #6E6E6E;
	border-left-color: #999999;
	color: #FFFFFF;
}
#ddblueblockmenu div.menutitle{
	color: #FFFFFF;
	padding: 5px 0;
	padding-left: 7px;
	background-color: black;
	font-weight: bold;
	background-color: #888888;
}

/*	 	TOURS	 */
/*---------------*/
#tour{
	color: #000000;
	text-align: center;
}
#tour a {
	color: #000000;
	text-decoration: underline;
}
#tour a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/*	 GALERIA FOTOS	*/
/*------------------*/
.gallery {
	clear: both !important;
}
.gallery img {
	border: 1px solid #990000 !important;
}
.gallery a {
	display: block;
    width: 95px;
    height: 70px;
}

.gallery1 {
	clear: both !important;
}
.gallery1 img {
	border: 1px solid #990000 !important;
}
.gallery1 a {
	display: block;
    width: 75px;
    height: 100px;
}

.gallery2 {
	clear: both !important;
}
.gallery2 img {
	border: 1px solid #C9C9C9 !important;
}
.gallery2 a {
	display: block;
    width: 300px;
    height: 199px;
}
/*	 FORMULARIOS	*/
/*------------------*/
form {
	padding: 0;
	margin: 0;
}

fieldset {
	border: 1px solid #BCBCBC;
	padding: 12px;
	margin: 5px 2px 15px;
}

legend {
	color: #00007D;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

label {
	cursor: pointer;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 20px;
	width: 100px;
	color: #666666;
	float: left;
}

label.noblock {
	text-align: left;
	padding: 0 20px 0 3px;
	float: none;
}

input, textarea, select {
	border: 1px solid #BCBCBC;
	font: 11px  Verdana, Arial, Helvetica, sans-serif;
}

input:focus, textarea:focus {
	border: 1px solid #000000;
}

.button input {
	border: 3px double #999999;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	padding: 2px;
}

.button input: active {
	background: #F4F4F4;
	border: 3px double #CCCCCC;
	border-left-color: #999999;
	border-top-color: #999999;
}

/***********************************/
/* Modboxes layout styles - global */
/***********************************/
.modBox {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	margin-bottom:10px;
}
.modBox .main {
	border: 1px solid #D90000;
	padding: 1px;
}
.modBox .header {
	font-weight: bold;
	font-size: 11px;
	color: #FEFEFE;
	background-color: #D90000;
	padding: 2px 0px 2px 5px;
	text-align: left;
}
.modBox table, td, th {
	border-collapse: collapse;
	border-spacing: 0;
}
.modBox td {
	color: #000000;
	border-bottom: 1px solid #efefef;
}
.modBox td, th {
	padding: 2px 4px;
	border-width: 0 0 1px 1px;
}
.modBox .right {
	float: right;
}
.modBox .left {
	float: left;
}