#content {

	}


#Columnas {
	clear:both;
	overflow:hidden;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: 100% 0;
}



#ColumnaDerecha {
	float:right;
	width:300px;
	padding: 10px;
	overflow: hidden;
}

#columnaIzquierda {
	float:left;
	width:600px;
	padding: 10px 10px 10px 20px;
}

.defaultForm {
	margin: 0;
	width: 600px;

}




.defaultForm span{
}

.NotificacionesForm {
	float: none;
	clear: both;

}

.NotificacionError {
	color: #C00;
	font-weight: bold;
	text-transform: uppercase;
	background-repeat: no-repeat;
	font-size: 10px;
	position: absolute;
	top: 5px;
	background-position: 2px 0;
	padding: 0;
	right: 0px;
	width: 100px;
	text-align: right;
}





.FieldDescription {
	font-size:11px;
	color:#999;
	font-style:italic;
	padding: 0 0 0 100px;
	margin: 20px 0 0 0;
	display: block;
	clear: both;
}

#Columnas .NotificacionesForm .NotificacionMensaje {
	display: block;
	padding: 24px 0 0 120px;
	background-image: url(/Frame/Graficos/contacto/notificacionExito.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	color: #2E2E2E;
	margin:0 0 1em 0;
	clear: both;
	height: 50px;
	font-size: 22px;
	text-align: left;
}


.NotificacionErrorEnviar{
	display: block;
	padding: 12px 12px 12px 40px;
	background-image: url(/Frame/Graficos/Mensajes/MensajeError.gif);
	background-repeat: no-repeat;
	background-color: #FFE6E6;
	color: #B30000;
	border: 2px solid;
	border-color: #FFFFFF;
	margin:0 0 1em 0;
	float: left;
	clear: both;
	width: 392px;
}

fieldset ol {
	list-style: none;
}

fieldset li {
	position: relative;
}

fieldset li h3{
	margin:0;
	padding:0;
	font-size:12px;
}

label {
	position: relative;
	float: left;
	margin-right: 26px;
	text-align: right;
	width: 70px;
}

label em {
	position: absolute;
	left: 80px;
	top: 5px;
}

fieldset {
	border: none;
}


.submit_Perfil a:link, .submit_Perfil a:visited{
	background-color: #FF9900;
	padding: 5px;
	display: block;
	width: 120px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 0 90px;
	
	}
	
.submit_Perfil a:hover {
	background-color: #FFCC00;
	}

fieldset.submit {
	border-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	height: 48px;
}

fieldset.submit a:link, fieldset.submit a:visited {
	background-image:url(/Frame/Graficos/contacto/cmdEnviar.jpg);
	height:48px;
	width:131px;
	display: block;
	position: relative;
	left: 100px;
	
}

fieldset.submit a:hover {
	background-position:0 -48px;
}


fieldset.submit a span{
	display: none;

}

input {
	font-size: 12px;
}

input:hover {
	background-color:#FFFFFF;}
	
.CheckBoxInput input {
	border:none;
	width:auto;
	background:none;}


.singleLine {
	border-bottom:1px solid;
	color:#333;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-color: #EAEAEA;
	position: relative;
}
.singleLine label {
	font-size:12px;
	text-align: left;
	font-weight: bold;
	margin: 0 32px 0 0;
	padding: 5px 0 0 0;
}

.singleLineTxtInput {
	background-image: url(/Frame/Graficos/contacto/singleLineTxtInput.jpg);
	width: 370px;
	height: 20px;
	color: #A2A2A2;
	border: none;
	border-style: none;
	padding: 8px 10px 0 10px;
	line-height: 12px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

.multiLine {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid;
	border-color: #EAEAEA;
}

.multiLine textarea{
	background-image:url(/Frame/Graficos/contacto/multiLineTxtInput.jpg);
	height:100px;
	width:370px;
	border: none;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A2A2A2;
	font-size: 12px;
}
.multiLine label {
	font-size:12px;
	text-align: left;
	font-weight: bold;
	margin: 0 32px 0 0;
	padding: 5px 0 0 0;
}

.tablaExplicacion {
	margin:0 0 16px 0;
	width: 600px;
}
	
.tablaExplicacion p{
	font-size:14px;
	line-height:18px;
	color:#363636;
	padding: 0px;
	text-align: justify;
}

.tablaExplicacion h3 {
	color:#04A4D2;
	margin: 0 0 10px 0;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 2px solid;
	border-color: #EAEEB9;
	padding: 0 0 5px 0;
}

.tituloform {
	color:#46B1F2;
	margin:0 0 32px 0;
	line-height: 28px;
	font-size: 23px;
}

