body
{
	margin: 5px ;
	color: black ;
	background-image: url( ../img/fondo_1.gif) ;
   background-repeat: repeat ;
}

body, table 
{
	font-family: Helvetica, Arial, sans-serif ;
	font-size: 12px ;
}

a, img 
{
	border: none ;
	text-decoration: none ;
	color: #ffffff ;
}

.div_main 
{
   width: 100% ;
	height: 100% ;
}

.tbl_main 
{
	width: 100% ;
	height: 100% ;
}

.tbl_main td
{
   text-align: center ;
	vertical-align: middle ;
}

.intro
{
	background-color: black ;
  border: 1px solid #AAAAAA ;
	position: relative ;
	width: 900px ;
	height: 550px ;
	left: 0px ;
	top: 0px ;
	margin-left: auto ;
	margin-right: auto ;
	
}

.logo
{
	position: absolute ;
	left: 590px ;
	top: 20px ;
}

.modalidad_1_1
{
	position: absolute ;
	left: 30px ;
	/* top: 80px ; */
	top: 185px ; 
	opacity: 1 ;
	filter:alpha(opacity=100) ;
}

.modalidad_1_2
{
	position: absolute ;
	left: 30px ;
	top: 185px ;
	opacity: 0 ;
	filter:alpha(opacity=0) ;
}

.texto_1
{
	position: absolute ;
	left: 350px ;
	/* top: 110px ; */
	top: 215px ;
}

.modalidad_2_1
{
	position: absolute ;
	left: 500px ;
	top: 290px ;
	opacity: 1 ;
	filter:alpha(opacity=100) ;
}

.modalidad_2_2
{
	position: absolute ;
	left: 500px ;
	top: 290px ;
	opacity: 0 ;
	filter:alpha(opacity=0) ;
}

.texto_2
{
	position: absolute ;
	left: 100px ;
	top: 350px ;
}


