body
	{
	background-image:url(../imagenes/general/fondo_pagina.png);
	background-position: top center;
	background-repeat: repeat-y;
	}

.formularios
	{
	font-family: Arial,sans-serif;
	font-size: 11px;
	border-color: #B1B1B1;
	color: #000000;
	border-style:solid;
	border-width:1px; 
	}

.celdasConBordeSinLateral
	{
	border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color:#BEBEBE;
	
	font-size:11px;
	font-family:Arial,sans-serif;
	
	}
	
.tablaMenu
	{
	border-width:1px;
	border-style:solid;
	border-color:#B1B1B1;
	border-width:0px 1px 0px 1px;
	background-color:#F0F0F0;
	width:201px;
	}
	
.tablaContenidos
	{
	border-width:1px;
	border-style:solid;
	border-color:#B1B1B1;
	border-width:0px 1px 0px 0px;
	}
	
.textoNormal
	{
	font-size:12px;
	font-family:Arial,sans-serif;
	text-align:justify;
	
	line-height:20px;
	}

.menuNivel2
	{
	font-family: Arial,sans-serif;
	font-size: 10px;
	color: #727272;
	text-decoration:none;
	line-height:14px;
	}

.menuNivel2:hover
	{
	color: #000000;
	text-decoration:none;
	}
	
.titulosSecciones
	{
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}

.titulosSecciones:hover
	{
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #FCC60F;
	font-weight:bold;
	text-decoration:none;
	}
	
.enlaces
	{
	color:#727272;
	text-decoration:none;
	}
	
.enlaces:hover
	{
	color:#000000;
	text-decoration:underline;
	}
