@import url(styles-calendario.css);

body	{
	font: 8pt Tahoma;
	margin: 5px;
	padding: 0;
}

a:link		{color: #196DB6;}
a:visited	{color: #1E7F8B;}
a:hover		{text-decoration: none;}



#header, #footer	{
	clear: both;
	width: 100%;
}

#header	{
	height: 100px;
	border-bottom: 3px solid #196DB6;
}

#footer	{
	height: 60px;
	padding: 10px 0 0 0;
	color: #808080;
	border-top: 1px dashed #a8a9ac;
}



#menu	{
	float: left;
}

#main	{
	width: 100%;
	border-left: 1px solid #a8a9ac;
	padding: 10px 0 0 5px;
}

#menu ul {
	margin: 5px 0 0 15px;
	padding: 0 0 0 5px;
}

#menu ul li	{
	list-style-image: url(img/vine-1.gif);
}

#menu ul li.tit	{
	font-weight:bold;
	color:#888;
}

#main h1	{font: bold 14pt Tahoma;color: #196DB6;}

#main p	{color: #888;}

#main	div.error	{
	font: 8pt Tahoma;
	border: 1px dashed #a8a9ac;
	background: #f0f0f0 url(img/ico-alerta.gif) no-repeat 0 25px;
	padding: 10px;
	margin: 10px;
	color: #a8a9ac;
}

hr	{margin: 0; padding:0;}
/* formularios */
/*---------------------------------------------------------------------------------------*/

#main form	{margin: 0; padding: 0;color:#888;}
#main form div	{
	border-bottom: 1px solid #a8a9ac;
	margin: 10px 0;
	padding: 10px 0;
}

#main form div label	{
	position: relative;
	left: -300px;
}

#main form div input {
	font: 8pt Tahoma;
	width: 300px;
	border: 1px solid #a8a9ac;
	padding: 2px;
	position: relative;
	left: 150px;
	color: #888;
}

#main form div textarea	{
	font: 8pt Tahoma;
	width: 300px;
	height: 200px;
	border: 1px solid #a8a9ac;
	padding: 2px;
	position: relative;
	left: 150px;
	color: #888;
}

#main form div select {
	font: 8pt Tahoma;
	width: 305px;
	border: 1px solid #a8a9ac;
	padding: 2px;
	position: relative;
	left: 150px;
	color: #888;
}

#main form div input.submit	{
	background: #f0f0f0;
}



#main form div.tinytext	label {
	position: relative;
	top: 0;
	left: 5px;
	display: block;
}

#main form div.tinytext	textarea	{
	width:600px;
	height:300px;
}
#main form div.tinytext	table.mceEditor	{
	width: 600px;
	height: 300px;
	margin: 0 0 0 150px;
}

#main form div.tinytext select	{
	width: auto;
	margin: 0;
	position: relative;
	top:0;
	left: 0;
}
.menuSelect {
	font-family: Tahoma;
	font-size: 8pt;
	border: thin solid #999999;
	background-color: #FFFFFF;
}
/*---------------------------------------------------------------------------------------*/

/* listados */
/*---------------------------------------------------------------------------------------*/

#main table {
	width: 95%;
	margin: 10px;
}

#main img {
	margin: 0;
	padding: 0;
	border: 0;
}

#main table tr.header td	{
	background: #f0f0f0;
	font-weight: bold;
	color: #808080;
	padding: 2px;
}

#main table tr.data0 td	{
	background: #fff;
	color: #808080;
	padding: 2px;
	border-bottom: 1px solid #c4c4c4;
}

#main table tr.data1 td	{
	background: #fafafa;
	color: #808080;
	padding: 2px;
	border-bottom: 1px solid #c4c4c4;
}

#main form.busq	{
	background: #f0f0f0;
	height: 40px;
}

#main form.busq label	{
	position: relative;
	left: -160px;
	top: 10px;
}

#main form.busq input {
	font: 8pt Tahoma;
	width: 200px;
	border: 1px solid #c4c4c4;
	padding: 2px;
	position: relative;
	left: 100px;
	top: 10px;
}

#main form.busq input.submit	{
	width: 120px;
	left: 90px;
	background: #f0f0f0;
}


		div#paginado	{
			width:95%;
			margin: 0 0 10px 10px;
			text-align:center;
			font-family: Tahoma;
			font-size: 8pt;
			vertical-align: middle;
			padding: 5px 0;
			color: #888;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			background: #fcfcfc;
		}

		div#paginado a:hover	{
			color: #000;
		}
		div#paginado a.pagactual{
			font-weight: bold;
		}





/*******************************/

ul.solapero	{
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #2989dd;
}

ul.solapero li {
	list-style-type: none;
	float: left;
	width: 180px;
	height: 22px;
	background: url(img/bk-solapa.gif) no-repeat;
}

ul.solapero li a {
	color: #fff;
	position: relative;
	top: 4px;
	left: 10px;
}

ul.solapero2	{
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #a8a9ac;
}

ul.solapero2 li {
	list-style-type: none;
	float: left;
	width: 180px;
	height: 22px;
	background: url(img/bk-solapa2.gif) no-repeat;
}

ul.solapero2 li a {
	color: #fff;
	position: relative;
	top: 4px;
	left: 10px;
}

ul.solapero li a:visited {color:#fff;}
ul.solapero2 li a:visited {color:#fff;}

#acceso-rapido	{
	background: #2989dd;
	margin: 0;
	padding: 0;
	height: 14px;
	text-align: right;
}
#acceso-rapido	a img{
	border: 0;
}

#acceso-rapido-cal	{
	clear: both;
	border-bottom:1px solid #a8a9ac;
	height: 120px;
	display: none;
}

#acceso-rapido-cal	#accesos	{
	float: left;
}

#acceso-rapido-cal	#accesos	ul {
	margin: 0 0 0 30px;
	padding: 0;
}
#acceso-rapido-cal	#accesos	ul li {
	margin:10px 0;
	height: 30px;
	list-style-type: none;
	border-bottom: 1px solid #a8a9ac;
}

#login {
	position:absolute;
	top:20%;
	left:20%;
	padding:20px;
	width:400px;
	height:200px;
	border: solid 1px;
}
#btnMenu{
	width:100px;
	background: #196DB6;
	font-weight: bold;
	color: #fff;
	padding: 2px;
	height:20px;

}
