/********************************************************************************************
* Hoja de estilo global (CSS)
* Creada por OVALUS.COM
*********************************************************************************************/

BODY
{
	background-color: #D31778;
}

.bodyPage
{
	font-family: "Trebuchet MS";
	font-size:10px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image:url(../images/background.gif);
	background-repeat:repeat;
}

.bodyContent
{
	font-family: "Trebuchet MS";
	color: #CCCCCC;
	font-size:12px;
	background-color: #D31778;
}

.bodyFrame
{
	width: 760px;
	height: 320px;
	overflow: hidden;
}

/* Estrutura Web */

.web_frame
{
	position: relative;
	margin-top: -210px;
	width: 100%;
	height: 420px;
}

.web_blockHead
{
	position:relative;
	display: block;
	width: 760px;
	height: 100%;
	text-align: right;
	background-image:url(../images/head/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.web_content
{
	position:relative;
	display: block;
	width: 100%;
	height: 320px;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #D31778;
}

/* MENU */

.web_menu
{
	text-align: right;
}

.web_menuButton
{
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000

	font-size: 10px;
	width: 85px;
}

/* FORMULARIOS */


.web_inputform
{
	border: 1px solid #000000;
	font-size: 10px;
	background-color:#CCCCCC;
}

/* Marco para los mensajes */

.web_msgFrame
{
	position: relative;
	margin-top: -150px;
	width: 100%;
	height: 300px;
}

.web_msgHead
{
	position:relative;
	display: block;
	width: 100%;
	height: 80px;
}

.web_msgContent
{
	position:relative;
	display: block;
	width: 100%;
	height: 200px;
	background-color:#D31778;
}

.web_msgFoot
{
	position:relative;
	display: block;
	width: 100%;
	height: 20px;
}

.web_msgBlock
{
	position:relative;
	display: block;
	width: 760px;
	height: 100%;
}


/* Tablas de datos */
.data
{
width: 80%;
font-size: 10px;
font-size:12px;
}

.data TH
{
text-align: left;
background-color:#B31466;
color:#333333;
}

.data CAPTION
{
background-color: #800E49;
color: #FFFFFF;
}


/* Tipòs de letra */

.bb
{
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
}

.bg
{
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color:#CCCCCC;
}

.bn
{
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
}

.nb
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
}

.nn
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
}

.ngc
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#EEEEEE;
}

.pgc
{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#EEEEEE;
}

.pgn
{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#999999;
}

.pgo
{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#666666;
}

.pb
{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
}

.pn
{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
}

/* Enlaces */
a.linkN:link,  a.linkN:visited, a.linkN:active
{
	text-decoration: none;
	color: #000000;
}

a.linkN:hover
{
	color: #D31778;
}

a.linksub:link,  a.linksub:visited, a.linksub:active
{
	text-decoration: none;
	color: #999999;
}

a.linksub:hover
{
	color: #FFFFFF;
}

a.linksub2:link,  a.linksub2:visited, a.linksub2:active
{
	text-decoration: none;
	color: #CCCCCC;
}

a.linksub2:hover
{
	color: #FFFFFF;
}

a.linksub3:link,  a.linksub3:visited, a.linksub3:active
{
	text-decoration: none;
	color: #FFFFFF;
}

a.linksub3:hover
{
	color: #000000;
}


a.linkcopy:link,  a.linkcopy:visited, a.linkcopy:active
{
	text-decoration: none;
	color: #666666;
}

a.linkcopy:hover
{
	color: #999999;
}

a.linkpage:link,  a.linkpage:visited, a.linkpage:active
{
	display:block;
	float: left;
	text-align: center;
	width: 120px;
	text-decoration: none;
	color: #000000;
	background-color:#D96CA4;
}

a.linkpage:hover
{
	color: #FFFFFF;
	background-color:#000000;
}

/* Otros */
.web_miniexamples
{
	border-width: 1px;
	border-color: #D31778;
}