/********************************************************

	Hoja de estilos; formateo de estilos del navegador
	Autor: Carlos Mayora  //  www.carlosmayora.com

********************************************************/

/* =Import
------------------------------------------------------- */

/* Eliminamos los estilos por defecto del navegador */
@import url(reset.css);

/* Importamos los estilos de composición */
@import url(composicion.css);

/* Importamos los estilos de multibox */
@import url(multibox.css);

/* Importamos los estilos de multibox */
@import url(SpryAccordion.css);

/* Importamos los estilos de multibox */
@import url(SpryCollapsiblePanel.css);

/* Importamos los estilos de menu */
@import url(menu.css);

/* Importamos los estilos de menu superior*/
@import url(nav-h.css);

/* Importamos los estilos de menu superior*/
@import url(extras.css);

/* Importamos los estilos de las noticias y agenda */
@import url(news.css);
@import url(agenda.css);

/* Importamos los estilos de los clippings*/
@import url(clippings.css);

/* Importamos los estilos del menú izquierdo */
@import url(new-menu.css);

/* Importamos los estilos hemeroteca */
@import url(hemeroteca.css);

em{
	font-style:italic;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0b9dce;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0B9DCE;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display:table;
	width: 100%;
}
/*h1.alto {
	height: 50px;
	}*/
h1 img {
	float: right;	
	}
h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0b9dce;
	display: block;
	clear: left;
	float: none;
}
h2.top {
	margin-top: 0px;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.3em;
}
h3.top {
	margin-top: 0px;
}
h4 {
	font-size: 0.8em;
	color: #0b9dce;
	margin-bottom: 10px;
	font-weight: normal;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 16px;
}
h6 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 11px;
	color: #999;
	font-weight: normal;
}
h7 {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	display: block;
	margin: 10px;
}

a.sin_puntos {
	text-decoration: none;
	border: none;
}
.color {
	color: #36A8CE;
}
.blanco {
	font-size: 18px;
	color: #FFF;
	padding: 10px;
	display: block;
}
.blue {
	color: #0b9dce;
}
.big_blue {
	color: #0b9dce;
	font-size: 32px;
	padding-top: 15px;
	padding-bottom: 15px;
}

input{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	}
select{
	border: 2px solid #79c2da;
	background-image: url(../images/back-select.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: transparent;
	}
input#search {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 8px;
	width: 110px;
	padding-left: 0px;
	height: 20px;
	padding-top: 2px;
	padding-right: 10px;
}
ul li {
	list-style-type: none;
}
ol {
	list-style-image: none;
	list-style-type: decimal;
}

p.copy {
	font-size: 14px;
	line-height: 18px;
	color: #666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	font-weight: bold;
}
p.copy img, p.copy img a{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-decoration: none;
}
p {
	font-size: 12px;
	line-height: 22px;
	color: #666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-bottom: 10px;
}
form {
	margin: 0px;
}
.form-label {
	font-size: 16px;
	color: #0b9dce;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}
.form-570 {
	background-image: url(../images/form-570.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 565px;
	padding-top: 5px;
	padding-left: 10px;
	border: 0px none #FFF;
}
.form-295 {
	background-image: url(../images/form-295.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 285px;
	padding-top: 5px;
	padding-left: 10px;
	border: 0px none #FFF;
	padding-bottom:10px;
}
.form-115 {
	background-image: url(../images/form-115.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 105px;
	padding-top: 5px;
	padding-left: 10px;
	border: 0px none #FFF;
}
.form-215 {
	background-image: url(../images/form-215.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 205px;
	padding-top: 5px;
	padding-left: 10px;
	border: 0px none #fff;
}
.form-200 {
	background-image: url(../images/form-200.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 200px;
	padding-right: 25px;
	padding-left: 10px;
	border: 0px none #fff;
}

.form-multilinea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-repeat: repeat-x;
	width: 295px;
	border: 2px solid #79c2da;
	background-image: url(../images/form-multi.gif);
	background-position: left bottom;
	height: 150px;
	padding-top: 5px;
	padding-left: 10px;
}
.form-select {
	background-image: none;
	border: 1px solid #CCC;
	width: 350px;
}

.obligatorio {
	background-image: url(../images/asterisk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 20px;
	display:block;
}

a, a:active {
	text-decoration:none;
	color:#19a3d1;
}
a:hover {
	text-decoration:none;
	color: #666;
}
#top {
	background-image: url(../images/top-panel.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	padding-top:2px;
}
#top #nav {
	float: right;
	width: 400px;
	padding-top: 10px;
	padding-right: 40px;
	text-align: right;
}
#top #logo {
	float: left;
	padding-top: 10px;
}
#top #logo a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top #nav ul {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	line-height: 12px;
	white-space: nowrap;
}
#top #nav li {
	float:right;
	margin-right: 10px;
	list-style-type: none;
	list-style-image: url();
	line-height: 12px;
	list-style-image: url(../images/00.gif);
}
#top #nav li a {
	text-decoration:none;
	color:#19a3d1;
	cursor:pointer;
	display: block;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #19A3D1;
	font-size: 10px;
	line-height: 12px;
	margin-bottom:5px;
}
#menusuperior_placeholder {
	clear: both;
	width: 955px;
	padding-top: 8px;
	padding-left: 8px;
	height: 45px;
}
#menusuperior {
	clear: both;
	width: 955px;
	background-image: url(../images/top-panel-03b.gif);
	background-repeat: no-repeat; 
	background-position: left top;
	padding-top: 8px;
	padding-left: 8px;
	height: 55px;
}
#menusuperior #gohome {
	float: left;
	width: 45px;
}
#menusuperior #MenuBar1 {
	width: 100%;
	background-repeat: repeat-x;
	background-position: left top;
	height: 45px;
	padding-right: 20px;
	padding-left: 0px;
}
#menusuperior #solapas {
	float: left;
	width: 740px;
	text-align: left;
	height: 35px;
	margin: 0px;
	padding: 0px;
}
#menusuperior #buscador {
	float: right;
	width: 190px;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 16px;
}
#mainContent #home #col-l {
	float: left;
	width: 260px;
	margin-right: 50px;
	margin-left: auto;
	padding: 0px;
}
#mainContent #home #col-c {
	float: left;
	width: 260px;
	margin-right: auto;
	padding: 0px;
	margin-left: auto;
}
#mainContent #home #col-r {
	float: right;
	width: 260px;
	margin-right: auto;
	padding: 0px;
}
#menu-titulacion{
	clear: left;
	float: left;
	margin-bottom: 5px;
	width: 640px;
	}
#menu-titulacion ul li {
	float: left;
	background-image: url(../images/botonera-off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	max-height: 25px;!important
	height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	list-style-type: none;
	list-style-image: url();
	margin-right: 0px;
	vertical-align: bottom;
	line-height: 12px;
	display: block;
	white-space: nowrap;
}
#menu-titulacion ul li.gray{
	/*float: left;*/
	background-image: url(../images/botonera-gray.gif);
	/*background-repeat: no-repeat;
	background-position: left top;
	max-height: 25px;
!important
	height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	list-style-type: none;
	list-style-image: url();
	margin-right: 5px;
	vertical-align: bottom;
	line-height: 12px;
	display: block;*/
}
#menu-titulacion ul .on {
	background-image: url(../images/botonera-on.gif);
}
#menu-titulacion ul li a {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/botonera-off.gif);
	background-position: right top;
	display: block;
	padding-right: 15px;
	height: 23px;
	background-repeat: no-repeat;
	padding-top: 4px;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu-titulacion ul li.bt-facebook{
	background-image: none;
	float:right;
	}
#menu-titulacion ul li.bt-facebook a {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/grupo-facebook-btn.gif);
	background-position: left top;
	display: block;
	height: 23px;
	background-repeat: no-repeat;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -9999px;
	width: 140px;
	margin: 0px;
	padding: 0px;
}
#menu-titulacion ul li.gray a {
	/*color: #FFF;
	text-decoration: none;*/
	background-image: url(../images/botonera-gray.gif);
	/*background-position: right top;
	display: block;
	padding-right: 15px;
	height: 23px;
	background-repeat: no-repeat;
	padding-top: 4px;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
}
#menu-titulacion ul .on a {
	background-image: url(../images/botonera-on.gif);
	font-size: 11px;
}
#main #menu-titulacion ul {
	list-style-type: none;
	list-style-image: url();
	padding: 0px;
	margin: 0px;
	clear: both;
	float: left;
	width: 650px;
}
#main-850 #menu-titulacion{
	width: 850px;
	}
#main-850 #menu-titulacion ul {
	list-style-type: none;
	list-style-image: url();
	padding: 0px;
	margin: 0px;
	clear: both;
	float: left;
	width: 850px;
}
#main #img-seccion {
	float: left;
	margin-bottom: 10px;
}
#main #icons-top {
	float: left;
	margin-bottom: 10px;
	text-align: center;
	width: 640px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #918d89;
}

#main #icons-top table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#main #table-icons {
	text-align: center;	
}
#main #table-icons table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}


#x-tres {
	margin-top: 20px;
}

#x-1 {
	float: left;
	padding-right: 30px;
	width: 140px;
	padding-left: 30px;
}
#x-2, #x-3 {
	float: left;
	padding-right: 10px;
	width: 30%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	padding-left: 10px;
}

#x-2 p{
	line-height: 16px;
	color:#999;
	font-size: 12px;
}
#x-2 p .bold {
	font-weight: bold;
	color:#666;
}
#x-3 p{
	line-height: 16px;
	color:#666;
	font-size: 12px;
}
#x2masx3 {
	float: left;
	width: 425px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}
.width-850 {
	width: 850px;
	clear:both;
}
#main #full ul li{
	clear: both;	
	}
#main #full #news {
	margin-bottom: 10px;
	width: 640px;
	min-height: 150px;
}
#main #full #news-big {
	margin-bottom: 10px;
	padding-right: 20px;
}
#main #full #news #titular {
	float: left;
	width: 150px;
	padding-right: 20px;
	padding-left: 15px;
	margin-right: 50px;
}
#main #full #news-big #titular {
	width: 250px;
	padding-right: 20px;
	padding-left: 15px;
	margin-right: 40px;
	float: left;
}
#main #full #news #contenido {
	float: left;
	width: 250px;
}
#main #full #news-big #contenido {
	float: left;
	width: 250px;
}
#main #full #news img {
	float: right;
	margin-right: 20px;
	padding: 3px;
	border: 1px solid #999;
}
#full #download-top {
	background-image: url(../images/download_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 304px;
	float: left;
	margin-bottom: 15px;
}
#full #download-top p {
	height: 105px;
}

#full #download-top a{
	border:0px;
}
#full #download-top.derecha {
	float: right;
	margin-bottom: 15px;
}
#download-top p img {
	margin-top: 10px;
	margin-left: 20px;
}

#bt-descargar {

}

#main-850 #interior-right {
	width: 230px;
	float: right;
}



#main #interior-right {
	width: 230px;
	float: right;
}
#main #interior-right-horizontal {
	width: 286px;
	float: right;
}
#main #interior-right-video {
	width: 320px;
	float: right;
}
#polaroid {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: center;
	/*min-height: 180px;*/
	vertical-align: top;
}
#epigrafe {
	font-size: 11px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

#sombra {
	background-image: url(../images/sombra-foto.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
	min-height: 26px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#sombra_full {
	background-image: url(../images/sombra-pict-full.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 42px;
	min-height: 26px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}


#group-2 img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#big-left {
	background-image: url(../images/comillas.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 65px;
	font-size: 16px;
	min-height: 55px;
	width: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	font-weight: normal;
	margin-right: 20px;
	margin-left: auto;
}
#big-right {
	background-image: url(../images/comillas.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 65px;
	font-size: 18px;
	min-height: 55px;
	width: 165px;
	float: right;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 150px;
}
#big-right p{
	font-size: 18px;
	font-weight: normal;
}
#pdf-top {
	background-image: url(../images/big-pdf.gif);
	height: 55px;
}
#pdf-top-en{
	background-image: url(../images/big-pdf-en.gif);
	height: 55px;
}
#big-pdf {
	float: right;
	width: 241px;
	height: auto;
	min-height: 200px;
}

/*#top-pdf {
	background-image: url(../images/big-pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 63px;
}*/
#big-pdf #icon-pdf {
	padding-top: 15px;
	background-image: url(../images/big-pdf-03.png);
	min-height: 60px;
	background-repeat: no-repeat;
	background-position: left 100%;
	padding-right: 110px;
	padding-left: 50px;
	padding-bottom: 25px;
	color: #FFF;
}
#icon-pdf p{
	line-height: normal;	
	}
#icon-pdf a {
	font-size:12px;
	color: #FFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 15px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#icon-pdf a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pict-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.pict-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #CCC;
}
#foto-izq {
	float: left;
	padding: 0px;
	width: 100px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
}
#foto-izq img {
	border: 1px solid #CCC;
}
#sombra-mini {
	background-image: url(../images/sombra-small.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	display: block;
	height: 7px;
	width: 93px;
	margin: 0px;
	padding: 0px;
}

#left #modulos {
	margin-top: 20px;
	margin-bottom: 20px;
}
#main.botones {
	float: left;
}
#main ul, #main-850 ul {
	padding-left: 20px;
	
}
#main ul, li {
	list-style-image: url(../images/bullet-blue.gif);
	font-size: 12px;
	/*margin-top: 6px;*/
	/*margin-bottom: 6px;*/
	line-height: 18px;
}
#main li{
	margin-bottom: 6px;
	}
#main ul li ul li {
	list-style-image: url(../images/bullet.gif);
	line-height: 18px;
}
#main ol{
	padding-left: 20px;
	}
#main ol li {
	list-style-type: decimal;
	list-style-image: url();
	/*padding-left: 10px;*/
	font-size: 12px;
	line-height: 18px;
}
ul.panel_navigation li {
	background:transparent;
}
#main p a, li a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #19A3D1;
}
#main p a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #918d89;
}
.botones ul li {
	float: left;
	margin-right: 10px;
	height: 23px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.botones ul li a {
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	list-style-image: url(../images/00.gif);
}
.bt-guia {
	background-image: url(../images/bt_guia.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 23px;
	width: 115px;
	list-style-type: none;
	list-style-image: url(../images/00.gif);
}
.bt-tour {
	background-image: url(../images/bt_tour.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 23px;
	width: 95px;
	list-style-type: none;
	list-style-image: url(../images/00.gif);
}
.bt-campus {
	background-image: url(../images/bt_campus.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 23px;
	width: 115px;
	list-style-type: none;
	list-style-image: url(../images/00.gif);
}
.bt-noticia {
	background-image: url(../images/bt_noticias.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 23px;
	width: 75px;
	list-style-type: none;
	list-style-image: url(../images/00.gif);
}
.bt-estudio {
	background-image: url(../images/bt_estudios.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 23px;
	width: 80px;
	list-style-type: none;
	list-style-image: url(../images/00.gif);
}
.bt-agenda {
	background-image: url(../images/bt_agenda.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 23px;
	width: 75px;
	list-style-type: none;
	list-style-image: url(../images/00.gif);
}
.dot-bottom-blue {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0b9dce;
	margin-bottom: 10px;
}
.dot-bottom {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	min-height: 250px;
	margin-bottom: 10px;
}
.dot-right {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333;
}
.dot-top-bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	min-height: 283px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}
.dot-top-bottom p{
	line-height: 14px;
	height: 140px;
	margin: 0px;
	margin-top:30px;
}
.dot-top-bottom p a{
}
/*******************derecha***************************************/
#derecha ul li {
	list-style-type: none;
	list-style-image: url(../images/00.gif);
}
#derecha ul li a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/***********************************************/
#footer p {
	font-size: 11px;
	color: #FFF;
	text-align: center;
}
#footer a {
	color: #cac781;
	text-decoration: underline;
}
#col-foot{
    height:58px;
    clear:both;
    width:700px;
	float:right;
    /*position:relative;
	left: 225px;*/
}
/*********************clases de la web original*********************************/
table {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #8dcde8;
}

table.no_border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
}

.plan_cab {
color:#FFFFFF;
}
table#white {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size:12px;
	line-height:18px;
	width: 100%;
	
}

table.white {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size:12px;
	line-height:18px;
}
table#white a{
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0B9DCE;*/
}

table.white {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
table.white td {
	vertical-align: top;
	padding-top: 5px;
}
.center {
	margin-left: 130px;
	display: block;
}

table.calendar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
table.calendar td{
	height: 20px;
	width: 36px;
}

 table#plan {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	clear:both;
	
}
table#plan th {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #0B9DCE;
	color:#0B9DCE;
	background-image: url(../images/degradado-table.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-transform: uppercase;
}
table#plan td {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
}
table#plan.table-center th, table#plan.table-center td{
	text-align: center;	
	}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #ff0000;
	padding: 10px;
	width: 75%;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	padding: 10px;
	width: 295px;
}

.send_friend {
	width: 150px;
	height: 25px;
	float: left;
	margin-top: 12px;
	background-image: url(../images/ico_friend.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
	padding-top: 5px;
	font-size: 12px;
}

.send_friend_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #0b9dce;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #918d89;
	padding-bottom: 5px;
}

.send_friend_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0b9dce;
	white-space: nowrap;
	margin-right: 10px;
}

.send_friend_mandatory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0b9dce;
	text-align: justify;
}

.send_friend a {
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#home-destacados {
	height: 170px;
}

#home-destacados ul{
	padding-left: 10px;
}
#video-content {
	background-image: url(../images/back-video_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#video-content ul{
	padding-left:0;
}
#video-content p{
	line-height: normal;
	height:130px;
	}
#video-content #video {
	float: left;
	width: 360px;
	height: 220px;
}
#video-content #video-data {
	float: left;
	width: 230px;
	height: 200px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.video-bottom {
	background-image: url(../images/back-video_02.jpg);
	background-repeat: no-repeat;
	height: 9px;
	width: 640px;
	margin-bottom: 30px;
}
#pack-foto {
	margin-bottom: 10px;
	width: 150px;
}
#center-columna {
	float: left;
	width: 140px;
	margin-right: 35px;
	margin-left: 35px;
	margin-top: 20px;
}
#noborder {
	margin-right: 20px;
}

#noborder a {
	border-bottom-style: none;
	border-bottom-color: #FFF;
	border-bottom-width: 0px;
}
#interior-calendar {
	width: 310px;
}
#calendar-right {
	width: 280px;
	float: right;
}

.top-calendar {
	background-image: url(../images/calendar_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	color: #FFF;
	font-weight: bold;
	width: 245px;
	float: right;
	padding-top: 7px;
	padding-left: 25px;
}
.content-calendar {
	float: right;
	width: 250px;
	background-image: url(../images/calendar_02.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
#list-news ul{
	margin: 0px;
	list-style-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#list-news li {
	list-style-type: none;
	list-style-image: url(../images/00.gif);
}
li.fecha {
	margin-right: 10px;
	width: 50px;
}

.fecha {
	float: left;
	margin: 0px;
	list-style-type: none;
}
.azul {
	background-color: #2198c6;
}
.redes-home{
	margin-top:15px;
	}
.redes img {
	border: none;
	padding: 0;
	margin: 0;
	float:left;
	border-bottom-style: none;
}
.redes p {
	text-align: left;
	float: left;
	list-style-image:url();
	margin: 0px;
	padding: 0px;
	border: none;
	}
.redes p a {
	text-decoration: none;
	border-bottom: none;
	float: left;
}
#iconos-redes {
	clear: both;
	height: 60px;
	margin-bottom: 10px;
	}
#iconos-redes p{
	margin-right: 10px;
	}
#iconos-redes ul {
	padding: 0px;
	clear: both;
}
.left {
	float: left;
	margin-right: 10px;
}.mayusculas {
	text-transform: uppercase;
}
.red {
	color: #C00;
}
.red-social {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display:inline-block;
	clear:both;
	margin-top: 20px;
}
.red-social .icono {
	float: left;
	margin-right: 10px;
}
.red-social .icono-listado {
	float: left;
	width: 510px;
}
.red-social ul li a {
	font-style: italic;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.redes-column {
	display: table;
	float: left;
	width: 125px;
}
.redes-social-iconos{
	padding-top: 20px;
	padding-bottom: 0px;
	display: inline-table;
	clear: both;
	}

.redes-social-iconos ul {
	display: table;
	float: left;
	width: 490px;
	background-image: none;
}
.redes-social-iconos ul li {
	background-image: none;
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin-right: 20px;
}
.redes-social-iconos ul li a {
	border-bottom-style: none;
}
ul.tres-comunas li {
	width: 30%;
	float: left;
}
p.parrafoIframe iframe{
	margin-left:-20px;
}
a.pdf {
	background-image: url(../files/images/content/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	display: table;
	padding-left: 20px;
	margin: 0px;
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom-color: #FFF;
}

textarea.textarea_mini{
	background:transparent url(../images/textarea_mini.png) no-repeat scroll 0 0;
	border:0 none;
	color:#555555;
	font-family:Arial;
	font-size:12px;
	height:79px;
	padding:10px 8px 4px;
	width:228px;
	overflow:auto
}
.nota{
	background-color: #d9eef6;
	padding: 10px;
	background-image: url(../images/gradient-blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
.nota p{
	color: #0B9DCE;
	}
#main-850 #controlador {
	background-image: url(../images/imgen-agua-torre.jpg);
	background-repeat: no-repeat;
	background-position: right 100px;
	padding-right:40px;
	min-height:700px;
}
