body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	margin: 0;
}
a {
	color: #0055AA;
	text-decoration: none;
}
a:hover {
	color: #0073E6;
	text-decoration: underline;
}
h1 {
	margin-top: 0px;
	text-align: center;
	font-size:18px;
	color:#666;
}

/*-------Layout------- */
#wrap {
	background: url(../images/left_bg.gif) repeat-y;
	padding: 0px 9px 18px;
}
#wrap_right {
	margin: 0px 8px;
	background: #fff url(../images/right_bg.gif) repeat-y right;
}
#top {
	background:#434446 url(../images/top_bg.gif) repeat-x;
}
#leftCol {
	border-right: 1px solid #999;
	padding: 0px 15px 20px 15px;
	vertical-align: top;
}
.col-tablero{
	width: 35%;
}
.col-fija{
	width: 240px;
}
#rightCol {
	padding: 0px 25px 20px;
	vertical-align: top;
}
#footer{
	margin: 0px 8px;
	height: 20px;
	background-image: url(../images/bottom_bg.gif);
	background-repeat: repeat-x;
}
#footer_left{
	background-image: url(../images/bottom_left.gif);
	float: left;
	height: 21px;
	width: 21px;
}
#footer_right{
	background-image: url(../images/bottom_right.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 21px;
	float: right;
}
#footnote {
	text-align: center;
	color: #777;
	position: relative;
	top: -30px;
	font-size: 10px;
	cursor: default;
}

#menu {
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 23px;
	margin-right: 10px;
}
#menu a, #menu2 a {
	color: #CCCCCC;
	display: block;
	float: left;
	height: 30px;
	padding:8px 10px 0px;
	border:1px solid transparent;
}
#menu a:hover, #menu2 a:hover {
	color: #fff;
	background: url(../images/menu_bg.png) repeat-x;
	border:1px solid;
	border-color:#ccc #777 #777;
	text-decoration: none;
}
#aqua {
	background: url(../images/aqua.jpg) no-repeat right top;
	height: 96px;
}
#logo {
	margin-left: 10px;
}
#logo a img {
	border: 0;
}
/*-----------Topbar-------------- */
#topbar {
	border-top: 1px solid #666;
	margin-top: 8px;
	color: #777;
	padding: 6px 12px 3px;
}
#topbar a {
	color: #ccc;
}
.mi_cuenta {
	border: 1px solid #444;
	padding: 3px 5px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	float: left;
}
#account {
	float: left;
	cursor: default;
}

.mi_cuenta:hover {
	color: #fff;
	border: 1px solid #999;
	text-decoration: none;
}
#topbar a.logout {
	color: #FF582F;
	margin-left: 8px;
}
#topbar a.logout:hover {
	color: #FE7E47;
}
/*------Main--------*/
#main {
	background: url(../images/pvs2/main_bg.jpg) repeat-x;
	border-bottom: 1px solid #aaa;
}
#loading {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #434446;
	text-align: center;
	color: #ccc;
	padding-top: 15px;
	cursor: default;
	font-size: 15px;
	line-height: 2em;
}

#main h2, #login h1 {
	font-size: 18px;
	color: #555;
	letter-spacing: -1px;
	margin: 15px 0px 15px;
	cursor: default;
}
#main h4 {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-variant: small-caps;
	color: #555;
	cursor: default;
}

/*La tabla que fija las dos columnas */
#principal {
	width: 100%;
	vertical-align: top;
	border: 0;
}
#search {
	position: absolute;
	right: 38px;
}
#pagetitle {
	background-image: url(../images/corner_left.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 0px;
}
#pagetitle h1 {
	margin: 0px;
	letter-spacing: -1px;
	padding-left: 15px;
	font-size: 24px;
	color: #333;
	padding: 5px 15px 8px;
	cursor: default;
	float: left;
}
#pagetitle_right {
	background: url(../images/corner_right.gif) no-repeat right top;
		border-bottom: 1px solid #444;
}
#submenu {
	float: left;
	background-color: #222222;
	color: #bbb;
	margin-left: 8px;
	font-size: 13px;
	font-weight: bold;
	margin-top: 2px;
	cursor: default;
	background-image: url(../images/submenu_bg.jpg);
	background-repeat: repeat-x;
}
#submenu_right {
	background: url(../images/submenu_right.gif) no-repeat top right;
	height: 34px;
	padding-right: 10px;
}
#submenu_left {
	background-image: url(../images/submenu_left.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}
#submenu a {
	color: #ccc;
	display: block;
	float: left;
	padding: 9px;
}
#submenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5D5D5D;
}
#submenu a.submenu-activo {
	color: #222;
	background-color: #ededed;
	border: 1px solid #777;
	padding: 8px;
	background-image: url(../images/submenu_active.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* distintos tipos de inputs segun su funcion: boton o texto */

input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#search input{
	height:12px;
	background: #ccc;
	border: 0;
	padding: 2px 3px;
	margin-left: 5px;
}
#search img {
	position: relative;
	top: 2px;
}

#search input:focus {
	background: #fff;
}
input.btn, input.btnchico {
	background-image: url(../images/estilo1/menu_bg.png);
	background:#E0EEF8;
	border: 1px solid #5E90D3;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 11px;
}
input.btnchico {
	height:20px;
	padding-bottom:3px;
}
input.btn {
	height: 27px;
}
input.btn:hover, input.btnchico:hover {
	border-color:#f90;
}
input.btn:focus, input.btnchico:focus {
	border-color: #036;
}
input.txt {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
input.titulo {
	font-size: 14px;
	font-weight: bold;
	height: 22px;
}
input.txt, input.titulo {
	border-top: 2px solid #999;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #ddd;
	border-left:1px solid #bbb;
	padding:2px 3px;
}
#principal .form h2 {
	margin: 0px;
	color: #9b3217;
}
.form p {
	margin: 5px 0px 12px;
	color: #333;
	cursor: default;
}
input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.form form, #login form {
	margin: 0px;
	padding: 0px;
}
input.btnchico {
	height:20px;
	padding-bottom:3px;
}
input.btn {
	height: 27px;
}
input.btn:hover, input.btnchico:hover {
	border-color:#FF6600;
}
input.btn:focus, input.btnchico:focus {
	border-color: #660000;
}
input.txt {
	padding: 2px;
}
input.txt:focus, input.titulo:focus {
	border-top: 2px solid  #390;
	border-right: 1px solid #55C148;
	border-bottom: 1px solid #9f6;
	border-left:1px solid #55c148;
}
.form select{
  font-family:Tahoma, Verdana, Arial, sans-serif;
  font-size:11px;
 }
 .form textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:3px 0px 3px 6px;
	border-top: 2px solid #999;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #ddd;
	border-left:1px solid #bbb;
}
.form textarea:focus {
	border-top: 2px solid  #339900;
	border-right: 1px solid #55C148;
	border-bottom: 1px solid #99FF66;
	border-left:1px solid #55C148;
}
.form p.commit {
	text-align: right;
	margin: 0px;
}
a.linkbtn, p.commit a{
	display:block;
	background-image: url(../images/estilo1/menu_bg.png);
	border: 1px solid #5E90D3;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	height:19px;
	font-size: 11px;
	padding-top:6px;
	margin-top:8px;
	cursor:default;
	text-align:center;
	overflow:hidden;
}
/*Estilos para el mini calendario*/
#calendar-mini {
	background: url(../images/calendar_bg.png) no-repeat;
	padding: 11px;
	width: 154px;
	height: 146px;
}
#calendar-pequenno td {
	padding: 0px 1px;
	border: 1px solid #A7C5E2;
	text-align: center;
}
.dia-mes a{
	cursor: pointer;
	display: block;
	padding: 3px;
}
.dia-mes a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000;
}
.dayName {
	color: #666666;
}
.activa {
	background-color: #FFFF99;
}
#calendar-pequenno thead th{
	padding: 3px 0px 3px;
	cursor: default;
}
#calendar-panel{
	width: 100%;
	border: none;
	margin-bottom: 15px;
	margin-top: 2px;
}
#calendar-panel td{
	vertical-align:top;
}
#calendar-panel h3 {
	font-size: 14px;
	color: #444;
	margin-top:0px;
	margin-bottom: 5px;
}
#calendar-panel ul {
	padding-left: 0px;
	list-style: none;
	margin: 8px 0px 15px;
	line-height: 1.4em;
}

#calendar-panel-left {
	width: 200px;
}
#simbologia {
	background-color: #ddd;
	color: #444;
	border: 1px solid #999;
	padding: 3px 4px;
	margin: 4px 23px 0px 2px;
	cursor: default;
	text-align: center;
}
#simbologia a {
	margin-left: 0px;
	top: 1px;
	position: relative;
	width: 10px;
}
.links-bar, .linknew {
	font-size: 11px;
	margin-left: 15px;
	font-weight: normal;
	letter-spacing: 0px;
}
.linknew img, .links-bar img{
	border:none;
	margin-right:3px;
}
.clear {
	clear: both;
}
.grande {
	font-size: 15px;
	letter-spacing: -1px;
	color: #222;
}
.hide{
	display:none;
}
a.comment {
	margin-left: 8px;
}
/*Formularios */
.form {
	background-image: url(../images/form_bg.jpg);
	background-repeat: repeat-x;
	background-color: #D5E5F2;
	border-top: 1px solid  #C3DAEC;
	border-left: 1px solid #9ABDD8;
	border-right: 1px solid #9ABDD8;
	border-bottom: 2px solid #668AA8;
	padding: 8px 15px 8px;
	margin: 20px 0px 8px;
}
.form fieldset {
	border: 1px solid #668AA8;
	padding: 12px;
	margin: 7px 0px 8px 0px;
}
.form legend {
	font-weight: bold;
	cursor: default;
	padding: 0px 5px;
	color:#333;
}
.form img{
  position:relative;
  top:4px;
}
/*Usense estas clases en conjunto con la clase "form" para tener anchos definidos de formulario*/
.f-ancho {
	width: 500px;
}
.f-normal {
	width: 370px;
}
a.help {
	cursor: help;
}
td.left_td {
	text-align: right;
	width: 100px;
}
td.left_td2 {
	text-align: right;
	width: 200px;
}
td.left_angosto {
	text-align: right;
	width: 45px;
}
a.close {
	float: right;
	position: relative;
	top: 3px;
}
.activity{
	border:none;
	width: 100%;
	margin: 4px 0px 8px;
}
.activity td{
	vertical-align:top;
	padding:2px;
}
/*Esto le quita el margen inferior a un <h2> para poder acompañarlo con un parrafo. Ojo, sólo con un párrafo*/
h2.no-margen{
	margin-bottom:0px;
}
#login {
	width: 376px;
	margin: 0px auto;
	background-image: url(../images/login_bg.gif);
	background-repeat: repeat-y;
}

#register {
	width: 600px;
	margin: 0px auto;
	background-image: url(../images/register_bg.gif);
	background-repeat: repeat-y;
}

#login-top {
	background-image: url(../images/login_top.png);
	background-repeat: no-repeat;
}

#register-top {
	background-image: url(../images/register_top.png);
	background-repeat: no-repeat;
}

#login-bottom {
	background-image: url(../images/login_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px 28px;
}

#register-bottom {
	background-image: url(../images/register_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px 28px;
}

#login h1 {
	margin-top: 0px;
	text-align: center;
}
#login h2 a {
	margin-top: 0px;
	text-align: center;
	margin-left:30px;
	margin-right:50px;
	font-size:14px;
}
#logo_login {
	margin: 25px auto 8px;
	width: 205px;
}
#login p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.login-error {
	color: #FF3300;
	text-align: center;
	cursor: default;
}
.example {
	cursor:default;
	color:#666;
}
a.help{
	color:#006600;
	cursor:help;
}
a.help:hover{
	text-decoration:none;
	color:#060;
}


/* Comentarios */

.comment h4 {
	font-size: 11px;
	margin: 0px;
	font-weight: normal;
}
.comment {
	background-image: url(../images/estilo1/comment.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	border-bottom: 1px solid #ccc;
	margin: 25px 0px 15px 0px;
}
#comentarios {
	margin-bottom: 40px;
	clear:both;
	margin-top: 40px;
}
.comment p {
	margin-top: 8px;
	margin-bottom: 12px;
}


.noticia-foto {
float:left;
margin-right:10px;
margin-bottom:20px;
}




.OK_aviso {
background-color:#E9FADE; 
border: 1px solid #7BB953; 
width:90%; 
padding:10px 10px 10px 10px; 
text-align:left; 
margin-left:auto; 
margin-right:auto; 
font-size:14px; 
text-align:center; 
color: #333333;
}

.OK_aviso img {
margin-right:15px
}




.NOOK_aviso {
background-color:#FFFFC4; 
border: 1px solid #FF0000; 
width:90%; 
padding:10px 10px 10px 10px; 
text-align:left; 
margin-left:auto; 
margin-right:auto; 
font-size:14px; 
text-align:center; 
color: #333333;
}

.NOOK_aviso img {
margin-right:15px
}



.ALERTA_aviso {
background-color:#FFFFC4; 
border: 1px solid #FF0000; 
width:90%; 
padding:10px 10px 10px 10px; 
text-align:left; 
margin-left:auto; 
margin-right:auto; 
font-size:14px; 
text-align:center; 
color: #333333;
}

.ALERTA_aviso img {
margin-right:15px
}

#calendar-panel ul {
	display:inline; 
}


#calendar-panel ul li {
list-style-type:none; 
color:#FF6600; 
margin-left:10px;
}

