/* Estilos de hipervínculos */

a
{
	color:#EDEDED;
	text-decoration:none;
}

a:Hover
{
	color:#000000;
	text-decoration:none;
}

/* Estilos comunes */

img
{
	border:0;
}

table
{
	background:transparent;
	border:0;
}

/* Estilos web ideadores*/

body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	background-color:#000000;
	/*background-repeat: no-repeat; 
	background-position: top left;
	background-image: url('../img/bg.jpg');
	background-position:center;*/
	font-family: Garamond, Arial, Verdana, Helvetica, Serif;
	color:#FFFFFF;
	font-weight:normal;
	font-size:13pt;
	text-align:justify;

}

/* Estilo para texto dentro del marco */

/*.movil
{
	position:absolute;
	overflow:auto;
	left:79px;
	top:123px;
	width:656px;
	height:353px;
	/* Colores de la barra de desplazamiento *//*
	scrollbar-face-color:#594AFB;
	scrollbar-highlight-color:#505050;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#999999;
	scrollbar-shadow-color:#505050;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#403696;
}*/


/*.movil
{
	position:relative;
	overflow:auto;
	left:0px;
	top:0px;
	width:656px;
	height:353px;
	/* Colores de la barra de desplazamiento *//*
	scrollbar-face-color:#594AFB;
	scrollbar-highlight-color:#505050;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#999999;
	scrollbar-shadow-color:#505050;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#403696;
}*/


.movil
{
	position:relative;
	overflow:auto;
	left:80px;
	top:123px;
	width:656px;
	height:353px;
	/* Colores de la barra de desplazamiento */
	scrollbar-face-color:#594AFB;
	scrollbar-highlight-color:#505050;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#999999;
	scrollbar-shadow-color:#505050;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#403696;
}

.contenedor
{
	background-position: top left;
	background-repeat: no-repeat; 
	background-image: url('../img/bg.jpg');
	
}

/*.textodemarco
{
	position:absolute;
	left:92px;
	top:500px;
	z-index:0;
}*/
.textodemarco
{
	position:relative;
	left:90px;
	top:-100px;
	z-index:0;
}

.textodemarco2
{
	position:relative;
	left:100px;
	top:150px;
	z-index:0;
}

/*.imagenesdemarco
{
	position:absolute;
	left:574px;
	top:498px;
	z-index:109;
}*/

.imagenesdemarco
{
	position:relative;
	left:580px;
	top:-122px;
	z-index:109;
}

.imagenesdemarco2
{
	position:relative;
	left:580px;
	top:125px;
	z-index:109;
}

/* Estilo para el menú */

/*#menu
{
	background-color:#2850FC;
	border-top:    1px solid #909090;
	border-bottom: 1px solid #606060;
	border-left:   1px solid #303030;
	border-right:  1px solid #FFFFFF;
	text-align:center;
	color:#FFFFFF;
	font-size:11pt;
	font-weight:bold;
	position:absolute;
	left:594px;
	top:326px;
	width:140px;
	z-index:101;
	visibility:hidden;
}*/

.menu
{
	background-color:#2850FC;
	border-top:    1px solid #909090;
	border-bottom: 1px solid #606060;
	border-left:   1px solid #303030;
	border-right:  1px solid #FFFFFF;
	text-align:center;
	color:#FFFFFF;
	font-size:11pt;
	font-weight:bold;
	position:relative;
	left:595px;
	top:-305px;
	width:140px;
	z-index:101;
	visibility:hidden;
}

.menu2
{
	background-color:#2850FC;
	border-top:    1px solid #909090;
	border-bottom: 1px solid #606060;
	border-left:   1px solid #303030;
	border-right:  1px solid #FFFFFF;
	text-align:center;
	color:#FFFFFF;
	font-size:11pt;
	font-weight:bold;
	position:relative;
	left:595px;
	top:-60px;
	width:140px;
	z-index:101;
	visibility:hidden;
}

.bajo
{
	border-top: 1px solid #606060;
	font-size:8pt;
	font-weight:normal;
	cursor:hand;
}