@charset "utf-8";
/*
################
#	Copyright by CETM
#	CSS document by ALVAR
################
*/

html, body
{
	margin: 0px;
	border: 0px;
}
body
{
	text-align: center;
	background-image: URL('images/bg-1.png');
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;
	background-color: #111;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

form {margin: 0;}

h1,h2,h3,h4,h5,h6
{
	margin: 0; padding: 0;
}

img { border: 0; }

a, a:visited
{
	text-decoration: none;
	color: #06F;
}
a:hover, a:active
{
	text-decoration: underline;
}

.clear { clear: both; width: 100%; }
.clear5
{
	clear: both;
	width: 100%;
	height: 5px;
}


/* ########## USER OPTIONS ########## */

#userOptions
{
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 0;
	z-index: 20;
}
	#userOptions .userContent
	{
		margin: 0 auto;
		width: 900px;
		color: #FFF;
		font-size: 11px;
		overflow: hidden;
		background-color: #000;
		background-position: bottom;
		background-repeat: repeat-x;
		border-top: 1px solid #000;
		border-bottom: 2px solid #10629E;
	}
	#userOptions .left
	{
		text-align: left;
		float: left;
		border-left: 1px solid #222;
	}
	#userOptions .right
	{
		text-align: right;
		float: right;
		border-right: 1px solid #222;
	}
	#userOptions a
	{
		float: left;
		display: block;
		padding: 7px 10px;
		color: #CCC;
	}
	#userOptions .left a { border-right: 1px solid #222; }
	#userOptions .right a { border-left: 1px solid #222; }
	#userOptions a:hover
	{
		text-decoration: none;
		color: #FFF;
	}
	#userOptions .separator
	{
		float: left;
		display: block;
		padding: 10px 3px;
		color: #FFF;
		display: none;
	}


/* ########## GLOBAL ########## */
.header
{
	width: 900px;
	padding: 0;
	margin: 0px auto;
	text-align: left;
/*	border-left: 1px solid #000;
	border-right: 1px solid #000;	*/
}
.content
{
	width: 900px;
	padding: 0;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
	background-color: #EEE;
/*	border-left: 1px solid #000;
	border-right: 1px solid #000;	*/
}


/* ########## HEADER ########## */
#banner
{
	position: relative;
	height: 150px;
	z-index: 5;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#userbar
{
	float: right;
	width: 400px;
	padding: 10px;
	height: 20px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #FFF;
}
#langs
{
	clear: both;
	float: right;
	width: 200px;
	margin-top: 81px;
	padding: 5px 10px;
	padding-top: 10px;
	text-align: right;
	font-size: 80%;
}

/* ########## BODY ########## */
#panel
{
	position: relative;
	float: right;
	width: 250px;
	background: #333 URL(images/panel-bg.jpg) repeat-y;
	overflow: hidden;
	padding-bottom: 60000px;
	margin-bottom: -60000px;
	font-size: 11px;
	border-top: 1px solid #000;
	z-index: 25;
}
	#panel .panel-topimg
	{
		background: URL(images/panel-top.jpg) no-repeat;
		height: 19px;
		padding-top: 30px;
		font-size: 10px;
		font-weight: bold;
		color: #FFF;
		text-align: center;
	}
#body
{
	position: relative;
	width: 650px;
	float: left;
	background: #FFF URL(images/body-top.jpg) no-repeat;
	padding-bottom: 60000px;
	margin-bottom: -60000px;
	border-top: 1px solid #000;
	z-index: 30;
}
#bodyfull
{
	width: 900px;
	margin: 0px;
	margin-top: 0px;
	float: left;
	padding: 0px;
	background: #FFF URL(images/bodyfull-top.jpg) no-repeat;
	border-top: 1px solid #000;
}

#webposition
{
	padding: 9px;
	font-size: 11px;
	color: #FFF;
}
#zonemenu
{
	padding: 9px 0;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	width: 900px;
	display: none;
}
	#zonemenu a
	{
		padding: 0 10px;
		color: #FFF;
	}
	#zonemenu a.active
	{
		color: #000;
	}
	#zonemenu a:hover
	{
		color: #000;
		text-decoration: none;
	}
#zonetitle
{
	position: relative;
	margin: 10px 0px;
	padding: 10px;
	padding-bottom: 5px; 
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
}
	#zonetitle span
	{
		display: block;
		position: absolute;
		padding: 10px;
		padding-bottom: 5px; 
		top: -1px;
		left: -1px;
		color: #FFF;
	}
#zoneinfo
{
	padding: 2px;
	padding-right: 5px;
	font-size: 11px;
	font-style: italic;
	color: #FFF;
	text-align: right;
	overflow: hidden;
	display: none;
}
	#webposition a, #zoneinfo a
	{
		color: #FFF;
	}
	#webposition a.active, #zoneinfo a.active
	{
		color: #000;
	}
	#webposition a:hover, #zoneinfo a:hover
	{
		color: #000;
		text-decoration: none;
	}
#zonesubmenu
{
	float: right;
	margin-top: 2px;
	height: 27px;
	overflow: hidden;
}
	#zonesubmenu ul
	{
		overflow: hidden;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#zonesubmenu ul li
	{
		float: left;
		overflow: hidden;
		background-color: #CCC;
		padding: 0px;
		padding-bottom: 0px;
		margin-right: 5px;
		border: 1px solid #000;
		border-bottom: none;
		border-radius-topleft: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-radius-topleft: 5px;
		border-radius-topright: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-radius-topright: 5px;
		filter:alpha(opacity=60);
		-moz-opacity:0.60;
		opacity:0.60;
		
	}
	#zonesubmenu ul li a, #zonesubmenu ul li.active a
	{
		float: left;
		display: block;
		padding: 6px 20px;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
		color: #666;
		background-color: #EEE;
		border-radius-topleft: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-radius-topleft: 5px;
		border-radius-topright: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-radius-topright: 5px;
	}
	#zonesubmenu ul li a:hover
	{
		background-image: none;
		text-decoration: none;
		color: #000;
	}
	#zonesubmenu ul li.active a
	{
		padding-bottom: 7px;
		color: #000;
		background-color: #FFF;
		filter:alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
		border-top: 1px solid #CCC;
	}
	#zonesubmenu ul li.active
	{
		filter:alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
	}

/* ########## MENU ########## */
#menu
{
	position: relative;
	width: 100%;
	overflow: visible;
	border-top: 2px solid #10629E;
	border-bottom: 2px solid #10629E;
	z-index: 15;
	background-color: #111;
	background-image: URL("images/transicion4.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
}
ul#navLinks
{
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
ul#navLinks li
{
	float: left;
	overflow: hidden;
}
ul#navLinks li .patilla-izq
{
	display: none;
}
ul#navLinks li .patilla-dcha
{
	display: none;
}
ul#navLinks li a
{
	float: left;
	display: block;
	padding: 8px 20px;
	text-decoration: none;
	border-right: 1px solid #000;
	border-left: 1px solid #222;
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
}
ul#navLinks li a:hover
{
	background-image: none;
	text-decoration: none;
	color: #FFF;
}
ul#navLinks li.active .patilla-izq
{
	display: none;
}
ul#navLinks li.active .patilla-dcha
{
	display: none;
}
ul#navLinks li.active a
{
	color: #FFF;
	background: #000;
}

/* ########## PANEL ########## */
#panel ul, #panel ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 0px;
}
#panel ul li
{
	margin-left: 2px;
	margin-top: 1px;
	margin-bottom: 5px;
	color: #EEE; 
	border-top: 1px solid #666;
}
	#panel a
	{
		color: #39F;
		color: #F90;
	}
	#panel a:hover
	{
		color: #FFF;
		text-decoration: none;
	}
	#panel ul li ul li { border-top: none; }
#panel ul li h3
{
	margin-top: 1px;
	height: 15px;
	font-size: 11px;
	color: #F90;
	color: #036;
	color: #111;
	background-color: #666;
	padding: 6px 5px 4px 7px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#panel ul li div.panel
{
	padding: 4px;
	min-height: 20px;
	overflow: hidden;
}

/* ########## FOOTER ########## */

#footer
{
	width: 900px;
	margin: 0 auto;
	color: #CCC;
	min-height: 6px;
	text-align: center;
	padding: 0;
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: normal;
	overflow: hidden;
}
#footernav
{
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
	overflow: hidden;
	background-color: #EEE;
	border-top: 1px solid #000;
}
	#footernav .ncat
	{
		font-weight: bold;
		color: #999;
		margin: 2px 0;
	}
	#footernav .nlinks
	{
		text-align: center;
		overflow: hidden;
		padding: 7px 0;
		overflow: hidden;
		background-color: #000;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		background-color: #000;
	background-image: URL("images/transicion4.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	}
		#footernav .nlinks a
		{
			color: #CCC;
			padding: 7px 10px;
			margin: 0 5px;
			font-weight: bold;
			font-size: 10px;
		}
		#footernav .nlinks a:hover
		{
			text-decoration: none;
			color: #FFF;
		}
		#footernav .nlinks .sep
		{
			display: none;
		}
	#footernav .nsponsors
	{
		padding-top: 5px;
		text-align: center;
	}
	#footernav .nsponsors img {
		margin: 0 10px;
	}
	#footernav .ntm
	{
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		text-align: center;
		padding: 5px 0;
		overflow: hidden;
		background-color: #999;
	}
	#footernav .ntm img {
		margin: 0 1px;
	}
	#footernav .border {
		border-top: 2px solid #10629E;
		border-bottom: 2px solid #10629E;
	}
#info_pag
{
	width: 900px;
	margin: 0 auto;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	clear: both;
	padding-top: 20px;
	overflow: hidden;
	background-image: URL('images/footer.png');
	background-position: top;
	background-repeat: no-repeat;
}

/* ########## Estilos generales ########## */
.zonetitle
{
	background: #FFB74A URL(images/title-bg.jpg) bottom left no-repeat;
	border-top: 1px solid #333;
	padding: 40px 10px 10px 10px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
}
.zonebody
{
	padding: 5px;
	min-height: 20px;
	overflow: hidden;
	clear: both;
}
.zonecat
{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	color: #06F;
	margin: 10px 0;
	border-bottom: 1px solid #FC6;
	padding-bottom: 2px;
	font-weight: bold;
}
.zonename
{
	font-weight: bold;
	color: #DEF;
	font-size: 16px;
	margin-bottom: 5px;
	text-align: center;
	padding: 10px 0;
	background: #333 URL("images/transicion4.jpg") repeat-x center;
	border: 1px solid #000;
}
.zonename2
{
	font-weight: bold;
	color: #333;
	font-size: 12px;
}
.zonename3
{
	font-weight: bold;
	color: #333;
	font-size: 11px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 3px;
	padding-bottom: 2px;
}

/* ################################################################# */
#h-novedades2
{
	float: left;
	margin: -5px;
	margin-top: -6px;
	width: 650px;
	overflow: hidden;
	height: 300px;
	background-color: #000;
}
	#h-novedades2 .bordes { width: 650px; height: 300px; background: URL(images/home_news_borders.png) no-repeat; }
	#h-novedades2 #h-novs-list { float: left; width: 650px; list-style: none; margin: 0px; padding: 0px; margin-left: 3px; }
	#h-novedades2 #h-novs-list li { float: left; margin-left: 5px; overflow: visible; }
	#h-novedades2 #h-novs-list li a { float: left; display: block; width: 62px; padding: 2px; background-color: #000; overflow: hidden; text-align: right; }
	#h-novedades2 #h-novs-list li img { width: 62px; height: 38px; }
	#h-novedades2 #h-novs-list li a:hover, #h-novedades2 #h-novs-list li.active a { background-color: #F90; margin-left: -4px; margin-top: -2px; width: 70px; margin-right: -4px; text-decoration: none; }
	#h-novedades2 #h-novs-list li.active img { width: 70px; height: 42px; }
	#h-novedades2 #h-novs-info { float: left; margin: 10px; width: 630px; height: 233px; }
	#h-novedades2 .nref { float: right; }
	#h-novedades2 h1 { margin: 0px; position: relative; color: #FFF; font-size: 20px; font-weight: bold; color: #aee557; color: #000; }
	#h-novedades2 h1 span { display: block; position: absolute; color: #FC0; top: -2px; left: -2px; }
	#h-novedades2 .entrada { margin: 0px; margin-left: 20px; margin-top: 5px; position: relative; width: 200px; font: 11px Tahoma, Geneva, sans-serif; font-weight: bold; color: #000; text-align: justify; line-height: 1.5;}
	#h-novedades2 .entrada span { display: block; position: absolute; top: -1px; left: -1px; width: 200px; color: #EFE; }
	#h-novedades2 p { margin: 0px; line-height: inherit; text-indent: 20px; }
	#h-novedades2 .info { margin: 5px 0px 0px 20px; position: relative; font-size: 9px; color: #000; font-weight: bold; }
	#h-novedades2 .info span { display: block; position: absolute; top: -1px; left: -1px; color: #3991FB; }
	/*  Filter: dropshadow (color=gray,OffX=2,OffY=2,Positive=1);*/

#readnew
{
	width: 650px;
	height: 300px;
	margin: 0px;
	margin-top: -6px;
	margin-left: -5px;
	padding: 0px;
	border-bottom: 1px solid #000;
}
	#readnew .borders { width: 650px; height: 298px; background-image: URL(images/read_news_borders.png); padding: 0px; margin: 0px; border-bottom: 2px solid #F90; }
	#readnew .imagen { float: left; margin-right: 20px; margin-top: 220px; margin-left: 20px; border: 1px solid #000; width: 150px; height: 90px; overflow: hidden; background-color: #000; color: #FFF; }
	#readnew .imagen img { width: 150px; height: 90px; }
	#readnew .entrada { float: left; width: 440px; padding-top: 230px; margin: 0px; position: relative; font: 10px Arial, Tahoma, Geneva, sans-serif; font-weight: bold; color: #000; text-align: justify; line-height: 1.5; }
	#readnew .entrada p { margin: 0px; padding: 0px; }
	#readnew .entrada span { display: block; position: absolute; padding-top: 230px; top: -1px; left: -1px; color: #EFE; width: 440px; }

.shortNew
{
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
}
	.shortNew img.left, .shortNew img.right { width: 150px; height: 90px; }
	.shortNew img.flag { position: relative; top: 1px; }
	.shortNew img.left { float: left; margin-right: 10px; }
	.shortNew img.right { float: right; margin-left: 10px; }
	.shortNew h2 a { float: left; display: block; font-size: 16px; font-family: Arial, Helvetica, sans-serif; width: 100%; color: #06F; margin-bottom: 3px; border-bottom: 1px solid #FC6; padding-bottom: 2px; }
	.shortNew h2 a:hover { text-decoration: none; color: #000; }
	.shortNew .intro { line-height: 1.5; color: #333; }
	.shortNew .info { margin-top: 5px; font-size: 10px; color: #666; }
	.shortNew .info2 { float: right; font-size: 10px; color: #666; text-align: right; width: 480px; }
	.shortNew .info a, .shortNew .info2 a { color: #666; }
	.shortNew .cuerpo { clear: both; line-height: 1.5; color: #333; padding: 0px 15px; text-align: justify; }
	
.shortNewLeague
{
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #EEE;
	margin-top: 5px;
}
	.shortNewLeague img.left, .shortNewLeague img.right { width: 150px; height: 90px; }
	.shortNewLeague img.esl, .shortNewLeague img.esl2, .shortNewLeague img.flag { width: auto !important; height: auto !important; }
	.shortNewLeague img.esl { margin-top: -8px; }
	.shortNewLeague img.flag { position: relative; top: 1px; }
	.shortNewLeague img.left { float: left; margin-right: 10px; }
	.shortNewLeague img.right { float: right; margin-left: 10px; }
	.shortNewLeague h1 a { float: left; display: block; font-size: 12px; width: 100px; color: #F60; margin-bottom: 3px; border-bottom: 1px solid #F60; padding-bottom: 3px; }
	.shortNewLeague h1 a:hover { text-decoration: none; color: #000; }
	.shortNewLeague .intro { font-size: 11px; line-height: 1.5; }
	.shortNewLeague .intro p { margin: 0px; }
	.shortNewLeague .info { font-size: 10px; color: #666; }
	.shortNewLeague .info2 { clear: both; float: left; font-size: 10px; color: #666; margin: 5px 0; }
	.shortNewLeague .info a, .shortNewLeague .info2 a { color: #666; }
	

.tw
{
	overflow: hidden;
	margin-bottom: 5px;
}
	.tw .league
	{
		text-align: center;
		font-weight: bold;
		margin-bottom: 2px;
		background-color: #333;
		padding: 5px;
	}
	.tw .league a:hover { text-decoration: none; }
	.tw .date
	{
		text-align: center;
		font-size: 9px;
		font-weight: normal;
	}
	.tw .p1, .tw .p2, .tw .p3
	{
		background-repeat: no-repeat;
		background-position: center;
		width: 78px;
		float: left;
		text-align: center;
		padding: 15px 0;
		font-weight: bold;
		overflow: hidden;
		color: #000;
	}
	.tw .p1 a, .tw .p2 a, .tw .p3 a { color: #000 !important; }
	.tw .p1 a:hover, .tw .p2 a:hover, .tw .p3 a:hover { color: #000; text-decoration: underline; }
	.tw .p1
	{
		background-image:url(images/medalla-oro.png);
	}
	.tw .p2
	{
		background-image:url(images/medalla-plata.png);
	}
	.tw .p3
	{
		background-image:url(images/medalla-bronce.png);
	}
	.tw .rpt
	{
		width: 78px;
		float: left;
		text-align: center;
		font-size: 10px;
	}
	
/* ########## POLLS ########## */
.poll
{
	overflow: hidden;
}
	.poll .subject
	{
		font-weight: bold;
		text-align: center;
	}
	.poll .subject input
	{
		border: 0; margin: 0; padding: 0;
	}
	.poll .opt
	{
		float: left;
		width: 100%;
		margin: 2px 0;
	}
	.poll .options
	{
		float: left;
		width: 100px;
		font-size: 11px;
		margin-top: 12px;
	}
	.poll .results
	{
		overflow: hidden;
		float: right;
		max-width: 230px;
	}
	.poll .results .percent
	{
		float: left;
		width: 22px;
	}
	.poll .results .bar
	{
		height: 40px;
		margin: 0 1px;
		overflow: hidden;
	}
	.poll .results .bar .hide-bar
	{
		background-image: URL(images/poll.png);
		background-position: top;
		background-repeat: no-repeat;
		height: 40px;
	}
	.poll .results .opt-percent
	{
		border-top: 1px solid #000;
		background-color: #666;
		color: #FFF;
		font-size: 8px;
		text-align: center;
	}
	.poll .results .opt-i
	{
		border-top: 1px solid #000;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
	}
	.poll .submit
	{
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		color: #036;
		font-weight: bold;
	}
	
/* ########## Comments ########## */
.comment
{
	overflow: hidden;
	clear: both;
	padding: 5px;
	border-bottom: 1px dotted #FC6;
}
	.comment .avatar
	{
		float: left;
		width: 72px;
		margin-right: 5px;
	}
		.comment .avatar img
		{
			width: 70px;
			height: 70px;
			border: 1px solid #06F;
		}
	.comment .id
	{
		float: right;
		width: 50px;
		color: #F60;
		font-weight: bold;
		font-size: 10px;
		text-align: right;
	}
	.comment .user
	{
		float: left;
		width: 350px;
		font-size: 10px;
		color: #06F;
	}
		.comment .user a { color: #06F; }
		.comment .user a:hover { color: #000; text-decoration: none; }
	.comment .options
	{
		float: right;
		width: 100px;
		font-size: 10px;
		font-weight: bold;
		text-align: right;
		color: #666;
	}
		.comment .options a { color: #666; }
		.comment .options a:hover { color: #000; text-decoration: none; }
	.comment .message
	{
		float: left;
		width: 535px;
		margin-top: 5px;
		line-height: 1.5;
		color: #333;
		font-size: 11px;
	}
	
/* ########## FORMS ########## */
.text
{
	border: 1px solid #CCC;
	border-bottom: 2px solid #CCC;
	padding: 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}
.textarea-comment
{
	width: 500px;
	border: 1px solid #CCC;
	padding: 5px;
	font: 12px Tahoma, Geneva, sans-serif;
	line-height: 1.5;
	height: 100px;
}
.button
{
	border: 1px solid #10629E;
	border-bottom-width: 2px;
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #EEE;
	font-weight: bold;
	padding: 5px 20px;
	color: #000;
	margin: 0px 20px;
}
.boton
{
	border: 1px solid #036;
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #FFD;
	font-weight: bold;
}
.boton-over
{
	border: 1px solid #F60;
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #FFD;
	font-weight: bold;
}
	
/* ########## ERRORS ########## */
.alert
{
	padding: 5px;
	padding-top: 0px;
	font-size: 11px;
	color: #333;
}
.error-general
{
	border: 1px solid #F9E4B7;
	background-color: #FFD;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}



/* ########## SUB MENU ########## */
ul#subMenu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	clear: both;
	float: left;
	width: 621px;
	background: #333 URL(images/transicion1.jpg) repeat-x center;
	font-size: 11px;
	border: 1px solid #036;
	height: 29px;
}
ul#subMenu li
{
	float: left;
	margin-left: 5px;
	border-right: 1px solid #036;
	border-left: 1px solid #036;
}
ul#subMenu li .patilla-izq
{
	display: none;
}
ul#subMenu li .patilla-dcha
{
	display: none;
}
ul#subMenu li a
{
	display: block;
	float: left;
	padding: 8px 15px;
	text-decoration: none;
	color: #DEF;
	font-weight: bold;
}
ul#subMenu li a:hover, ul#subMenu li.active a
{
	text-decoration: none;
	color: #036;
	background: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin-top: -1px;
}
ul#subMenu li.active .patilla-izq
{
	background-image: url(images/subnav_prt1.jpg);
}
ul#subMenu li.active .patilla-dcha
{
	background-image: url(images/subnav_plt1.jpg);
}


.mantenimiento
{
	padding: 5px;
	border: 1px solid  #910003;
	margin: 5px;
	background-color: #FFD;
	color: #069;
	font-size: 11px;
}

.informacion
{
	padding: 10px;
	padding-bottom: 5px;
	background-color: #000;
	color: #069;
	font-size: 11px;
	line-height: 1.5;
}
.informacion #infobox
{
	border: 1px solid #000;
}
.informacion #infobox p
{
	margin:-15px -15px 10px -15px;
	border: 1px solid #000;
	line-height: 1;
}


/* rotar texto

-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
*/