/* ESTILOS GENERALES ---------------------------------------------------------------------------------------------------------------------*/
body {
	background-color:#FFF;
	background-image: url(images/fondo2.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
div#cuerpo{
	width:940px;
	background-color:#FFF;
	overflow: hidden;
	}
.columnaizda{	
    margin-left:10px;
	margin-bottom:10px;
	padding:10px;
	width:433px;
	background-color:#FFF;
	float:left;
	height:95px;
	border:#CCC 1px dashed
	}
.columnadcha{
	margin-right:10px;
	margin-bottom:10px;
	padding:10px;
	width:433px;
	background-color:#FFF;
	float:right;
	height:95px;
	border:#CCC 1px dashed
	}
.fichaizda{
	margin-top:10px;
	margin-bottom:10px;
	width:465px;
	background-color:#313131;
	float:left;
	}
.fichadcha{
	margin-top:10px;
	margin-bottom:10px;
	width:465px;
	background-color:#313131;
	float:right;
	}
.fichatitulo{
	width:460px;
	height:197px;
	float:left;
	}
div#intro{
	width:916px;
	background-color:#DDD;
	margin-bottom:10px;
	padding:10px;
	overflow:hidden;
	float:left;
	border:#FFFFFF 2px solid;
	}
.formulario2 {
	width:200px;
	font-family: 'GothamBookRegular', Arial;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	background-color: #333333;
	border: 1px solid #333;
}
