@charset "utf-8";
/* CSS Document */
.cake-sql-log {
	clear:both;
}
body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #333333;
}

a {
		text-decoration:none;
}

a:hover {
		text-decoration:underline;
}

h2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #999999;
}

#contenedor{
		width: 900px;
		margin: 0 auto;
}

#izquierda {
		width: 315px;
		float: left;
}

#logo {
		width: 310px;
		height: 303px;
		background-image:url(../img/logoVIM.jpg);
		margin-top: 0px;
}

#navegacion {
		width: 310px;
		margin-top: 10px;
		font-family: Arial, Helvetica, sans-serif;
}

#navegacion ul {
		padding: 0px;
		margin: 0px;
		list-style: none;
}

#navegacion li {
		margin: 8px 0;
		background-color: #f4f4f4;
		padding-left: 120px;
		display: block;
}

#login{
   padding-top: 10px;
   padding-left:440px;
   /*float:left;*/
   width:90px;
   /*border: #000000 solid 1px;*/
}
#login ul li{
   text-decoration:none;
   list-style:none;
}

#login ul li a{ text-decoration:none;}
#login ul li a:hover{text-decoration:underline;}



#navegacion li:hover {
		background-color: #cccccc;
}

#navegacion a {
		text-decoration:none;
		background-color: #FFFFFF;
		width: 150px;
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		padding-left: 10px;
		font-weight:bold;
		color: #333333;
}

#navegacion a:hover {
		text-decoration:none;
}

#derecha {
		width: 570px;
		float: right;
}

#titulo{
		background-image:url(../img/pageTitle.jpg);
		width: 361px;
		height: 31px;
		margin: 0 auto;
}

#top{
		background-image:url(../img/pageBegin.jpg);
		width: 566px;
		height: 37px;
		margin: 0 auto;
}

#top_nav {
		width: 100%;
		margin: 0 auto;
		padding-top: 3px;
		text-align:center;
}

#top_nav ul {
		margin:0 auto;
		padding:0;
		list-style:none;
}

#top_nav li {
		display:inline;
		padding-right: 5px;
		text-align:center;
}

#top_nav a {
		color: #FFFFFF;
		font-size: 10px;
}

#cuerpo{
		background-image:url(../img/pageBody.jpg);
		width: 566px;
		background-repeat:repeat-y;
		margin: 0 auto;
		padding: 0;
}

#cuerpo_padding {
		margin: 0 20px 0 27px;
		padding: 0px;
		min-height: 400px;
}

#footer {
		background-image:url(../img/pageEnd.jpg);
		background-repeat:no-repeat;
		width: 566px;
		height: 21px;
		margin: 0 auto;
		padding-top: 23px;
		color:#666666;
}

#derechos {
		float: left;
		width: 200px;
		font-size:9px;
		padding-left: 10px;
}

#xelaweb {
		float: right;
		width: 300px;
		text-align:right;
		padding-right: 10px;
}

#xelaweb a {
		text-decoration: none;
		color: #000000;
		font-size: 9px;
		color:#666666;
}

#xelaweb img {
		border:0;
}

/* ---------------------------------------------------------------------------*/

#formulario {
	margin:0 10px;
}

/* Forms */
form {
	clear: both;
	padding: 0;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 20px;
	padding: 16px 20px;
}
fieldset legend {
	color: color: #999999;
	font-size: 13px;
	font-weight: bold;
}
/*fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}*/
form div {
	clear: both;
	margin-bottom: 1em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	padding-right: 20px;
}
input, textarea {
	margin-left: 20px;
	width: 75%;
	margin-top: 2px;
	clear: both;
	display: block;
	padding: 1px;
}
select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

input.form-error {
	border:1px solid #ff0000;
		padding: 1px;
		}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #ff0000;
	font-weight: bold;
	float: right;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

/* Tables */
#proyectos_index table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
#proyectos_index th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
#proyectos_index th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
#proyectos_index th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
#proyectos_index table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
#proyectos_index table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;

}
#proyectos_index td.actions a {
	display: inline;
	margin: 0px 6px;

}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}

/***************Picture Gallery**********************/

#proyectos_imagenes { padding:0px 5px 10px 15px;}
#proyectos_imagenes img {border:#CCCCCC 1px solid; padding:5px; }
.p_flotante { border:#CCCCCC 1px solid; text-align: right; padding-right:10px;}
.p_flotante a {color: #666666;}
.p_flotante a:hover {color: #333333; text-decoration:none;}

#bloque { width:190px; float:left; margin-left:15px; margin-bottom:10px;margin:0px 15px 10px 15px ; }
#bloque a{ float:left; width:110px;}
#Alineados { width:60px; float:right; padding-top:15px; } 
#Alineados a{ float:left; padding: 0; margin:0; }
#borra { clear:both;}

/***************Actions**********************/

.actions { padding:0px 0px 10px 0px; }
.actions ul{ list-style-type:none;  margin:0; padding:0; }
.actions a{ display:block; width:100px; height:20px; float:left;  border:#CCCCCC 1px solid; padding:5px 0px 0px 5px; margin-left:3px }
 .actions a{ color:#666666; }
.actions a{ text-decoration:none;}

/***************TabbedPanelContent**********************/
.TabbedPanelsContent dt{ color: #000000;}
.TabbedPanelsContent dd{ color: #666666; margin-bottom:5px; margin-left:15px;}

/***************NEWS**********************/

.top_announcements { background-image: url(../img/announcements/announcementsBoxBegin.jpg); width:466px; height:35px; background-repeat:no-repeat;}

.down_announcements { background-image:url(../img/announcements/announcementsBoxEnd.jpg); width:466px; height:19px; background-repeat:no-repeat;}

.announcements { background-image: url(../img/announcements/announcementsBoxBody.jpg); width:466px; background-repeat: repeat-y; padding:0px 0px 10px 30px;}

#anuncios h3 { font-size:14px; border-bottom: #0066CC 1px solid; width:80%; color:#0066CC; margin:0; padding:0; }

.announcements td {  padding:4px 20px 4px 20px;}
.announcements a { color:#000000}
.announcements a:hover { text-decoration:none;}
.announcements_bot a{ border: #ECEBFE 1px solid; padding:2px;}

.classe{ padding-bottom:15px; margin-bottom:20px;}