#foto-cont {
	position: relative
}

#foto-btn {
	padding: 0;	
	outline: none !important;
}

#foto-icon {
	font-size: 100px;
	padding: 20px;
	padding-right: 30px;
	padding-left: 30px;
}

#foto-rem {
	color: red;
	font-weight: bold;
	position: absolute;
	right: 90px;
	font-size: 20px;
	cursor: pointer;
	display: none
}

#foto-img {
	width: 180px;
	height: 160px;
	display: none
}

.foto-ctr {
	display: none !important
}

[name="descripcion"] {
	border-width: 2px !important
}


.error2 {
	font-weight: normal;
    margin-bottom: 0 !important;
    color: #FE332C
}

/* Responsive */
@media(max-width: 767px) {
	[name="anio"] { width: 100% !important }
	[name="mes"] { width: 100% !important }
	[name="dia"] { width: 100% !important }

	[name="hora"] { width: 100% !important }
	[name="minuto"] { width: 100% !important }
	[name="turno"] { width: 100% !important }
}
/* /Responsive */