/* Thanks to www.bluerobot.com */

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	background-color:#ccccff;
	background-color:white;
	}
body.enviarmail {background-color:beige;}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:30px;
	line-height:28px;
	font-weight:900;
	color:black;
	}
h2 {
	margin:25px 0px 15px 0px;
	padding:0px;
	font-size:24px;
	line-height:28px;
	font-weight:600;
	color:black;
	}
h3 {
	margin:15px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	line-height:20px;
	font-weight:600;
	color:black;
	}
h3.titulo {color:#cccc99;color:#003333;}
h4 {
	margin:15px 0px 15px 0px;
	padding:0px;
	font-size:17px;
	line-height:17px;
	font-weight:600;
	color:black;
	}

h5 {
	margin:15px 0px 15px 0px;
	padding:0px;
	font-size:14px;
	line-height:14px;
	font-weight:600;
	color:black;
	}
h6 {
	margin:10px 0px 15px 0px;
	padding:0px;
	font-size:10px;
	line-height:10px;
	font-weight:600;
	color:black;
	}
p {
	font:14px/16px verdana, arial, helvetica, sans-serif;
	margin:16px 0px 16px 0px;
	padding:0px;
/*    text-align:justify;*/
	}
a {
	color:#07a;
	text-decoration:underline;
	font-size:14px;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:black;}
a:visited {color:#525252;}
a:hover {background-color:#eee;}
a.invert:hover {background-color:#cccc99;}

a.menu {font-size:11px;color:white;font-weight:600;text-decoration:none;}
a.menu:visited {color:#cccc99;}
a.menu:hover {background-color:cccc99;color:black;}


a.submenu {font-size:10px;color:white;font-weight:500;text-decoration:none;}
a.submenu:visited {color:#cccc99;}
a.submenu:hover {background-color:cccc99;color:black;}

li {
	font:14px/16px verdana, arial, helvetica, sans-serif;
	}
pre {
	font:14px courier, monospace;
	margin:0px;
	padding:0px;
	}
hr {
  color:#c0c0c0;
  height:1px;
}
#Header {
	color:white;
	text-decoration:none;
	text-align:right;
	font-size:14px;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	margin:15px 0px 10px 0px;
	padding:17px 10px 10px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	/*border-style:solid;*/
	/*border-style:none;*/
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background:#E2DC98;
	background-color:black;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
declaration. The incorrect IE5/Win value is above, while the correct value is
below. See http://glish.com/css/hacks.asp for details. */
	voice-family:"\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#Content {
	margin:0px 50px 50px 210px;
	padding:10px;
	/*BACKGROUND: url(images/fondo.jpg) white;
	background-repeat: no-repeat;*/
	/*background-z-index: -1;no se si esta bien esto*/
	/*background-align: right;
	background-attachment: scroll;*/
    /*background-position: right top*/
	}

#ContentFondo {
	margin:0px 50px 50px 210px;
	padding:10px;
	BACKGROUND: url(images/fondo.jpg) white;
	background-repeat: no-repeat;
	/*background-z-index: -1;no se si esta bien esto*/
	background-attachment: scroll;
    background-position: right 80px
	}

#Menu {
	position:absolute;
	top:100px;
	left:10px;
	/*width:172px;*/ /*ORIGINAL*/
	width:162px;
	padding:10px;
	
	color:black;
	text-decoration:none;
	font-size:12px;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:left;

	background-color:#003333;
	/*background-color:#ffffff;*/
	border:0px solid black; /*#09c;*/  /* ORIGINAL --> border:1px dashed #999;*/
	border-style:none;
	border-style:solid;
	line-height:17px;

/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:160px;}

.bajo_menu {
	padding-top:8px;
	padding-bottom:8px;
	margin-top: 10px;
	background-color:#cccc99;
	text-align:center;
}

.bajo_menu a {font-size:12px;color:#003333;font-weight:600;text-decoration:none;}
.bajo_menu:visited a {color:#003333;}
.bajo_menu:hover a {color:#003333;}

/*nuevos javier */

TABLE {
	border:none;
    font-size:100%;
	/*/background:white;*/
}

TR {
    font:14px/16px verdana, arial, helvetica, sans-serif;
    /*margin:16px 0px 16px 0px;*/
    /*padding:0px;*/
}

td.submenu {background-color:#336666;}


FORM {
	BORDER-BOTTOM: medium none;
	BORDER-LEFT: medium none;
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	MARGIN: 1px
}
TEXTAREA {
	BACKGROUND-COLOR: white;
	BORDER-BOTTOM: #8cacbb 1px solid;
	BORDER-LEFT: #8cacbb 1px solid;
	BORDER-RIGHT: #8cacbb 1px solid;
	BORDER-TOP: #8cacbb 1px solid;
	COLOR: black;

	WIDTH: 100%
    font-size: 14px;

}
INPUT, select {
    BACKGROUND: url(images/gradient_blue-white_vertical.png) white;
	BORDER-BOTTOM: #8cacbb 1px solid;
	BORDER-LEFT: #8cacbb 1px solid;
	BORDER-RIGHT: #8cacbb 1px solid;
	BORDER-TOP: #8cacbb 1px solid;
	COLOR: black;
	FONT: 14px Verdana, Helvetica, Arial, sans-serif;
	VERTICAL-ALIGN: middle;
}
INPUT.formButton {
	FONT-SIZE: 14px! important;
	MARGIN-BOTTOM: 1px! important;
}

div.titlebar {
  background: #C7D0D9;
  background: #cccc99;
  color: black;
  font-size:15px;
  font-weight:600;
  border: 1px solid #8CACBB;
  border: 1px solid #cccc99;
  padding-left: 1px; 
  padding-right: 1px; 
  padding-top: 1px;
  padding-bottom: 1px;
  margin: 1px 1px;
  clear: both;
}

.contact label { 
   display:block;
   padding:0.5em 0 0 0;
   font-size: 14px;
}

.error {
   color: red;
}

div.lista-cursos {
	background-color: #e1e1cc;
	padding:8px;
}

div.lista-cursos a {
	color: #bbbcde;
	color: #3d91c6;
	text-decoration: underline;
}
.rojo {
	color: #c63d41;
}
.centrado {
	text-align: center;
}

a.inscripciones {color:#c63d41; text-decoration:underline; font-weight: bold;} 
a.inscripciones:link {color:#c63d41; text-decoration:underline; font-weight: bold;}      /* unvisited link */
a.inscripciones:visited {color:#c63d41; text-decoration:underline; font-weight: bold;}  /* visited link */
a.inscripciones:hover {color:#c63d41; text-decoration:underline; font-weight: bold;}  /* mouse over link */
a.inscripciones:active {color:#c63d41; text-decoration:underline; font-weight: bold;}  /* selected link */

