/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

BODY
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #303030;
	/* background: #EDEEE6 url(/img/bg_fondo.gif);*/
}
A
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}
A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}


/************* tablas **************/
TD
{
	font-size: 8pt;
	border: 0px;
}
TABLE TD.hdRight
{
	padding: 0px;
	border: solid 1px #FFFFFF;
	background-color: #CFCFCF;
	vertical-align: top;
}

TABLE TD.hdRight A:link
{
	text-decoration: none;
	color: #000000;
}

TABLE TD.hdRight A:visited
{
	text-decoration: none;
	color: #000000;
}

TABLE TD.hdRight A:active
{
	text-decoration: none;
	color: #000000;
}

TABLE TD.hdRight A:hover
{
	text-decoration: underline;
	color: #000000;
}

TABLE.Footer
{
	background-color: White;
	border: solid 1px #F0F0F0;
}
TABLE TD.Menu
{
	width: 180px;
	vertical-align: top;
	background-color: #CC0000;
	color: #FFFFFF;
}
TABLE TD.Menu INPUT
{
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff;
	border-color: #DD0000;
	background-color: #990000;
}
TABLE TD.Contents
{
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(/img/bg_contents.gif);
	padding-bottom: 10px;
	vertical-align: top;
	width: auto;
	padding-top: 10px;
	background-repeat: repeat-y;
	height: 100%;
}

TABLE TD.ContentsReservas
{
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(/img/bg_contents.gif);
	padding-bottom: 10px;
	
	width: auto;
	padding-top: 10px;
	background-repeat: repeat-y;
	height: 100%;
}

TABLE TD.Contents TD
{
	border: 0px;
	font-size: 10pt;
	text-align: justify; 
}

TABLE.Tarifas TR TD
{
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 10px;
	background-color : #FFDC86; 
	border-bottom: #ff9900 1px solid;
}
TABLE TD.BodyLeft TD
{
	color: #ffffff;
	background-color: #666666;
	text-align: center;
}
TABLE.Menu TD
{
	text-align: center; 
}
TABLE.Menu TD A:link, TABLE.Menu TD A:visited
{
	font-size: 10pt;
	font-weight: bold; 
	color:White;
}
TABLE.Head
{
	padding-bottom: 10px;
	border-bottom: #ff9900 2px solid;
}
TABLE.Head TR TD
{
	font-family: Tahoma, Arial; 
	font-size: 14pt;
	font-weight: bold;
	color: White; 
	background-color : #ff9933;
	padding-left: 10px;
	padding-right: 10px;
}
TABLE.Images
{
	padding-bottom: 10px;
	border: solid 1px #c0c0c0;
	padding: 5px;
}
TABLE.Images THEAD TR TD
{
	font-family: Tahoma, Arial; 
	font-size: 10pt;
	font-weight: bold;
	background-color: #DCDCDC;
	padding: 5px;
}

TABLE.Images TR TD
{
	font-family: Tahoma, Arial; 
	font-size: 12pt;
	font-weight: bold;
	background-color: #ffffff;
	padding: 5px;
}

TD.IMGSEP
{
	background-color: #cccccc;
	border-bottom: solid 1px #fafafa;
}

/************* menu **************/

#menudiv
{
	width: 100%;
	background-color: #cc0000;
}

#menudiv ul
{
	height: 139px;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

#menudiv a
{
	display: block;
	padding-left: 30px;
	height: 29px;
	width: 100%;
	padding-top: 6px;
	border-bottom: #ffffff 1px solid;
	font-family: Helvetica-Condensed, Tahoma, Arial;
	background: #cc0000 url(/img/li_hover.gif);
}

#menudiv a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
}

#menudiv a:hover
{
	background-color: #990000;
	background-image: url(/img/li_current.gif);
	color: #fff;
}

/** menu horizonal **/
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #cc0000;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 8px;
background-color: transparent;
color: White;
text-decoration: none;
float: left;
border-right: 0px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #990000;
color: #fff;
}
