
div.columnaIzquierda
{
	width:622px;
	float: left;
	margin-right:20px; 
}


div.cajaInternaMiddle
{
	float:left;
	background: #646263 url(../images/bordeCajaInterna.gif) repeat-x;
	width:622px;
	padding: 0px 1px 0px 1px;
	border-top: solid 1px #ffffff;
}

div.cajaInternaMiddle div.boxContent
{
	float:left;
	background: url(../images/backgroundCajaInterna.gif) repeat;
	width:582px;
	padding: 20px 20px 10px 20px;
}
	
div.cajaInternaBottom
{
	float: left;
	height:  10px;
	line-height:  1px;
	font-size:  1px;
	width:  624px;
}

div.cajaInternaBottom div.cajaInternaBottomLeft
{
	background: url(../images/cajaInternaBottomLeft.gif) no-repeat;
	float:  left;
	height: 10px;
	line-height:  1px;
	font-size:  1px;
	width:  10px;
}

div.cajaInternaBottom div.cajaInternaBottomMiddle
{
	background: url(../images/backgroundCajaInterna.gif) repeat;
	float:   left;
	height:  10px;
	line-height:  1px;
	font-size:  1px;
	width:  604px;
}

div.cajaInternaBottom div.cajaInternaBottomRight
{
	background: url(../images/cajaInternaBottomRight.gif) no-repeat;
	float:  left;
	height: 10px;
	line-height:  1px;
	font-size:  1px;
	width:  10px;
}	


div.columnaDerecha
{
	float: left;
	width: 304px;
	overflow: hidden;
}


div.boxContent div.imagen
{
	height:145px;
	width:582px;
	border: 0px;
}

div.boxContent h2
{
	font-family: Arial;
	font-size: 16px;
	color: #ff9009;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}

div.boxContent div.descripcion
{
	min-height:210px;
	height:auto !important;
	height:210px;
}

div.boxContent div.descripcion p
{
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
}

div.boxContent div.descripcion p.horario
{
	font-family: Arial;
	font-size: 12px;
	color: #ff9009;
}

div#boxVideo
{
	float: left;
	width: 300px;
	height: 226px;
	padding-bottom: 20px;	
}

div#boxVideo div.boxContent
{
	background: #ccc;
	height:100%;
	width:100%;
}

div#boxEmail
{
	float: left;
	width: 300px;
	
}

div#boxEmail div.boxContent
{
	background-color:#ff9009;
	width:100%;
}


div.cajaNaranjaTop
{
	height: 10px;
	line-height:  1px;
	font-size:  1px;
	width: 302px;
}

div.cajaNaranjaTop div.cajaNaranjaTopLeft
{
	background: url(../images/cajaNaranjaTopLeft.gif) no-repeat;
	float: left;
	height: 10px;
	line-height:  1px;
	font-size:  1px;
	width: 10px;
}

div.cajaNaranjaTop div.cajaNaranjaTopMiddle
{
	background: url(../images/backgroundCajaNaranja.gif) repeat;
	float: left;
	height: 10px;
	line-height:  1px;
	font-size:  1px;
	width: 282px;
	
}

div.cajaNaranjaTop div.cajaNaranjaTopRight
{
	background: url(../images/cajaNaranjaTopRight.gif) no-repeat;
	float:  left;
	height: 10px;
	line-height:  1px;
	font-size:  1px;
	width:  10px;
}

div.cajaNaranjaMiddle
{
	background: url(../images/backgroundCajaNaranja.gif) repeat;
	padding-left: 20px;
	padding-right:20px;
	width:262px;
	/*
	min-height:220px;
	height:auto !important;
  	height:220px;*/
	
}

div.cajaNaranjaMiddle div.boxTitle
{
	border-bottom: solid #ffffff 1px;
	padding: 0 0 5px 0;
}

div.cajaNaranjaMiddle div.boxTitle h1
{
	color:#3D3B3C;
	font-size:18px;
	font-weight:normal;
	margin:0px;
	padding: 3px 0px 3px 0px;
}


div.cajaNaranjaBottom
{
	height:  10px;
	line-height:  1px;
	font-size:  1px;
	width:  302px;
}

div.cajaNaranjaBottom div.cajaNaranjaBottomLeft
{
	background: url(../images/cajaNaranjaBottomLeft.gif) no-repeat;
	float:  left;
	height: 10px;
	line-height:  1px;
	font-size:  1px;
	width:  10px;
}

div.cajaNaranjaBottom div.cajaNaranjaBottomMiddle
{
	background: url(../images/backgroundCajaNaranja.gif) repeat;
	float:   left;
	height:  10px;
	line-height:  1px;
	font-size:  1px;
	width:  282px;
}

div.cajaNaranjaBottom div.cajaNaranjaBottomRight
{
	background: url(../images/cajaNaranjaBottomRight.gif) no-repeat;
	float:  left;
	height: 10px;
	line-height:  1px;
	font-size:  1px;
	width:  10px;
}


/******************GENERALES****************************/
#formContainer 
{
	width:100%;
	padding-top: 10px;
}
div.fieldsContainer 
{
	overflow:hidden;
	padding-bottom:5px;
	padding-top:5px;
}

div.fieldsContainer div.field 
{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #3d3b3b;
	float:left;
	padding-left:3px;
	text-align:left;
	height: 21px;
}

div.fieldsContainer div.field input.txt 
{
	width: 186px;
	border:0 none;
	margin:0;
	padding:0;
}
div.fieldsContainer div.field input.txt,div.fieldsContainer select,div.fieldsContainer textarea.txt 
{
	color:#3d3b3b;
	font-size:11px;
}

div.fieldsContainer textarea.txt
{
	margin:0px;
	padding:0px;
	border: solid 1px #3d3b3b;
	width: 189px;
	height: 50px;
}

div.fieldsContainer div.label 
{
	float:left;
	padding-right:5px;
	text-align:right;
	color: #3d3b3b;
	height: 20px;
	line-height: 20px;
}
div.fieldsContainer div.width25 
{
	width:25%;
}

div#Messages li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:15px;
}
div#Messages li span.error
{
	font-size: 11px;
	color: red;
	font-weight: bold;
}

div#Messages li span.succes
{
	font-size: 11px;
	color: green;
	font-weight: bold;
}

p.messageSend
{
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}

p.textMessageSend
{
	color:#3D3B3C;
	text-align:center;
}

#buttonOk
{
	margin: 30px 0 0 110px;
	width:38px;
}

#buttonEnviarMensaje
{
	float: right;
}

/******************GENERALES****************************/

