/****		CSS		****/

*{margin:0px;}

body 
	{
	background: #dddddd;
	color : #666;
	font-family:arial;
	font-size:13px;
	text-align:justify;
	margin:auto;
	width:784px;
	}
h2{font-size:20px;}
.clear{clear:both}
.linea{border-bottom:1px solid;}
.naranja{color:#f97b17}
#contenedor ul li{
	list-style-image:url(imagenes/vineta_lista.jpg);
	list-style-position:outside;

	}

#flash
	{
	padding-left:6px;
	width:778px;
	height:250px;
	background:#d8e1f0;
	}

#contenedor
	{

	text-align:justify;
	width:565px;
	margin:auto;
	float:right;	
	}

.contenido
	{
	padding-left:5px;
	padding-right:20px;
	width:531px;
	border-bottom: dotted 1px;
	}

.titulo
	{
	background:transparent url(imagenes/vineta_titulo.jpg) no-repeat scroll 0 7px;
	border-bottom:1px solid;
	margin-bottom:10px;
	padding-bottom:2px;
	padding-left:25px;
	padding-top:8px;
	width:531px;
	}

#izquierdo
	{
	width:219px;
	float:left;

	}

#menu
	{
	width:188px;
	padding-left:6px;
	}

.menu
	{
	background: url(imagenes/vineta.jpg) no-repeat scroll 0 8px;
	padding:4px 0px 4px 20px;
	border-bottom: dotted 1px;
	width:176px;
	margin-left:6px;
	}

#pie
	{
	background: url(imagenes/pie.jpg) no-repeat;
	width:784px;
	height:115px;
	float:left;
	margin:auto;
	text-align:center;
	color:#fff;
	padding-top:15px;
	}

#forma
	{
	width:215px;
	height:342px;
	background: url(imagenes/fondo_forma.gif) no-repeat;
	position:absolute;
	left:7px;
	top:-81px;
	}

#forma_izquierdo
	{	
	width:223px;
	height:335px;
	background:	url(imagenes/fondo_forma_vocacional.jpg) no-repeat;
	}

#header_tabla
	{
	background: url(imagenes/titulo_forma.png) no-repeat;
	width:289px;
	height:48px;
	position:absolute;
	left:-63px;
	top:11px;
	}

.button
	{
	background: url(imagenes/boton.gif) no-repeat;
	border: 0px;
	width:103px;
	height:28px;
	}

#fondo
	{
	background: url(imagenes/fondo.jpg);
	width:784px;
	overflow:hidden;
	}

a:link 
	{
	color: #2256a9;
	text-decoration: none;
	}
a:visited 
	{
	text-decoration: none;
	color: #2256a9;
	}
a:hover 
	{
	text-decoration: none;
	color: #2256a9;
	}
a:active 
	{
	text-decoration: none;
	color: #2256a9;
	}