* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-color: white;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

h1 {
}

h2 {
	margin: 5px 0 20px 0;
	padding: 5px;
	border-bottom: 1px solid #abb;
	color: #08b;
	font-size: 160%;
}
h2.no_subray {
	border-bottom: none;
	margin: 0px;
	font-size: 170%;
	margin-bottom: -10px;
}


h3 {
	margin: 5px 0 20px 0;
	padding: 5px;
	border-bottom: 1px solid #abb;
	color: #08b;
	font-size: 160%;
}
h3.alternativo {
	margin: 20px 0 0px 0;
	padding-left: 0px;
	padding-bottom: 3px;
}
h3.no_subray {
	color: #777;
	border-bottom: none;
	margin: 0px;
	font-size: 130%;
	margin-bottom: -10px;
}
h3.mes  {
	background: #cdd;
	border: 3px solid #abb;
	color: #566;
	margin: 20px 0;
}


h4 {
	font-size: 120%;
	margin: 3px 0;
}

h5 {
	font-size: 110%;
	color: #08b;
	margin: 3px 0;
}

h6 {
}
em{
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
	letter-spacing: 0px;
}

a {
	text-decoration:none;
	color: #08b;
}

a:hover {
	text-decoration:underline;
}

/* MAIN DIVs */

#wrap {
}

#header {
	background: white url(images/header.jpg) no-repeat top left;
	height: 130px;
	width: 100%;
}
#header h1{
	font-size: 0px;
	margin-left: -3000px;
}
#nav_left {
	border-top: 1px solid #ccc;
	background-color: white;
	width: 160px;
	float: left;
	padding: 10px;
}
#nav_left #banners{
	margin: 15px 5px;
}
#nav_left #banners img{
	margin: 0 0 10px 0;
}

#nav_left #nav_inst {
}


#nav_left #nav_serv {
	margin-top: 12px;
}


#nav_serv_w {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: white;
	margin-left: 180px;
	height: 17px;
	padding: 17px 15px 0px 10px;
}


#content {
	background: #fafafa;
	margin-left: 0px;
	padding: 10px;
	width:640px;
	font-size: 11px;
	line-height: 16px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	overflow: hidden;

}
#content a{
 	color:#039;
}
#col_right {
	position: absolute;
	top: 162px;
	left: 842px;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 10px;
	width: 300px; 
}
#col_right p {
	margin: 3px 0 0 10px;
	padding-top: 1px;
	border-top: 1px solid #ddd;
}
#col_right a {
	color: #777;
}
#col_right a:hover {
	color: #08a;
}
#col_right h5,
#col_right h5 a {
	color: #899;
}
.bloque_col_right {
	background: #fafafa;
	border: 1px solid #ddd;
	margin: 10px 0;
	padding: 10px;
}




#pie {
	clear: both;
	border-top: 1px solid #ccc;
	padding: 0 10px;
	font-size: 10px;
	background: white;
}
#pie img {
	float: left;
}
#pie p {
	margin: 12px;
}

#lista_trav {
	margin: 0px;
	padding: 10px;
}


#detalle {
	margin: 0px 0 10px 0;
	padding: 0px;
}

/* FIN MAIN DIVs */




/* ADMIN */
#admin_wrap {
	width: 600px;
}
#admin_wrap a {
	color: blue;
	text-decoration: underline;
}


#admin_wrap table {
	width: 100%;
}
#admin {
	padding: 10px;
	line-height: 18px;
}
#admin ul {
	list-style: none;
}

#admin table {
	background: #bde;
	padding: 10px;
	color: #08a;
}
#admin table td {
	margin: 0;
	padding: 5px 0 10px 10px;
	color: #08a;
}

#admin table table td{
	padding: 0;
	margin: 0;
}

/* FIN ADMIN */




/* AUSPICIOS */

#auspicios {
	clear: right;
	background: white;
	padding: 0px;
	margin-top: 20px;
}
#auspicios img {
	margin: 0 10px 0 0;
	border: none;
}

#auspicios img.car {
	float: left;
	border-left: 1px solid #ccc;
}
.grupologos {
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
	padding-bottom: 10px
}
#auspicios #logos {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}

/* FIN AUSPICIOS */

/* TABLE */
table {
	border-collapse: separate;
	border-spacing: 0px;
}
td {
	padding-right: 20px;
	vertical-align:top;
}
table.tabla_verde {
	background: #366;
	color: white;
	width: 450px;
	padding: 7px;
}
table.tabla_verde td{
	padding: 4px;
	vertical-align: top;
}
table.tabla_verde th{
	padding: 4px;
	vertical-align: top;
	text-align:right;
}
table.tabla_verde th.tabla_header {
	color: white;
	text-align: center;
	border-bottom: 2px solid #899;
	padding: 2px;
	font-size: 120%;
}
table.tabla_verde textarea, table.tabla_verde input.form{
	width: 95%;
}

table.tabla_celeste {
	background: #b7c4ca;
	color: black;
	width: 450px;
	padding: 7px;
	border: 1px solid black;
}
table.tabla_celeste td{
	padding: 4px;
	vertical-align: top;
}
table.tabla_celeste th{
	padding: 4px;
	vertical-align: top;
	text-align:right;
}
span.rojo {
	color: #c00;
}
table.tabla_celeste th.tabla_header {
	color: white;
	text-align: center;
	border-bottom: 2px solid #899;
	padding: 2px;
	font-size: 120%;
}
table.tabla_cleste textarea, table.tabla_celeste input.form{
	width: 95%;
}

input.form_button {
	border: 2px solid #899;
	background: none;
	color:#899;
}

table.links hr {
	border: none;
	border-top: 1px solid #ccc;
	width: 70%;
	margin: 2px 0 10px 0;
	text-align:left;
}

/* */

#in_content img {
	margin: 3px 0 10px 0;
}
#in_content img.bordeazul {
	border: 1px solid #08a;
}

#in_content a.boton,
#admin_wrap a.boton  {
	font-size: 12px;
	font-weight: bold;
	color: #08a;
	border: 2px solid #08a;
	padding: 3px 10px;
	margin: 20px 10px; 
}
#in_content a.boton:hover,
#admin_wrap a.boton:hover  {
	background: #08a;
	color: white;
	text-decoration: none;
}
#in_content a.boton2,
#admin_wrap a.boton2  {
	font-size: 12px;
	font-weight: bold;
	color: #566;
	border: 2px solid #566;
	padding: 3px 10px;
	margin: 20px 10px; 
}
#in_content a.boton2:hover,
#admin_wrap a.boton2:hover  {
	background: #566;
	color: white;
	text-decoration: none;
}


#td_cursos {
	 margin-bottom: 20px;
}
#td_cursos h3 {
	color: #08a;
	padding: 0px 0 5px 0;
	margin: 20px 0 5px 0px;
	border-bottom: 1px solid #08a;
}
#td_cursos p.titulo_curso a {
	display: block;
	color: #566;
	margin: 0 10px;
	padding: 3px 10px;
	border-bottom: 1px solid #566;
}
#td_cursos p.cuando {
	display: block;
	color: #899;
	font-weight: bold;
	margin: 0 10px -7px 10px;
	padding: 3px 10px;
}
#td_cursos p.titulo_curso a:hover {
	color: #08a;
	text-decoration: none;
}

.news_main_item table {
	margin: 10px 0;
}
.news_main_item th {
	padding-right: 20px;
}
#in_content div.news_main_item h3 a,
#in_content div.news_item h3 a{
	color: #08a;
}
#programacion .prog_item table  {
	margin: 10px;
}
#programacion .prog_item th  {
	padding-right: 20px;
	vertical-align: top;
}


p.nov_fecha {
	color: #566;
	font-size: 12px;
	margin: 3px 10px 10px 10px;
}
.news_main_item p.nov_fecha{
	color: #566;
	font-size: 11px;
	margin: 0px 0 -23px 0;
}
.news_item p.nov_fecha {
	color: #566;
	font-size: 11px;
	margin: 30px 0 -23px 0;
}
#in_content h6.nov_copete,
#in_content h6.nov_copete p {
	color: #08a;
	font-weight: bold;
	font-size: 13px;
	margin: 0px 0 20px 0;
}
div.destacado {
	width: 90%;
	padding: 10px;
	background: #cde;
	border: 1px solid #08a;
	color: #555;
}



#admin_port {
	margin: 10px;
}
#admin_port input {
	border: 1px solid #777;
	color: #777;
	font-size: 10px;
	padding: 2px 5px;
}
#admin_port table {
	width: 100%;
}
#admin_port table table {
	background: #eff0ef;
	border-collapse: collapse;
	border: 1px solid black;
}
#admin_port table table td,
#admin_port table table th {
	border: 1px solid black;
	padding: 2px;
	height: 30px;
	vertical-align: middle;
}
p.basetabla {
border-top: 1px solid #777;
margin: 10px 0;
padding: 7px 10px;
}
p.basetabla input{
border: 1px solid #333;
padding: 2px 5px;
margin-right: 20px;
background: white;
color: #777;
}

p.cuando_det {
	display: block;
	color: #899;
	font-weight: bold;
	margin: -15px 0px 20px 5px;
	padding: 0px;
}