/* CSS Document */

body {
	background-image:url(../imagenes/bg.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;margin:0;
	color:#333333;
	text-align:center;
	}
#main {
	width:760px;
	margin:19px auto 0 auto;
	padding:0 10px;
	text-align:justify;
	}
/*-----------------------------------------------------*/
#header {
	height:141px;
	margin:0 10px;
	background-image:url(../imagenes/head_bg.png);
	border-bottom:6px solid #000000;
	}
#header h1 {
	margin:0;
	padding:0;
	}
#header h1 a {
	display:block;
	width:180px;
	height:115px;
	}
#header h1 a span, #header h2 {
	display:none;
	}
/*-----------------------------------------------------*/
#menu {
	height:24px;
	width:740px;
	text-align:right;
	}
#menu ul {
	margin:0 20px 0 0;
	padding:0;
	list-style-type:none;
	float:right;
	}
#menu ul li {
	margin:0 1px;
	padding:0 0 0 6px;
	float:left;
	background-image:url(../imagenes/li_bg.png);
	background-repeat:no-repeat;
	width:80px;
	}
#menu ul li a {
	display:block;
	height:18px;
	text-align:center;
	color:#999999;
	padding:5px 12px 3px 6px;
	text-decoration:none;
	background-image:url(../imagenes/a_bg.png);
	background-repeat:no-repeat;
	background-position:top right;
	}
#menu ul li a:hover {
	color:#FFFFFF;
	}
#menu ul li#actual {
	background-image:url(../imagenes/li_bg_a.png);
	}
#menu ul li#actual a {
	background-image:url(../imagenes/a_bg_a.png);
	color:#FFFFFF;
	}
#menu ul li#actual a:hover {
	color:#CCCCCC;
	}
/*-----------------------------------------------------*/
#content {
	margin:0 10px;
	padding:0 10px;
	font-size:14px;
	background-image:url(../imagenes/content_bg.png);
	}
#content h3 {
	font-size:24px;
	color:#CC0000;
	}
#content h4{
	font-size:18px;
	color:#000000;
	}
#content h5 {
	font-size:14px;
	color:#FF0000;
	}
#content a {
	color:#CC0000;
	}
#content a:hover {
	text-decoration:none;
	}
#content img {
	padding:3px;
	border:1px solid #999999;
	background-color:#CCCCCC;
	}
p.center {
	text-align:center;
	}
p.pubdate {
	font-size:11px;
	color:#999999;
	text-align:right;
	}
#left {
	width:329px;
	float:left;
	border-right:1px dotted #CCCCCC;
	padding:20px;
	display:inline;
	margin-left:1px;
	background-image:url(../imagenes/cont_bg.png);
	background-repeat:repeat-x;
	}
#right {
	width:306px;
	float:left;
	padding:20px;
	display:inline;
	background-image:url(../imagenes/cont_bg.png);
	background-repeat:repeat-x;
	}
#completo{
	width:679px;
	float:left;
	padding:20px;
	background-image:url(../imagenes/cont_bg.png);
	background-repeat:repeat-x;
}
.imgleft {
	float:left;
	margin-right:8px;
	}
.news {
	margin:10px;
	border:1px dotted #CCCCCC;
	background-color:#EBEBEB;
	font-size:12px;
	font-style:italic;
	padding:10px 10px 5px 10px;
	height:140px;
	color:#CC0000;
	overflow:auto;
	}
.news p {
	margin:0 0 10px 0;
	text-align:right;
	}
.news ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
.news ul li {
	padding:0 0 0 18px;
	margin:0 0 10px 0;
	background-image:url(../imagenes/bullet_news.png);
	background-repeat:no-repeat;
	}
.centercont {
	margin:0 30px;
	border-top:1px dotted #CCCCCC;
	}
#clearer {
	width:580px;
	clear:both;
	}
/*-----------------------------------------------------*/
form#contact {
	width:305px;
	margin:10px auto;
	}
form#contact fieldset {
	margin:0;
	padding:10px;
	border:0;
	}
form#contact fieldset input, form#contact fieldset textarea {
	width:280px;
	border:1px solid #CCCCCC;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#666666;
	}
form#contact fieldset textarea {
	height:120px;
	}
/*-----------------------------------------------------*/
#footer {
	height:40px;
	padding:10px 20px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top:10px solid #CC0000;
	background-color:#000000;
	background-image:url(../imagenes/footer_bg.png);
	background-repeat:no-repeat;
	background-position:right;
	color:#999999;
	font-size:12px;
	}
#footer a {
	color:#CCCCCC;
	}
#footer a:hover {
	color:#FFFFFF;
	}
/*admin*/
form#formCurso {
	width:320px;
	margin:0 auto;
	padding:0;
	}
form#formCurso fieldset {
	margin:0;
	padding:0;
	border:0;
	}
form#formCurso fieldset label {
	display:block;
	text-align:left;
	}
form#formCurso fieldset label textarea, form#formCurso fieldset label input {
	display:block;
	width:310px;	
	font-size:12px;
	color:#333333;
	font-family:"Courier New", Courier, mono;
	margin:1px;
	padding:1px;
	}
form#formCurso fieldset label input.boton {
	width:80px;
	}
	
form#formNoti {
	width:320px;
	margin:0 auto;
	padding:0;
	}
form#formNoti fieldset {
	margin:0;
	padding:0;
	border:0;
	}
form#formNoti fieldset label {
	display:block;
	text-align:left;
	}
form#formNoti fieldset label textarea, form#formNoti fieldset label input {
	display:block;
	width:310px;	
	font-size:12px;
	color:#333333;
	font-family:"Courier New", Courier, mono;
	margin:1px;
	padding:1px;
	}
form#formNoti fieldset label input.fecha {
	width:120px;
	display:inline;
	}
form#formNoti fieldset label input.boton {
	width:100px;
	display:inline;
	}

.resaltar
{
	color:#CC0000;
}
