﻿/*
	REDEFINIMOS LOS BLOQUES DE CONTENIDO AFECTADOS POR NO TENER MENU LATERAL.
*/
#B-CONTENIDO
{	
  margin: 10px 0;
 	width : 820px; /* IMPORTANTE: redefinimos el tamaño del contenido pues la pagina de ferias no tiene menu lateral.*/
}

#B-COL1
{ display:none; /* Ocultamos el menu lateral.*/}

#DIV-TRABAJO
{ height: 450px;
  padding-top: 20px;
	width	:	815px;
}

#DIV-TRABAJO #colIzquierda
{ float						:	left;
	height					: 450px;
	padding					: 0 10px 0 10px;
	width						:	316px;
}

#DIV-TRABAJO #colIzquierda img
{	margin-bottom:20px; }

#DIV-TRABAJO #colIzquierda .titulo
{ color					: #B5021F;
	font-size			:	15px;
	font-weight		: bolder;
	margin-bottom	: 10px;
	text-align		: center;
}

#DIV-TRABAJO #colIzquierda .descripcion
{ line-height	:	130%;
	text-align	:	center;
}

#DIV-TRABAJO #colIzquierda .resaltado
{ font-weight:bold; }

#DIV-TRABAJO #colDerecha
{ float				:	left;
	padding     : 0 0 20px 10px;
	text-align	:	justify;
	width				: 444px;
}

#DIV-TRABAJO #colDerecha input,
#DIV-TRABAJO #colDerecha textarea
{ background:#E4E5E9;width: 99%;padding:2px 0 2px 3px;margin:0;}

#DIV-TRABAJO #colDerecha p.titulo
{
	color					:	#B5021F;
	font-weight		:	bold;
	margin-bottom	:	0;
}

#DIV-TRABAJO #colDerecha p
{
	text-align    : justify;
	margin-bottom : 10px;
}

#DIV-TRABAJO #colDerecha .resaltado
{
	color				: #B5021F;
	font-weight	:	bold;
}

#DIV-TRABAJO #colDerecha .btnEnviar
{  
	background-color: #B5021F;
	border					:	0;
	color						:	White;
	font-weight			: bold;
	width           : 100px;
}

  #DIV-TRABAJO #colDerecha #frmDatos{}
  #DIV-TRABAJO #colDerecha #frmDatos table 
  {width : 100%;}
    #DIV-TRABAJO #colDerecha #frmDatos table td{ }
    
    #DIV-TRABAJO #colDerecha #frmDatos table td.boton
    { padding   : 10px 0;
      text-align: right;
    }
    
    #DIV-TRABAJO #colDerecha #frmDatos table td.titulo
    { height        : 25px;
      text-align    : left;
    }


#DIV-TRABAJO #DIV-RESPUESTA
{
	background-color: #F8F7F8;
}

#DIV-TRABAJO #DIV-RESPUESTA table
{margin: 5px;}

#DIV-TRABAJO #DIV-RESPUESTA table td.titulo
{ text-align: left;
  width     : 80px;
}

#DIV-TRABAJO #DIV-RESPUESTA p
{
  padding   : 3px;
	text-align:	center;
}

#DIV-TRABAJO #DIV-RESPUESTA p.resaltado
{
	font-weight	:	bold;
}
